Class ExchangeInfo


  • public class ExchangeInfo
    extends Object
    • Constructor Detail

      • ExchangeInfo

        public ExchangeInfo()
      • ExchangeInfo

        public ExchangeInfo​(String type,
                            boolean durable,
                            boolean autoDelete)
      • ExchangeInfo

        public ExchangeInfo​(String type,
                            boolean durable,
                            boolean autoDelete,
                            boolean internal,
                            Map<String,​Object> arguments)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getVhost

        public String getVhost()
      • setVhost

        public void setVhost​(String vhost)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isDurable

        public boolean isDurable()
      • setDurable

        public void setDurable​(boolean durable)
      • isAutoDelete

        public boolean isAutoDelete()
      • setAutoDelete

        public void setAutoDelete​(boolean autoDelete)
      • isInternal

        public boolean isInternal()
      • setInternal

        public void setInternal​(boolean internal)
      • setArguments

        public void setArguments​(Map<String,​Object> arguments)