Uses of Interface
io.smallrye.faulttolerance.core.invocation.Invoker
-
Packages that use Invoker Package Description io.smallrye.faulttolerance.core.invocation -
-
Uses of Invoker in io.smallrye.faulttolerance.core.invocation
Classes in io.smallrye.faulttolerance.core.invocation that implement Invoker Modifier and Type Class Description classNormalMethodInvoker<V>classSpecialMethodInvoker<V>classStrategyInvoker<V>Methods in io.smallrye.faulttolerance.core.invocation with parameters of type Invoker Modifier and Type Method Description ATAsyncSupport. fromCompletionStage(Invoker<CompletionStage<V>> invoker)CompletionStage<T>CompletionStageSupport. fromCompletionStage(Invoker<CompletionStage<T>> invoker)CompletionStage<V>AsyncSupport. toCompletionStage(Invoker<AT> invoker)CompletionStage<T>CompletionStageSupport. toCompletionStage(Invoker<CompletionStage<T>> invoker)
-