Interface JackrabbitEvent

  • All Superinterfaces:
    Event

    @ProviderType
    public interface JackrabbitEvent
    extends Event
    This is an extension of the event interface which provides a method to detect whether the changes happened on locally or remotely in a clustered environment.
    • Method Detail

      • isExternal

        boolean isExternal()
        Return a flag indicating whether this is an externally generated event.
        Returns:
        true if this is an external event; false otherwise