public final class JGroupsFilters extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.camel.Predicate |
dropNonCoordinatorViews()
Creates predicate rejecting messages that are instances of
org.jgroups.View , but have not been received
by the coordinator JGroups node. |
public static org.apache.camel.Predicate dropNonCoordinatorViews()
org.jgroups.View
, but have not been received
by the coordinator JGroups node. This filter is useful for keeping only view messages indicating that receiving
endpoint is a master node.Apache Camel