@UriEndpoint(firstVersion="2.13.0",
scheme="infinispan-embedded",
title="Infinispan Embedded",
syntax="infinispan-embedded:cacheName",
category={CACHE,DATAGRID,CLUSTERING})
public class InfinispanEmbeddedEndpoint
extends org.apache.camel.component.infinispan.InfinispanEndpoint
| Constructor and Description |
|---|
InfinispanEmbeddedEndpoint(String uri,
String cacheName,
org.apache.camel.component.infinispan.InfinispanComponent component,
InfinispanEmbeddedConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
protected void |
doStart() |
protected void |
doStop() |
String |
getCacheName() |
InfinispanEmbeddedConfiguration |
getConfiguration() |
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, 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 InfinispanEmbeddedEndpoint(String uri, String cacheName, org.apache.camel.component.infinispan.InfinispanComponent component, InfinispanEmbeddedConfiguration configuration)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultEndpointExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultEndpointExceptionpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic String getCacheName()
public InfinispanEmbeddedConfiguration getConfiguration()
Apache Camel