Uses of Class
io.datarouter.aws.sqs.SqsClientManager
Packages that use SqsClientManager
Package
Description
-
Uses of SqsClientManager in io.datarouter.aws.sqs
Methods in io.datarouter.aws.sqs that return types with arguments of type SqsClientManagerConstructors in io.datarouter.aws.sqs with parameters of type SqsClientManagerModifierConstructorDescriptionBaseSqsNode(SqsQueueNameService sqsQueueNameService, io.datarouter.storage.node.NodeParams<PK, D, F> params, SqsClientType sqsClientType, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) SqsBlobOpFactory(SqsBlobNode<?> node, SqsClientManager clientManager, io.datarouter.storage.client.ClientId clientId) SqsOpFactory(BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Uses of SqsClientManager in io.datarouter.aws.sqs.blob
Constructors in io.datarouter.aws.sqs.blob with parameters of type SqsClientManagerModifierConstructorDescriptionSqsBlobNode(SqsQueueNameService sqsQueueNameService, io.datarouter.storage.node.NodeParams<io.datarouter.model.key.EmptyDatabeanKey, io.datarouter.model.databean.EmptyDatabean, io.datarouter.model.databean.EmptyDatabean.EmptyDatabeanFielder> params, io.datarouter.bytes.Codec<T, byte[]> codec, io.datarouter.storage.client.ClientType<?, ?> clientType, SqsClientManager sqsClientManager) -
Uses of SqsClientManager in io.datarouter.aws.sqs.blob.op
Constructors in io.datarouter.aws.sqs.blob.op with parameters of type SqsClientManagerModifierConstructorDescriptionSqsBlobAckOp(byte[] handle, io.datarouter.storage.config.Config config, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, String queueUrl) SqsBlobPeekOp(io.datarouter.storage.config.Config config, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, String queueUrl) SqsBlobPutOp(byte[] data, int maxRawDataSize, io.datarouter.storage.config.Config config, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, String queueUrl) -
Uses of SqsClientManager in io.datarouter.aws.sqs.group
Constructors in io.datarouter.aws.sqs.group with parameters of type SqsClientManagerModifierConstructorDescriptionSqsGroupNode(SqsQueueNameService sqsQueueNameService, io.datarouter.storage.node.NodeParams<PK, D, F> params, SqsClientType sqsClientType, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Uses of SqsClientManager in io.datarouter.aws.sqs.group.op
Constructors in io.datarouter.aws.sqs.group.op with parameters of type SqsClientManagerModifierConstructorDescriptionSqsGroupPeekMultiOp(io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) SqsGroupPutMultiOp(Collection<D> databeans, io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Uses of SqsClientManager in io.datarouter.aws.sqs.op
Fields in io.datarouter.aws.sqs.op declared as SqsClientManagerConstructors in io.datarouter.aws.sqs.op with parameters of type SqsClientManagerModifierConstructorDescriptionBaseSqsPeekMultiOp(io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) SqsAckMultiOp(Collection<io.datarouter.storage.queue.QueueMessageKey> keys, io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) 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) SqsBlobOp(SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, io.datarouter.storage.config.Config config, String queueUrl) -
Uses of SqsClientManager in io.datarouter.aws.sqs.single
Constructors in io.datarouter.aws.sqs.single with parameters of type SqsClientManagerModifierConstructorDescriptionSqsNode(SqsQueueNameService sqsQueueNameService, io.datarouter.storage.node.NodeParams<PK, D, F> params, SqsClientType sqsClientType, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) -
Uses of SqsClientManager in io.datarouter.aws.sqs.single.op
Constructors in io.datarouter.aws.sqs.single.op with parameters of type SqsClientManagerModifierConstructorDescriptionSqsPeekMultiOp(io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) SqsPutMultiOp(Collection<D> databeans, io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId) SqsPutOp(D databean, io.datarouter.storage.config.Config config, BaseSqsNode<PK, D, F> sqsNode, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId)