Class NotificationSupport.Factory
java.lang.Object
org.jboss.as.controller.notification.NotificationSupport.Factory
- Enclosing interface:
- NotificationSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationSupportcreate(ExecutorService executorService) If theexecutorServiceparameter is null, the notifications will be emitted synchronously and may be subject to handlers blocking the execution.
-
Method Details
-
create
If theexecutorServiceparameter is null, the notifications will be emitted synchronously and may be subject to handlers blocking the execution.- Parameters:
executorService- can benull.
-