Package | Description |
---|---|
org.osgi.util.promise |
Promise Package Version 1.2.
|
Modifier and Type | Method and Description |
---|---|
static PromiseFactory.Option |
PromiseFactory.Option.valueOf(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.
|
Constructor and Description |
---|
PromiseFactory(Executor callbackExecutor,
ScheduledExecutorService scheduledExecutor,
PromiseFactory.Option... options)
Create a new PromiseFactory with the specified callback executor,
specified scheduled executor, and specified options.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0