Package | Description |
---|---|
javax.enterprise.event |
Annotations and interfaces relating to events.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ImmutableNotificationOptions
The immutable implementation of
NotificationOptions . |
Modifier and Type | Method and Description |
---|---|
NotificationOptions |
NotificationOptions.Builder.build() |
static NotificationOptions |
NotificationOptions.of(java.lang.String optionName,
java.lang.Object optionValue) |
static NotificationOptions |
NotificationOptions.ofExecutor(java.util.concurrent.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.
|