Interface EventPublisher
-
public interface EventPublisher
Allows for sending platform events.- Author:
- K. Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fireEvent(Event event)
Publish the event for further processing.
-
-
-
Method Detail
-
fireEvent
void fireEvent(Event event)
Publish the event for further processing.- Parameters:
event
-
-
-