public class HazelcastComponent
extends org.apache.camel.impl.DefaultComponent
| Constructor and Description |
|---|
HazelcastComponent() |
HazelcastComponent(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
void |
doStart() |
void |
doStop() |
com.hazelcast.core.HazelcastInstance |
getHazelcastInstance() |
void |
setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic HazelcastComponent()
public HazelcastComponent(org.apache.camel.CamelContext context)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionpublic void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionpublic com.hazelcast.core.HazelcastInstance getHazelcastInstance()
public void setHazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)
Apache Camel