Uses of Interface
javax.enterprise.event.NotificationOptions
-
Packages that use NotificationOptions Package Description javax.enterprise.event Annotations and interfaces relating to events.org.jboss.weld.event org.jboss.weld.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(String optionName, Object optionValue)static NotificationOptionsNotificationOptions. ofExecutor(Executor executor)Methods in javax.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.event
Methods in org.jboss.weld.event with parameters of type NotificationOptions Modifier and Type Method Description <U extends T>
CompletionStage<U>EventImpl. fireAsync(U event, NotificationOptions options)<T,U extends T>
CompletionStage<U>ObserverNotifier. notifyAsync(ResolvedObservers<T> observers, U event, EventMetadata metadata, NotificationOptions options)Delivers the given asynchronous event object to given observer asynchronous observer methods.protected <T,U extends T>
CompletionStage<U>ObserverNotifier. notifyAsyncObservers(List<ObserverMethod<? super T>> observers, U event, EventMetadata metadata, Executor executor, NotificationOptions options) -
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)
-