Class EventBusFactory


  • public final class EventBusFactory
    extends Object
    Factory to create a new EventBus object for the given MessageBus.
    • Constructor Detail

      • EventBusFactory

        public EventBusFactory()
    • Method Detail

      • aEventBus

        public static EventBus aEventBus​(MessageBus messageBus)
        Factory method to create a new EventBus object for the given MessageBus.
        Parameters:
        messageBus - the MessageBus to use
        Returns:
        a new EventBus