public abstract class EventUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
matchCluster(AbstractEvent event,
long currentClusterIslandId,
int currentClusterId)
Deprecated.
|
static boolean |
matchCluster(AbstractEvent event,
long currentClusterIslandId,
int currentClusterId,
java.util.Collection<java.lang.String> currentNodeGroups) |
@Deprecated public static boolean matchCluster(AbstractEvent event, long currentClusterIslandId, int currentClusterId)
matchCluster(AbstractEvent, long, int, Collection) insteadtrue if event is either not instance of ClusterAwareEvent or the event scope is
null or the ClusterAwareEvent.publish(...) method returns trueevent - the event to testcurrentClusterId - the current ClusterIdpublic static boolean matchCluster(AbstractEvent event, long currentClusterIslandId, int currentClusterId, java.util.Collection<java.lang.String> currentNodeGroups)
Copyright © 2018 SAP SE. All Rights Reserved.