public class DisruptorVmComponent extends DisruptorComponent
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,DisruptorReference> |
DISRUPTORS |
DEFAULT_BUFFER_SIZE, MAX_CONCURRENT_CONSUMERS| Constructor and Description |
|---|
DisruptorVmComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
Map<String,DisruptorReference> |
getDisruptors() |
createEndpoint, getBufferSize, getDefaultConcurrentConsumers, getDefaultProducerType, getDefaultWaitStrategy, getDisruptorKey, getQueueSize, isDefaultBlockWhenFull, isDefaultMultipleConsumers, onShutdownEndpoint, setBufferSize, setDefaultBlockWhenFull, setDefaultConcurrentConsumers, setDefaultMultipleConsumers, setDefaultProducerType, setDefaultWaitStrategy, setQueueSizeafterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected static final Map<String,DisruptorReference> DISRUPTORS
public Map<String,DisruptorReference> getDisruptors()
getDisruptors in class DisruptorComponentprotected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class DisruptorComponentExceptionApache Camel