Class NotificationSupport.Factory

java.lang.Object
org.jboss.as.controller.notification.NotificationSupport.Factory
Enclosing interface:
NotificationSupport

public static class NotificationSupport.Factory extends Object
  • Method Details

    • 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.