Uses of Class
org.osgi.util.promise.PromiseFactory.Option
-
Packages that use PromiseFactory.Option Package Description org.osgi.util.promise Promise Package Version 1.2. -
-
Uses of PromiseFactory.Option in org.osgi.util.promise
Methods in org.osgi.util.promise that return PromiseFactory.Option Modifier and Type Method Description static PromiseFactory.Option
PromiseFactory.Option. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PromiseFactory.Option[]
PromiseFactory.Option. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.osgi.util.promise with parameters of type PromiseFactory.Option Constructor Description PromiseFactory(java.util.concurrent.Executor callbackExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutor, PromiseFactory.Option... options)
Create a new PromiseFactory with the specified callback executor, specified scheduled executor, and specified options.
-