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
All Methods Instance Methods Default Methods Modifier and Type Method Description default ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointBuilderadvanced()default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilderlistChildren(boolean listChildren)Whether the children of the node should be listed.default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilderlistChildren(String listChildren)Whether the children of the node should be listed.default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuildertimeout(int timeout)The time interval to wait on connection before timing out.default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuildertimeout(String timeout)The time interval to wait on connection before timing out.-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder
backoff, backoff, bridgeErrorHandler, bridgeErrorHandler, repeat, repeat, sendEmptyMessageOnDelete, sendEmptyMessageOnDelete
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
create, create, createMode, lazyStartProducer, lazyStartProducer
-
-
-
-
Method Detail
-
advanced
default ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointBuilder advanced()
- Specified by:
advancedin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder- Specified by:
advancedin interfaceZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
-
listChildren
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder listChildren(boolean 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
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder listChildren(String 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
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder timeout(int 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
default ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointBuilder timeout(String 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
-
-