Uses of Enum Class
org.osgi.util.promise.PromiseFactory.Option
Packages that use PromiseFactory.Option
-
Uses of PromiseFactory.Option in org.osgi.util.promise
Methods in org.osgi.util.promise that return PromiseFactory.OptionModifier 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.Constructors in org.osgi.util.promise with parameters of type PromiseFactory.OptionModifierConstructorDescriptionPromiseFactory
(Executor callbackExecutor, ScheduledExecutorService scheduledExecutor, PromiseFactory.Option... options) Create a new PromiseFactory with the specified callback executor, specified scheduled executor, and specified options.