Package io.datarouter.aws.sqs.blob.op
Class SqsBlobPeekOp
java.lang.Object
io.datarouter.aws.sqs.op.SqsBlobOp<io.datarouter.storage.queue.BlobQueueMessageDto>
io.datarouter.aws.sqs.blob.op.SqsBlobPeekOp
- All Implemented Interfaces:
Callable<io.datarouter.storage.queue.BlobQueueMessageDto>
-
Field Summary
Fields inherited from class io.datarouter.aws.sqs.op.SqsBlobOp
clientId, config, queueUrl, sqsClientManager -
Constructor Summary
ConstructorsConstructorDescriptionSqsBlobPeekOp(io.datarouter.storage.config.Config config, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, String queueUrl) -
Method Summary
Modifier and TypeMethodDescriptionprotected io.datarouter.storage.queue.BlobQueueMessageDtorun()
-
Constructor Details
-
SqsBlobPeekOp
public SqsBlobPeekOp(io.datarouter.storage.config.Config config, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, String queueUrl)
-
-
Method Details