Uses of Interface
io.engineblock.activityapi.core.ops.fluent.opfacets.StartedOp
-
Packages that use StartedOp Package Description io.engineblock.activityapi.core.ops.fluent io.engineblock.activityapi.core.ops.fluent.opfacets io.engineblock.activityimpl.motor -
-
Uses of StartedOp in io.engineblock.activityapi.core.ops.fluent
Methods in io.engineblock.activityapi.core.ops.fluent with parameters of type StartedOp Modifier and Type Method Description voidOpTrackerImpl. onOpStarted(StartedOp<D> op) -
Uses of StartedOp in io.engineblock.activityapi.core.ops.fluent.opfacets
Subinterfaces of StartedOp 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 StartedOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D>Methods in io.engineblock.activityapi.core.ops.fluent.opfacets that return StartedOp Modifier and Type Method Description StartedOp<D>OpImpl. retry()StartedOp<D>StartedOp. retry()Reset the service timer on this op, and increment the tries counterStartedOp<D>EventedOpImpl. start()StartedOp<D>OpImpl. start()StartedOp<D>TrackedOp. start()Signify to EngineBlock that the associated operation is known to have started processing in some specific way according to the implementing activity type.Methods in io.engineblock.activityapi.core.ops.fluent.opfacets with parameters of type StartedOp Modifier and Type Method Description voidOpEvents. onOpStarted(StartedOp<D> op) -
Uses of StartedOp in io.engineblock.activityimpl.motor
Methods in io.engineblock.activityimpl.motor with parameters of type StartedOp Modifier and Type Method Description voidStrideTracker. onOpStarted(StartedOp<D> op)
-