Uses of Class
org.apache.camel.component.jgroups.raft.JGroupsRaftEventType
-
Packages that use JGroupsRaftEventType Package Description org.apache.camel.component.jgroups.raft -
-
Uses of JGroupsRaftEventType in org.apache.camel.component.jgroups.raft
Methods in org.apache.camel.component.jgroups.raft that return JGroupsRaftEventType Modifier and Type Method Description static JGroupsRaftEventTypeJGroupsRaftEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static JGroupsRaftEventType[]JGroupsRaftEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-