Package org.apache.beam.sdk.io.aws2.sqs
Interface SqsClientProvider
-
- All Superinterfaces:
java.io.Serializable
@Deprecated public interface SqsClientProvider extends java.io.SerializableDeprecated.Configure a customClientBuilderFactoryusingAwsOptions.getClientBuilderFactory()instead.Provides instances of Sqs clients.Please note, that any instance of
SqsClientProvidermust beSerializableto ensure it can be sent to worker machines.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description software.amazon.awssdk.services.sqs.SqsClientgetSqsClient()Deprecated.
-