Class AmqpInboundChannelAdapter.BatchListener

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

protected class AmqpInboundChannelAdapter.BatchListener extends AmqpInboundChannelAdapter.Listener implements org.springframework.amqp.rabbit.listener.api.ChannelAwareBatchMessageListener
  • Constructor Details

    • BatchListener

      protected BatchListener()
  • Method Details

    • onMessageBatch

      public void onMessageBatch(List<org.springframework.amqp.core.Message> messages, com.rabbitmq.client.Channel channel)
      Specified by:
      onMessageBatch in interface org.springframework.amqp.rabbit.listener.api.ChannelAwareBatchMessageListener
      Specified by:
      onMessageBatch in interface org.springframework.amqp.rabbit.listener.api.ChannelAwareMessageListener