Uses of Record Class
io.github.teceli.resiliencia.patterns.timeout.Timeout
Packages that use Timeout
-
Uses of Timeout in io.github.teceli.resiliencia.patterns.timeout
Methods in io.github.teceli.resiliencia.patterns.timeout that return TimeoutModifier and TypeMethodDescriptionstatic <T> Timeout<T> ATimeoutwith the given deadline, ready to use as-is or refine further viawithXmethods.Timeout.withCancelOnTimeout(boolean cancelOnTimeout) Whether the operation's virtual thread is interrupted when the deadline passes.Use a customClockinstead of the system clock for event timestamps.Timeout.withListener(ResilienceEvent.Listener listener) Add a listener notified of everyTimeoutEventemitted by this instance.Timeout.withTimeout(Duration timeout) How long the caller waits before the operation is considered timed out.