Uses of Interface
javax.enterprise.event.NotificationOptions.Builder
-
Packages that use NotificationOptions.Builder Package Description javax.enterprise.event Annotations and interfaces relating to events. -
-
Uses of NotificationOptions.Builder in javax.enterprise.event
Classes in javax.enterprise.event that implement NotificationOptions.Builder Modifier and Type Class Description (package private) static class
ImmutableNotificationOptions.Builder
Methods in javax.enterprise.event that return NotificationOptions.Builder Modifier and Type Method Description static NotificationOptions.Builder
NotificationOptions. builder()
NotificationOptions.Builder
NotificationOptions.Builder. set(java.lang.String optionName, java.lang.Object optionValue)
NotificationOptions.Builder
NotificationOptions.Builder. setExecutor(java.util.concurrent.Executor executor)
-