Class RuntimeEventNotifier
- java.lang.Object
-
- org.nuxeo.ecm.core.management.statuses.RuntimeEventNotifier
-
-
Field Summary
Fields Modifier and Type Field Description static String
RUNTIME_EVENT_TOPIC
-
Constructor Summary
Constructors Constructor Description RuntimeEventNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notifyEvent(String eventName, String instanceIdentifier, String serviceIdentifier)
-
-
-
Field Detail
-
RUNTIME_EVENT_TOPIC
public static final String RUNTIME_EVENT_TOPIC
- See Also:
- Constant Field Values
-
-
Method Detail
-
notifyEvent
public void notifyEvent(String eventName, String instanceIdentifier, String serviceIdentifier)
- Specified by:
notifyEvent
in interfaceNotifier
-
-