public class CarbonEventBrokerFactory extends Object implements EventBrokerFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
EB_KEEP_ALIVE_TIME |
static String |
EB_MAX_QUEUED_REQUESTS |
static String |
EB_MAX_THREADS |
static String |
EB_MIN_SPARE_THREADS |
| Constructor and Description |
|---|
CarbonEventBrokerFactory() |
| Modifier and Type | Method and Description |
|---|---|
EventBroker |
getEventBroker(org.apache.axiom.om.OMElement config)
returns the event broker from the configuration element
|
public static final String EB_MIN_SPARE_THREADS
public static final String EB_MAX_THREADS
public static final String EB_MAX_QUEUED_REQUESTS
public static final String EB_KEEP_ALIVE_TIME
public EventBroker getEventBroker(org.apache.axiom.om.OMElement config) throws EventBrokerConfigurationException
getEventBroker in interface EventBrokerFactoryconfig - configurationEventBrokerConfigurationExceptionCopyright © 2017 WSO2. All rights reserved.