Package | Description |
---|---|
jakarta.enterprise.event |
Annotations and interfaces relating to 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.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.