Package org.apache.beam.sdk.io.aws2.sns
Class SnsIO.RetryConfiguration
- java.lang.Object
-
- org.apache.beam.sdk.io.aws2.sns.SnsIO.RetryConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SnsIO
@Deprecated public abstract static class SnsIO.RetryConfiguration extends java.lang.Object implements java.io.SerializableDeprecated.UseRetryConfigurationinstead to delegate retries to the AWS SDK.Legacy retry configuration.Warning: Max accumulative retry latency is silently ignored as it is not supported by the AWS SDK.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryConfiguration()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SnsIO.RetryConfigurationcreate(int maxAttempts, org.joda.time.Duration ignored)Deprecated.UseRetryConfigurationinstead.
-
-
-
Method Detail
-
create
@Deprecated public static SnsIO.RetryConfiguration create(int maxAttempts, org.joda.time.Duration ignored)
Deprecated.UseRetryConfigurationinstead.
-
-