Uses of Class
org.apache.camel.component.zookeepermaster.group.GroupListener.GroupEvent
-
Packages that use GroupListener.GroupEvent Package Description org.apache.camel.component.zookeepermaster org.apache.camel.component.zookeepermaster.group -
-
Uses of GroupListener.GroupEvent in org.apache.camel.component.zookeepermaster
Methods in org.apache.camel.component.zookeepermaster with parameters of type GroupListener.GroupEvent Modifier and Type Method Description voidZookeeperGroupListenerSupport. groupEvent(Group group, GroupListener.GroupEvent event) -
Uses of GroupListener.GroupEvent in org.apache.camel.component.zookeepermaster.group
Methods in org.apache.camel.component.zookeepermaster.group that return GroupListener.GroupEvent Modifier and Type Method Description static GroupListener.GroupEventGroupListener.GroupEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupListener.GroupEvent[]GroupListener.GroupEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.zookeepermaster.group with parameters of type GroupListener.GroupEvent Modifier and Type Method Description voidGroupListener. groupEvent(Group<T> group, GroupListener.GroupEvent event)
-