Package org.onehippo.repository.cluster
Interface RepositoryClusterService
public interface RepositoryClusterService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isExternalEvent
(Event event) Whether the JCR event is local or external to the current cluster node.
-
Method Details
-
isExternalEvent
Whether the JCR event is local or external to the current cluster node.- Parameters:
event
- the event to check- Returns:
- Whether the JCR event is local or external to the current cluster node
-