Package io.datarouter.aws.sqs.op
Class SqsOp<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>,V>
java.lang.Object
io.datarouter.aws.sqs.op.SqsOp<PK,D,F,V>
- All Implemented Interfaces:
Callable<V>
- Direct Known Subclasses:
BaseSqsPeekMultiOp,SqsAckMultiOp,SqsAckOp,SqsGroupPutMultiOp,SqsPutMultiOp,SqsPutOp
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSqsOp(io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode) -
Method Summary
-
Field Details
-
config
protected final io.datarouter.storage.config.Config config -
queueUrl
-
databeanSupplier
-
fielder
-
codec
protected final io.datarouter.model.serialize.StringDatabeanCodec codec -
fieldInfo
-
-
Constructor Details
-
SqsOp
-
-
Method Details