Uses of Interface
jakarta.enterprise.event.NotificationOptions
Packages that use NotificationOptions
Package
Description
Annotations and interfaces relating to events.
-
Uses of NotificationOptions in jakarta.enterprise.event
Methods in jakarta.enterprise.event that return NotificationOptionsModifier and TypeMethodDescriptionNotificationOptions.Builder.build()static NotificationOptionsstatic NotificationOptionsNotificationOptions.ofExecutor(Executor executor) Methods in jakarta.enterprise.event with parameters of type NotificationOptionsModifier 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. -
Uses of NotificationOptions in org.jboss.weld.events
Subinterfaces of NotificationOptions in org.jboss.weld.eventsModifier and TypeInterfaceDescriptioninterfaceTheEvent.fireAsync(Object, NotificationOptions)method allows to configure the notification of asynchronous observer methods.Methods in org.jboss.weld.events that return NotificationOptionsModifier and TypeMethodDescriptionstatic NotificationOptionsWeldNotificationOptions.withParallelMode()static NotificationOptionsWeldNotificationOptions.withTimeout(long timeout)