Class SqsBlobPeekOp

java.lang.Object
io.datarouter.aws.sqs.op.SqsBlobOp<io.datarouter.storage.queue.RawBlobQueueMessage>
io.datarouter.aws.sqs.blob.op.SqsBlobPeekOp
All Implemented Interfaces:
Callable<io.datarouter.storage.queue.RawBlobQueueMessage>

public class SqsBlobPeekOp extends SqsBlobOp<io.datarouter.storage.queue.RawBlobQueueMessage>
  • Constructor Details

    • SqsBlobPeekOp

      public SqsBlobPeekOp(io.datarouter.storage.config.Config config, SqsClientManager sqsClientManager, io.datarouter.storage.client.ClientId clientId, String queueUrl)
  • Method Details

    • run

      protected io.datarouter.storage.queue.RawBlobQueueMessage run()
      Specified by:
      run in class SqsBlobOp<io.datarouter.storage.queue.RawBlobQueueMessage>