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