Package io.github.teceli.resiliencia.patterns.timeout
package io.github.teceli.resiliencia.patterns.timeout
-
ClassDescriptionTimeout<T>Timeout pattern: execute an operation on a virtual thread and bound how long the caller waits for it.Events emitted by the Timeout pattern.The abandoned worker (interrupted or left running past the timeout) eventually failed.The abandoned worker (interrupted or left running past the timeout) eventually succeeded.