Package io.datarouter.aws.sqs.op
Class SqsBlobOp<V>
java.lang.Object
io.datarouter.aws.sqs.op.SqsBlobOp<V>
- All Implemented Interfaces:
Callable<V>
- Direct Known Subclasses:
SqsBlobAckOp,SqsBlobPeekOp,SqsBlobPutOp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final io.datarouter.storage.client.ClientIdprotected final io.datarouter.storage.config.Configprotected final Stringprotected final SqsClientManager -
Constructor Summary
ConstructorsConstructorDescriptionSqsBlobOp(SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, io.datarouter.storage.config.Config config, String queueUrl) -
Method Summary
-
Field Details
-
sqsClientManager
-
clientId
protected final io.datarouter.storage.client.ClientId clientId -
config
protected final io.datarouter.storage.config.Config config -
queueUrl
-
-
Constructor Details
-
SqsBlobOp
public SqsBlobOp(SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, io.datarouter.storage.config.Config config, String queueUrl)
-
-
Method Details