Class NotificationSupport.Factory

    • Method Detail

      • create

        public static NotificationSupport create​(ExecutorService executorService)
        If the executorService parameter is null, the notifications will be emitted synchronously and may be subject to handlers blocking the execution.
        Parameters:
        executorService - can be null.