public class Bootstrap extends Object
BrokerFactory objects| Constructor and Description | 
|---|
| Bootstrap() | 
| Modifier and Type | Method and Description | 
|---|---|
| static BrokerFactory | getBrokerFactory()Return a pooled factory for the default configuration. | 
| static BrokerFactory | getBrokerFactory(ConfigurationProvider conf,
                ClassLoader loader)Return a pooled factory for the given configuration. | 
| static BrokerFactory | newBrokerFactory()Return a new factory for the default configuration. | 
| static BrokerFactory | newBrokerFactory(ConfigurationProvider conf,
                ClassLoader loader)Return a new factory for the given configuration. | 
public static BrokerFactory newBrokerFactory()
public static BrokerFactory newBrokerFactory(ConfigurationProvider conf, ClassLoader loader)
public static BrokerFactory getBrokerFactory()
public static BrokerFactory getBrokerFactory(ConfigurationProvider conf, ClassLoader loader)
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.