@UriEndpoint(firstVersion="2.7.0",
scheme="hazelcast-seda",
title="Hazelcast SEDA",
syntax="hazelcast-seda:cacheName",
category={CACHE,DATAGRID})
public class HazelcastSedaEndpoint
extends HazelcastDefaultEndpoint
BlockingQueue.cacheName, command, hazelcastInstance, hazelcastInstanceName| Constructor and Description |
|---|
HazelcastSedaEndpoint(com.hazelcast.core.HazelcastInstance hazelcastInstance,
String uri,
HazelcastDefaultComponent 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() |
getCacheName, getCommand, getDefaultOperation, getHazelcastInstance, getHazelcastInstanceName, setCacheName, setCommand, setDefaultOperation, setHazelcastInstance, setHazelcastInstanceNameconfigureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic HazelcastSedaEndpoint(com.hazelcast.core.HazelcastInstance hazelcastInstance,
String uri,
HazelcastDefaultComponent 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()
Apache Camel