Package | Description |
---|---|
javax.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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.