Uses of Interface
org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
Packages that use ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder
-
Uses of ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the ZooKeeper component.Methods in org.apache.camel.builder.endpoint.dsl that return ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilderModifier and TypeMethodDescriptionZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointProducerBuilder.basic()ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder.create(boolean create) Should the endpoint create the node if it does not currently exist.Should the endpoint create the node if it does not currently exist.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder.createMode(String createMode) The create mode that should be used for the newly created node.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder.listChildren(boolean listChildren) Whether the children of the node should be listed.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder.listChildren(String listChildren) Whether the children of the node should be listed.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointProducerBuilder.timeout(int timeout) The time interval to wait on connection before timing out.The time interval to wait on connection before timing out.