Class RabbitMqInboundResult.RabbitMqInboundMessage

java.lang.Object
io.camunda.connector.rabbitmq.inbound.model.RabbitMqInboundResult.RabbitMqInboundMessage
Enclosing class:
RabbitMqInboundResult

public static class RabbitMqInboundResult.RabbitMqInboundMessage extends Object
  • Constructor Details

    • RabbitMqInboundMessage

      public RabbitMqInboundMessage(String consumerTag, Object body, com.rabbitmq.client.AMQP.BasicProperties properties)
  • Method Details

    • getConsumerTag

      public String getConsumerTag()
    • getBody

      public Object getBody()
    • getProperties

      public com.rabbitmq.client.AMQP.BasicProperties getProperties()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object