Class Dispatcher.LegacyAsyncDispatcher

    • Constructor Detail

      • LegacyAsyncDispatcher

        private LegacyAsyncDispatcher()
    • Method Detail

      • dispatch

        void dispatch​(java.lang.Object event,
                      java.util.Iterator<Subscriber> subscribers)
        Description copied from class: Dispatcher
        Dispatches the given event to the given subscribers.
        Specified by:
        dispatch in class Dispatcher