Uses of Interface
jakarta.enterprise.event.NotificationOptions
-
Packages that use NotificationOptions Package Description jakarta.enterprise.event Annotations and interfaces relating to events. -
-
Uses of NotificationOptions in jakarta.enterprise.event
Methods in jakarta.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 jakarta.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.
-