@FunctionalInterface public interface TerminalStage<I,O> extends Function<Multi<I>,CompletionStage<O>>
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<O> |
apply(Multi<I> multi)
Creates the
CompletionStage called when the embedded logic has completed or failed. |
CompletionStage<O> apply(Multi<I> multi)
CompletionStage called when the embedded logic has completed or failed.Copyright © 2019–2020 SmallRye. All rights reserved.