Modifier and Type | Method and Description |
---|---|
KestrelConfiguration |
KestrelConfiguration.copy() |
KestrelConfiguration |
KestrelComponent.getConfiguration() |
KestrelConfiguration |
KestrelEndpoint.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
net.spy.memcached.MemcachedClient |
KestrelComponent.getMemcachedClient(KestrelConfiguration config,
String queue) |
void |
KestrelComponent.setConfiguration(KestrelConfiguration configuration)
To use a shared configured configuration as base for creating new endpoints.
|
void |
KestrelEndpoint.setConfiguration(KestrelConfiguration configuration) |
Constructor and Description |
---|
KestrelComponent(KestrelConfiguration configuration) |
KestrelEndpoint(String endPointURI,
KestrelComponent component,
KestrelConfiguration configuration,
String queue) |
Apache Camel