Uses of Interface
org.apache.camel.builder.endpoint.dsl.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder
Packages that use ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder
-
Uses of ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder 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.ZooKeeperEndpointConsumerBuilderModifier and TypeMethodDescriptionZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.backoff(long backoff) The time interval to backoff for after an error before retrying.The time interval to backoff for after an error before retrying.ZooKeeperEndpointBuilderFactory.AdvancedZooKeeperEndpointConsumerBuilder.basic()ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.listChildren(boolean listChildren) Whether the children of the node should be listed.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.listChildren(String listChildren) Whether the children of the node should be listed.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.repeat(boolean repeat) Should changes to the znode be 'watched' and repeatedly processed.Should changes to the znode be 'watched' and repeatedly processed.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.sendEmptyMessageOnDelete(boolean sendEmptyMessageOnDelete) Upon the delete of a znode, should an empty message be send to the consumer.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.sendEmptyMessageOnDelete(String sendEmptyMessageOnDelete) Upon the delete of a znode, should an empty message be send to the consumer.ZooKeeperEndpointBuilderFactory.ZooKeeperEndpointConsumerBuilder.timeout(int timeout) The time interval to wait on connection before timing out.The time interval to wait on connection before timing out.