public interface APIStep
| Modifier and Type | Method and Description |
|---|---|
ExecutionStep |
withClassicAPI() |
ExecutionStep |
withCompletableFutureAPI() |
ExecutionStep |
withRXAPI() |
ExecutionStep withClassicAPI()
ExecutionStep based on the classic API.ExecutionStep withCompletableFutureAPI()
ExecutionStep based on the CompletableFuture API.ExecutionStep withRXAPI()
ExecutionStep based on the RX Java 2 API.Copyright © 2020. All rights reserved.