@UriEndpoint(firstVersion="2.17.0",
scheme="ignite-events",
title="Ignite Events",
syntax="ignite-events:endpointId",
label="nosql,cache,compute,messaging,data",
consumerOnly=true)
public class IgniteEventsEndpoint
extends AbstractIgniteEndpoint
component| Constructor and Description |
|---|
IgniteEventsEndpoint(String uri,
String remaining,
Map<String,Object> parameters,
IgniteEventsComponent igniteComponent) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.Processor processor) |
org.apache.camel.Producer |
createProducer() |
ClusterGroupExpression |
getClusterGroupExpression()
Gets the cluster group expression.
|
String |
getEndpointId()
Gets the endpoint ID (not used).
|
String |
getEvents()
Gets the event types to subscribe to.
|
List<Integer> |
getEventsAsIds() |
void |
setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)
The cluster group expression.
|
void |
setEndpointId(String endpointId)
The endpoint ID (not used).
|
void |
setEvents(String events)
The event types to subscribe to as a comma-separated string of event constants as defined in
EventType. |
ignite, igniteComponent, isPropagateIncomingBodyIfNoReturnValue, isSingleton, isTreatCollectionsAsCacheObjects, setPropagateIncomingBodyIfNoReturnValue, setTreatCollectionsAsCacheObjectsconfigureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSynchronous, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
Exceptionpublic String getEndpointId()
public void setEndpointId(String endpointId)
endpointId - endpoint ID (not used)public String getEvents()
public void setEvents(String events)
EventType.
For example: EVT_CACHE_ENTRY_CREATED,EVT_CACHE_OBJECT_REMOVED,EVT_IGFS_DIR_CREATED.public ClusterGroupExpression getClusterGroupExpression()
public void setClusterGroupExpression(ClusterGroupExpression clusterGroupExpression)
Apache Camel