Class ThreadOffload<V>

java.lang.Object
io.smallrye.faulttolerance.core.async.ThreadOffload<V>
All Implemented Interfaces:
FaultToleranceStrategy<V>

public class ThreadOffload<V> extends Object implements FaultToleranceStrategy<V>
This is supposed to be the next to last strategy in the chain (last being Invocation). The common strategies never block and hence may be executed on the original thread.