public class Bootstrap extends Object
BrokerFactory
objectsConstructor 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–2022 Apache Software Foundation. All rights reserved.