Interface ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder,ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
- Enclosing interface:
ZooKeeperEndpointBuilderFactory
public static interface ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder
extends ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder, ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
Builder for endpoint for the ZooKeeper component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()listChildren(boolean listChildren) Whether the children of the node should be listed.listChildren(String listChildren) Whether the children of the node should be listed.timeout(int timeout) The time interval to wait on connection before timing out.The time interval to wait on connection before timing out.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder
backoff, backoff, repeat, repeat, sendEmptyMessageOnDelete, sendEmptyMessageOnDeleteMethods inherited from interface org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
create, create, createMode
-
Method Details
-
advanced
- Specified by:
advancedin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder- Specified by:
advancedin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
-
listChildren
Whether the children of the node should be listed. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
listChildrenin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder- Specified by:
listChildrenin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder- Parameters:
listChildren- the value to set- Returns:
- the dsl builder
-
listChildren
Whether the children of the node should be listed. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
listChildrenin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder- Specified by:
listChildrenin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder- Parameters:
listChildren- the value to set- Returns:
- the dsl builder
-
timeout
The time interval to wait on connection before timing out. The option is a: <code>int</code> type. Default: 5000 Group: common- Specified by:
timeoutin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder- Specified by:
timeoutin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder- Parameters:
timeout- the value to set- Returns:
- the dsl builder
-
timeout
The time interval to wait on connection before timing out. The option will be converted to a <code>int</code> type. Default: 5000 Group: common- Specified by:
timeoutin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder- Specified by:
timeoutin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder- Parameters:
timeout- the value to set- Returns:
- the dsl builder
-