Interface AMQP.Basic.Publish

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Basic.Publish
Enclosing class:
AMQP.Basic

public static interface AMQP.Basic.Publish extends Method
  • Method Details

    • getTicket

      int getTicket()
    • getExchange

      String getExchange()
    • getRoutingKey

      String getRoutingKey()
    • getMandatory

      boolean getMandatory()
    • getImmediate

      boolean getImmediate()