Uses of Interface
io.smallrye.faulttolerance.core.Completer
Packages that use Completer
Package
Description
Core implementations of fault tolerance strategies conforming to MicroProfile Fault Tolerance.
-
Uses of Completer in io.smallrye.faulttolerance.core
Methods in io.smallrye.faulttolerance.core that return CompleterModifier and TypeMethodDescriptionstatic <T> Completer<T> Completer.create()Creates a new completer.Methods in io.smallrye.faulttolerance.core with parameters of type CompleterModifier and TypeMethodDescriptionvoidFuture.thenComplete(Completer<T> completer) Registers a completion callback with this future.