Interface RpcEventBus

All Superinterfaces:
RpcHandler, Serializable

public interface RpcEventBus extends RpcHandler
Since:
29.01.26
Author:
Norman Lorenz
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Fires the specified event via RPC
  • Method Details

    • fireEvent

      void fireEvent(Event event)
      Fires the specified event via RPC
      Parameters:
      event - the event to fire