public static class NotificationSupport.Factory extends Object
| Modifier and Type | Method and Description |
|---|---|
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. |
public static NotificationSupport create(ExecutorService executorService)
executorService parameter is null, the notifications will be emitted synchronously
and may be subject to handlers blocking the execution.executorService - can be null.Copyright © 2019 JBoss by Red Hat. All rights reserved.