Class RabbitTemplate.TemplateConsumer

java.lang.Object
com.rabbitmq.client.DefaultConsumer
org.springframework.amqp.rabbit.core.RabbitTemplate.TemplateConsumer
All Implemented Interfaces:
com.rabbitmq.client.Consumer
Enclosing class:
RabbitTemplate

protected abstract static class RabbitTemplate.TemplateConsumer extends com.rabbitmq.client.DefaultConsumer
Adds toString() to the DefaultConsumer.
Since:
2.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    TemplateConsumer(com.rabbitmq.client.Channel channel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.rabbitmq.client.DefaultConsumer

    getChannel, getConsumerTag, handleCancel, handleCancelOk, handleConsumeOk, handleDelivery, handleRecoverOk, handleShutdownSignal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TemplateConsumer

      public TemplateConsumer(com.rabbitmq.client.Channel channel)
  • Method Details