Class AmqpInboundGateway.Listener

java.lang.Object
org.springframework.integration.amqp.inbound.AmqpInboundGateway.Listener
All Implemented Interfaces:
org.springframework.amqp.core.MessageListener, org.springframework.amqp.rabbit.listener.api.ChannelAwareMessageListener
Enclosing class:
AmqpInboundGateway

protected class AmqpInboundGateway.Listener extends Object implements org.springframework.amqp.rabbit.listener.api.ChannelAwareMessageListener
Since:
2.1
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(org.springframework.amqp.core.Message message, @Nullable com.rabbitmq.client.Channel channel)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.amqp.rabbit.listener.api.ChannelAwareMessageListener

    onMessage, onMessageBatch

    Methods inherited from interface org.springframework.amqp.core.MessageListener

    containerAckMode, isAsyncReplies, onMessageBatch
  • Constructor Details

    • Listener

      protected Listener()
  • Method Details

    • onMessage

      public void onMessage(org.springframework.amqp.core.Message message, @Nullable com.rabbitmq.client.Channel channel)
      Specified by:
      onMessage in interface org.springframework.amqp.rabbit.listener.api.ChannelAwareMessageListener