Uses of Interface
jakarta.enterprise.event.NotificationOptions
-
Uses of NotificationOptions in jakarta.enterprise.event
Modifier and TypeMethodDescriptionNotificationOptions.Builder.build()
Build the notification optionsstatic NotificationOptions
static NotificationOptions
NotificationOptions.ofExecutor
(Executor executor) Modifier and TypeMethodDescription<U extends T>
CompletionStage<U> Event.fireAsync
(U event, NotificationOptions options) Fires an event asynchronously with the specified qualifiers and notifies asynchronous observers.