Uses of Interface
org.apache.camel.component.zookeepermaster.group.GroupListener
Packages that use GroupListener
Package
Description
-
Uses of GroupListener in org.apache.camel.component.zookeepermaster
Classes in org.apache.camel.component.zookeepermaster that implement GroupListener -
Uses of GroupListener in org.apache.camel.component.zookeepermaster.group
Methods in org.apache.camel.component.zookeepermaster.group with parameters of type GroupListenerModifier and TypeMethodDescriptionvoidGroup.add(GroupListener<T> listener) Registers a listener which will be called when the cluster membership changes or the group is connected or disconnected.voidGroup.remove(GroupListener<T> listener) Removes a previously added listener. -
Uses of GroupListener in org.apache.camel.component.zookeepermaster.group.internal
Methods in org.apache.camel.component.zookeepermaster.group.internal that return types with arguments of type GroupListenerModifier and TypeMethodDescriptionorg.apache.curator.framework.listen.StandardListenerManager<GroupListener<T>> ZooKeeperGroup.getListenable()Return the cache listenableMethods in org.apache.camel.component.zookeepermaster.group.internal with parameters of type GroupListenerModifier and TypeMethodDescriptionvoidDelegateZooKeeperGroup.add(GroupListener<T> listener) voidZooKeeperGroup.add(GroupListener<T> listener) voidDelegateZooKeeperGroup.remove(GroupListener<T> listener) voidZooKeeperGroup.remove(GroupListener<T> listener)