Uses of Interface
org.xwiki.eventstream.RecordableEvent
-
Packages that use RecordableEvent Package Description org.xwiki.eventstream -
-
Uses of RecordableEvent in org.xwiki.eventstream
Subinterfaces of RecordableEvent in org.xwiki.eventstream Modifier and Type Interface Description interface
TargetableEvent
An event that specify which entities are concerned or interested by it.interface
UntypedRecordableEvent
This interface represents an event that is not identified by a specific class, but by its component hint.Methods in org.xwiki.eventstream that return types with arguments of type RecordableEvent Modifier and Type Method Description List<RecordableEvent>
RecordableEventConverter. getSupportedEvents()
Methods in org.xwiki.eventstream with parameters of type RecordableEvent Modifier and Type Method Description Event
RecordableEventConverter. convert(RecordableEvent recordableEvent, String source, Object data)
Convert a notification event to a stream event.
-