Package io.datarouter.aws.sqs.single.op
Class SqsPutOp<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>>
java.lang.Object
io.datarouter.aws.sqs.op.SqsOp<PK,D,F,java.lang.Void>
io.datarouter.aws.sqs.single.op.SqsPutOp<PK,D,F>
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
public class SqsPutOp<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>> extends SqsOp<PK,D,F,java.lang.Void>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SqsPutOp(D databean, io.datarouter.storage.config.Config config, BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Method Summary
Modifier and Type Method Description protected java.lang.Voidrun()
-
Constructor Details
-
SqsPutOp
public SqsPutOp(D databean, io.datarouter.storage.config.Config config, BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId)
-
-
Method Details