Class AMQImpl.Queue.Declare

java.lang.Object
com.rabbitmq.client.impl.Method
com.rabbitmq.client.impl.AMQImpl.Queue.Declare
All Implemented Interfaces:
AMQP.Queue.Declare, Method
Enclosing class:
AMQImpl.Queue

public static class AMQImpl.Queue.Declare extends Method implements AMQP.Queue.Declare
  • Field Details

    • INDEX

      public static final int INDEX
      See Also:
    • ticket

      private final int ticket
    • queue

      private final String queue
    • passive

      private final boolean passive
    • durable

      private final boolean durable
    • exclusive

      private final boolean exclusive
    • autoDelete

      private final boolean autoDelete
    • nowait

      private final boolean nowait
    • arguments

      private final Map<String,Object> arguments
  • Constructor Details

  • Method Details