Class LocalEventBus


  • public class LocalEventBus
    extends InternalEventBus
    The local event bus is used to pass messages and events between operations and commands, as well as to replace traditional listeners.

    It is heavily used by the daemon to distribute requests and responses into the application; and to pass responses back to the daemon.