Class TopicExchange

All Implemented Interfaces:
Declarable, Exchange

public class TopicExchange extends AbstractExchange
Simple container collecting information to describe a topic exchange. Used in conjunction with administrative operations.
Author:
Mark Pollack, Dave Syer
See Also:
  • Constructor Details

    • TopicExchange

      public TopicExchange(String name)
    • TopicExchange

      public TopicExchange(String name, boolean durable, boolean autoDelete)
    • TopicExchange

      public TopicExchange(String name, boolean durable, boolean autoDelete, Map<String,Object> arguments)
  • Method Details