Package | Description |
---|---|
org.apache.camel.component.zookeepermaster | |
org.apache.camel.component.zookeepermaster.group | |
org.apache.camel.component.zookeepermaster.group.internal |
Modifier and Type | Class and Description |
---|---|
class |
ZookeeperGroupListenerSupport |
Modifier and Type | Method and Description |
---|---|
void |
Group.add(GroupListener<T> listener)
Registers a listener which will be called
when the cluster membership changes or
the group is connected or disconnected.
|
void |
Group.remove(GroupListener<T> listener)
Removes a previously added listener.
|
Modifier and Type | Method and Description |
---|---|
org.apache.curator.framework.listen.ListenerContainer<GroupListener<T>> |
ZooKeeperGroup.getListenable()
Return the cache listenable
|
Modifier and Type | Method and Description |
---|---|
void |
ZooKeeperGroup.add(GroupListener<T> listener) |
void |
DelegateZooKeeperGroup.add(GroupListener<T> listener) |
void |
ZooKeeperGroup.remove(GroupListener<T> listener) |
void |
DelegateZooKeeperGroup.remove(GroupListener<T> listener) |
Apache Camel