Interface ResultReadable
-
- All Known Subinterfaces:
CompletedOp<D>,CycleResult,FailedOp<D>,OpFacets<D>,SkippedOp<D>,SucceededOp<D>
- All Known Implementing Classes:
CycleSpanResults,EventedOpImpl,MutableCycleResult,OpImpl
public interface ResultReadable
-
-
Method Summary
Modifier and Type Method Description intgetResult()Get a result associated with some operation, according to the activity-specific result map
-