| Package | Description |
|---|---|
| javax.enterprise.event |
Annotations and interfaces relating to events.
|
| org.jboss.weld.events |
| Modifier and Type | Method and Description |
|---|---|
NotificationOptions |
NotificationOptions.Builder.build() |
static NotificationOptions |
NotificationOptions.of(String optionName,
Object optionValue) |
static NotificationOptions |
NotificationOptions.ofExecutor(Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
<U extends T> |
Event.fireAsync(U event,
NotificationOptions options)
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeldNotificationOptions
The
Event.fireAsync(Object, NotificationOptions) method allows to configure the notification of asynchronous observer methods. |
| Modifier and Type | Method and Description |
|---|---|
static NotificationOptions |
WeldNotificationOptions.withParallelMode() |
static NotificationOptions |
WeldNotificationOptions.withTimeout(long timeout) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.