| Package | Description |
|---|---|
| legolas.async.api.interfaces | |
| legolas.runtime.core.interfaces |
| Modifier and Type | Method and Description |
|---|---|
<T> Promise<T> |
Promises.add() |
<T> Promise<T> |
Promises.add(Supplier<T> supplier) |
Promise<Void> |
Promises.all() |
Promise<Object> |
Promises.any() |
static <T> Promise<T> |
Promise.create() |
static <T> Promise<T> |
Promise.create(Supplier<T> supplier) |
static <T> Promise<T> |
Promise.failed(Throwable throwable) |
static Promise<Void> |
Promise.succeeded() |
static <T> Promise<T> |
Promise.succeeded(T value) |
| Modifier and Type | Method and Description |
|---|---|
Promise<RunningEnvironment> |
RuntimeEnvironment.start(ExecutorService executorService) |
Promise<RunningEnvironment> |
RuntimeEnvironment.start(ExecutorService executorService,
Properties properties) |
Copyright © 2020. All rights reserved.