Interface AMQP.Exchange.Bind

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Exchange.Bind
Enclosing class:
AMQP.Exchange

public static interface AMQP.Exchange.Bind extends Method
  • Method Details Link icon

    • getTicket Link icon

      int getTicket()
    • getDestination Link icon

      String getDestination()
    • getSource Link icon

      String getSource()
    • getRoutingKey Link icon

      String getRoutingKey()
    • getNowait Link icon

      boolean getNowait()
    • getArguments Link icon

      Map<String,Object> getArguments()