public class JGroupsComponent
extends org.apache.camel.impl.UriEndpointComponent
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.Channel |
getChannel() |
String |
getChannelProperties() |
boolean |
isEnableViewMessages() |
void |
setChannel(org.jgroups.Channel 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).
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String clusterName, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic org.jgroups.Channel getChannel()
public void setChannel(org.jgroups.Channel channel)
public String getChannelProperties()
public void setChannelProperties(String channelProperties)
public boolean isEnableViewMessages()
public void setEnableViewMessages(boolean enableViewMessages)
Apache Camel