Class IronmqSegmentDecorator

All Implemented Interfaces:
SegmentDecorator

public class IronmqSegmentDecorator extends AbstractMessagingSegmentDecorator
  • Field Details

  • Constructor Details

    • IronmqSegmentDecorator

      public IronmqSegmentDecorator()
  • Method Details

    • getComponent

      public String getComponent()
      Description copied from interface: SegmentDecorator
      The camel component associated with the decorator.
      Returns:
      The camel component name
    • getMessageId

      protected String getMessageId(org.apache.camel.Exchange exchange)
      Description copied from class: AbstractMessagingSegmentDecorator
      Gets the message ID from the exchange
      Overrides:
      getMessageId in class AbstractMessagingSegmentDecorator
      Parameters:
      exchange - the exchange from which to extract the message ID
      Returns:
      A String with the message ID or null if not applicable