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
Methods in javax.enterprise.event that return NotificationOptions Modifier and Type Method Description NotificationOptionsNotificationOptions.Builder. build()static NotificationOptionsNotificationOptions. of(java.lang.String optionName, java.lang.Object optionValue)static NotificationOptionsNotificationOptions. 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.
-