Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • 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 Detail

      • TemplateConsumer

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object