Uses of Interface
org.apache.camel.component.zookeepermaster.group.GroupListener
-
Packages that use GroupListener Package Description org.apache.camel.component.zookeepermaster org.apache.camel.component.zookeepermaster.group org.apache.camel.component.zookeepermaster.group.internal -
-
Uses of GroupListener in org.apache.camel.component.zookeepermaster
Classes in org.apache.camel.component.zookeepermaster that implement GroupListener Modifier and Type Class Description classZookeeperGroupListenerSupport -
Uses of GroupListener in org.apache.camel.component.zookeepermaster.group
Methods in org.apache.camel.component.zookeepermaster.group with parameters of type GroupListener Modifier and Type Method Description voidGroup. 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 GroupListener Modifier and Type Method Description org.apache.curator.framework.listen.ListenerContainer<GroupListener<T>>ZooKeeperGroup. getListenable()Return the cache listenableMethods in org.apache.camel.component.zookeepermaster.group.internal with parameters of type GroupListener Modifier and Type Method Description voidDelegateZooKeeperGroup. add(GroupListener<T> listener)voidZooKeeperGroup. add(GroupListener<T> listener)voidDelegateZooKeeperGroup. remove(GroupListener<T> listener)voidZooKeeperGroup. remove(GroupListener<T> listener)
-