Class ExchangeTypes


  • public abstract class ExchangeTypes
    extends java.lang.Object
    Constants for the standard Exchange type names.
    Author:
    Mark Fisher, Gary Russell
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DIRECT
      Direct exchange.
      static java.lang.String FANOUT
      Fanout exchange.
      static java.lang.String HEADERS
      Headers exchange.
      static java.lang.String SYSTEM
      System exchange.
      static java.lang.String TOPIC
      Topic exchange.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExchangeTypes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExchangeTypes

        public ExchangeTypes()