Package io.datarouter.aws.sqs.op
Class SqsAckOp<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>>
public class SqsAckOp<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,Void>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SqsAckOp(io.datarouter.storage.queue.QueueMessageKey key, io.datarouter.storage.config.Config config, BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Method Summary
-
Constructor Details
-
SqsAckOp
public SqsAckOp(io.datarouter.storage.queue.QueueMessageKey key, io.datarouter.storage.config.Config config, BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId)
-
-
Method Details