Interface SucceededOp<D>
-
- Type Parameters:
D- The type of delegate needed for the implementing protocol
- All Superinterfaces:
java.lang.Comparable<CycleResult>,CompletedOp<D>,CycleReadable,CycleResult,Payload<D>,ResultReadable
- All Known Subinterfaces:
OpFacets<D>
- All Known Implementing Classes:
EventedOpImpl,OpImpl
public interface SucceededOp<D> extends Payload<D>, CycleResult, CompletedOp<D>
An op should be deemed successful if it completes with no exception.
-
-
Method Summary
Modifier and Type Method Description intgetTries()-
Methods inherited from interface io.engineblock.activityapi.core.ops.fluent.opfacets.CompletedOp
getResponseTimeNanos, getServiceTimeNanos, getStartedAtNanos
-
Methods inherited from interface io.engineblock.activityapi.cyclelog.buffers.results.CycleReadable
getCycle
-
Methods inherited from interface io.engineblock.activityapi.cyclelog.buffers.results.CycleResult
compareTo
-
Methods inherited from interface io.engineblock.activityapi.core.ops.fluent.opfacets.Payload
getData, setData
-
Methods inherited from interface io.engineblock.activityapi.cyclelog.buffers.results.ResultReadable
getResult
-
-