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, setQueueSize
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClass
afterConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
protected static final Map<String,DisruptorReference> DISRUPTORS
public Map<String,DisruptorReference> getDisruptors()
getDisruptors
in class DisruptorComponent
protected void doStart() throws Exception
doStart
in class org.apache.camel.impl.DefaultComponent
Exception
protected void doStop() throws Exception
doStop
in class DisruptorComponent
Exception
Apache Camel