public class ZooKeeperComponent
extends org.apache.camel.impl.UriEndpointComponent
ZooKeeperEndpoints for interacting with a ZooKeeper cluster.| Constructor and Description |
|---|
ZooKeeperComponent() |
ZooKeeperComponent(org.apache.camel.CamelContext context) |
ZooKeeperComponent(ZooKeeperConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
ZooKeeperConfiguration |
getConfiguration() |
void |
setConfiguration(ZooKeeperConfiguration configuration)
To use a shared
ZooKeeperConfiguration |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic ZooKeeperComponent()
public ZooKeeperComponent(org.apache.camel.CamelContext context)
public ZooKeeperComponent(ZooKeeperConfiguration configuration)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic ZooKeeperConfiguration getConfiguration()
public void setConfiguration(ZooKeeperConfiguration configuration)
ZooKeeperConfigurationApache Camel