@Component(value="jgroups")
public class JGroupsComponent
extends org.apache.camel.support.DefaultComponent
org.jgroups.Channel).| Constructor and Description |
|---|
JGroupsComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String clusterName,
Map<String,Object> parameters) |
org.jgroups.JChannel |
getChannel() |
String |
getChannelProperties() |
boolean |
isEnableViewMessages() |
void |
setChannel(org.jgroups.JChannel channel)
Channel to use
|
void |
setChannelProperties(String channelProperties)
Specifies configuration properties of the JChannel used by the endpoint.
|
void |
setEnableViewMessages(boolean enableViewMessages)
If set to true, the consumer endpoint will receive org.jgroups.View messages as well (not only org.jgroups.Message instances).
|
afterConfiguration, createEndpoint, createEndpoint, doBuild, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doInit, 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected org.apache.camel.Endpoint createEndpoint(String uri, String clusterName, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.support.DefaultComponentExceptionpublic org.jgroups.JChannel getChannel()
public void setChannel(org.jgroups.JChannel channel)
public String getChannelProperties()
public void setChannelProperties(String channelProperties)
public boolean isEnableViewMessages()
public void setEnableViewMessages(boolean enableViewMessages)
Apache Camel