Package io.datarouter.aws.sqs
Class SqsOpFactory<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.SqsOpFactory<PK,D,F>
public class SqsOpFactory<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 java.lang.Object
-
Constructor Summary
Constructors Constructor Description SqsOpFactory(BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Method Summary
Modifier and Type Method Description SqsOp<PK,D,F,java.lang.Void>makeAckMultiOp(java.util.Collection<io.datarouter.storage.queue.QueueMessageKey> keys, io.datarouter.storage.config.Config config)SqsOp<PK,D,F,java.lang.Void>makeAckOp(io.datarouter.storage.queue.QueueMessageKey key, io.datarouter.storage.config.Config config)SqsOp<PK,D,F,java.util.List<io.datarouter.storage.queue.GroupQueueMessage<PK,D>>>makeGroupPeekMultiOp(io.datarouter.storage.config.Config config)SqsOp<PK,D,F,java.lang.Void>makeGroupPutMultiOp(java.util.Collection<D> databeans, io.datarouter.storage.config.Config config)SqsOp<PK,D,F,java.util.List<io.datarouter.storage.queue.QueueMessage<PK,D>>>makePeekMultiOp(io.datarouter.storage.config.Config config)SqsOp<PK,D,F,java.lang.Void>makePutMultiOp(java.util.Collection<D> databeans, io.datarouter.storage.config.Config config)SqsOp<PK,D,F,java.lang.Void>makePutOp(D databean, io.datarouter.storage.config.Config config)
-
Constructor Details
-
SqsOpFactory
public SqsOpFactory(BaseSqsNode<PK,D,F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId)
-
-
Method Details