Class EventBusImpl

java.lang.Object
de.xima.fc.event.internal.EventBusImpl
All Implemented Interfaces:
EventBus

@ApplicationScoped public class EventBusImpl extends Object implements EventBus
Since:
29.01.26
Author:
Norman Lorenz
  • Method Details

    • fireEvent

      public void fireEvent(Serializable event)
      Description copied from interface: EventBus
      Fires the specified event, distributing it to the cluster and connected frontend servers.
      Specified by:
      fireEvent in interface EventBus
      Parameters:
      event - the event to fire