Class NotificationSupport.Factory
- java.lang.Object
-
- org.jboss.as.controller.notification.NotificationSupport.Factory
-
- Enclosing interface:
- NotificationSupport
public static class NotificationSupport.Factory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NotificationSupportcreate(ExecutorService executorService)If theexecutorServiceparameter is null, the notifications will be emitted synchronously and may be subject to handlers blocking the execution.
-
-
-
Method Detail
-
create
public static NotificationSupport create(ExecutorService executorService)
If theexecutorServiceparameter is null, the notifications will be emitted synchronously and may be subject to handlers blocking the execution.- Parameters:
executorService- can benull.
-
-