Uses of Interface
javax.enterprise.event.NotificationOptions
-
Packages that use NotificationOptions Package Description javax.enterprise.event Annotations and interfaces relating to events. -
-
Uses of NotificationOptions in javax.enterprise.event
Classes in javax.enterprise.event that implement NotificationOptions Modifier and Type Class Description (package private) class
ImmutableNotificationOptions
The immutable implementation ofNotificationOptions
.Methods in javax.enterprise.event that return NotificationOptions Modifier and Type Method 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)
Methods in javax.enterprise.event with parameters of type NotificationOptions Modifier and Type Method Description <U extends T>
java.util.concurrent.CompletionStage<U>Event. fireAsync(U event, NotificationOptions options)
Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.
-