Interface AsyncSupport<V,AT>
- All Known Implementing Classes:
CompletionStageSupport
public interface AsyncSupport<V,AT>
-
Method Summary
Modifier and TypeMethodDescriptionbooleancreateComplete(V value) fallbackResultToCompletionStage(AT asyncValue) fromCompletionStage(Invoker<CompletionStage<V>> invoker) toCompletionStage(Invoker<AT> invoker)