Class ExchangeBuilder


public class ExchangeBuilder extends BaseExchangeBuilder<ExchangeBuilder>
Builder providing a fluent API for building Exchanges.
Since:
1.6
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • ExchangeBuilder

      public ExchangeBuilder(String name, String type)
      Construct an instance of the appropriate type.
      Parameters:
      name - the exchange name
      type - the type name
      Since:
      1.6.7
      See Also:
  • Method Details