public class HazelcastSedaEndpoint extends HazelcastDefaultEndpoint
Endpoint implementation.cacheName, hazelcastInstance| Constructor and Description |
|---|
HazelcastSedaEndpoint(com.hazelcast.core.HazelcastInstance hazelcastInstance,
String uri,
HazelcastComponent component,
HazelcastSedaConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
HazelcastSedaConfiguration |
getConfiguration() |
BlockingQueue<Object> |
getQueue() |
boolean |
isSingleton() |
getHazelcastInstanceconfigureConsumer, configurePollingConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic HazelcastSedaEndpoint(com.hazelcast.core.HazelcastInstance hazelcastInstance,
String uri,
HazelcastComponent component,
HazelcastSedaConfiguration configuration)
public org.apache.camel.Producer createProducer()
throws Exception
createProducer in interface org.apache.camel.EndpointcreateProducer in class HazelcastDefaultEndpointExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
createConsumer in interface org.apache.camel.EndpointcreateConsumer in class HazelcastDefaultEndpointExceptionpublic BlockingQueue<Object> getQueue()
public HazelcastSedaConfiguration getConfiguration()
public boolean isSingleton()
isSingleton in interface org.apache.camel.IsSingletonisSingleton in class HazelcastDefaultEndpointApache Camel