Uses of Enum Class
org.osgi.util.promise.PromiseFactory.Option
-
Uses of PromiseFactory.Option in org.osgi.util.promise
Modifier and TypeMethodDescriptionstatic PromiseFactory.Option
Returns the enum constant of this class with the specified name.static PromiseFactory.Option[]
PromiseFactory.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPromiseFactory
(Executor callbackExecutor, ScheduledExecutorService scheduledExecutor, PromiseFactory.Option... options) Create a new PromiseFactory with the specified callback executor, specified scheduled executor, and specified options.