Class CompletionStageSupport<T>
java.lang.Object
io.smallrye.faulttolerance.core.invocation.CompletionStageSupport<T>
- All Implemented Interfaces:
AsyncSupport<T,CompletionStage<T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancreateComplete(T value) fromFuture(Invoker<Future<T>> invoker) toFuture(Invoker<CompletionStage<T>> invoker)
-
Constructor Details
-
CompletionStageSupport
public CompletionStageSupport()
-
-
Method Details
-
mustDescription
- Specified by:
mustDescriptionin interfaceAsyncSupport<T,CompletionStage<T>>
-
doesDescription
- Specified by:
doesDescriptionin interfaceAsyncSupport<T,CompletionStage<T>>
-
applies
- Specified by:
appliesin interfaceAsyncSupport<T,CompletionStage<T>>
-
createComplete
- Specified by:
createCompletein interfaceAsyncSupport<T,CompletionStage<T>>
-
toFuture
- Specified by:
toFuturein interfaceAsyncSupport<T,CompletionStage<T>>
-
fromFuture
- Specified by:
fromFuturein interfaceAsyncSupport<T,CompletionStage<T>>
-