Interface QueueAttributesAware

All Known Implementing Classes:
SqsAcknowledgementExecutor, SqsMessageConversionContext

public interface QueueAttributesAware
Implementations are enabled to receive a QueueAttributes instance.
Since:
3.0
Author:
Tomaz Fernandes
  • Method Details

    • setQueueAttributes

      void setQueueAttributes(QueueAttributes queueAttributes)
      Set the QueueAttributes instance.
      Parameters:
      queueAttributes - the instance.