Class DeferredComputationResult

java.lang.Object
com.mastfrog.acteur.DeferredComputationResult

public final class DeferredComputationResult extends Object
Encapsulates either an object indicating success, or a throwable indicating failure, which is written to a response using DeferredComputationResultActeur (added automatically to the chain if you use Acteur.then(CompletableFuture).
Author:
Tim Boudreau
See Also: