public class ObservationUtil
extends java.lang.Object
Constructor and Description |
---|
ObservationUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isExternal(Event event)
On a JCR implementation which supports cluster-aware event processing, checks if the event has originally
happened locally (internal) or remotely (external).
|
public static boolean isExternal(Event event)
If the result of this method call is used to filter out external events, the recommended approach is to use one of the following dedicated APIs:
event
- The event to be checked.true
if the JCR implementation is cluster aware and the event is external.Copyright © 2010 - 2020 Adobe. All Rights Reserved