Uses of Interface
io.engineblock.activityapi.core.ops.fluent.opfacets.FailedOp
-
Packages that use FailedOp Package Description io.engineblock.activityapi.core.ops.fluent io.engineblock.activityapi.core.ops.fluent.opfacets io.engineblock.activityimpl.motor -
-
Uses of FailedOp in io.engineblock.activityapi.core.ops.fluent
Methods in io.engineblock.activityapi.core.ops.fluent with parameters of type FailedOp Modifier and Type Method Description voidOpTrackerImpl. onOpFailure(FailedOp<D> op) -
Uses of FailedOp in io.engineblock.activityapi.core.ops.fluent.opfacets
Subinterfaces of FailedOp in io.engineblock.activityapi.core.ops.fluent.opfacets Modifier and Type Interface Description interfaceOpFacets<D>This interface represents the union of interfaces needed for all of the behavioral facets of a useful Op implementation.Classes in io.engineblock.activityapi.core.ops.fluent.opfacets that implement FailedOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D>Methods in io.engineblock.activityapi.core.ops.fluent.opfacets that return FailedOp Modifier and Type Method Description FailedOp<D>EventedOpImpl. fail(int status)FailedOp<D>OpImpl. fail(int status)FailedOp<D>StartedOp. fail(int status)Mark this op as failed as of the time it is called, and record the resulting status code.Methods in io.engineblock.activityapi.core.ops.fluent.opfacets with parameters of type FailedOp Modifier and Type Method Description voidOpEvents. onOpFailure(FailedOp<D> op) -
Uses of FailedOp in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor with parameters of type FailedOp Modifier and Type Method Description voidStrideTracker. onOpFailure(FailedOp<D> op)
-