Interface EventBus
- All Known Implementing Classes:
EventBusImpl
public interface EventBus
Interface for an event bus that distributes events across a cluster and to frontend servers.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionvoidfireEvent(Serializable event) Fires the specified event, distributing it to the cluster and connected frontend servers.
-
Method Details
-
fireEvent
Fires the specified event, distributing it to the cluster and connected frontend servers.- Parameters:
event- the event to fire
-