public abstract class EventUtils extends Object
| Constructor and Description |
|---|
EventUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
matchCluster(AbstractEvent event,
long currentClusterIslandId,
int currentClusterId)
Returns
true if event is either not instance of ClusterAwareEvent or the event scope is null or
the ClusterAwareEvent.publish(...) method returns true |
public static boolean matchCluster(AbstractEvent event, long currentClusterIslandId, int currentClusterId)
true 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 ClusterIdCopyright © 2017 SAP SE. All Rights Reserved.