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 TypeMethodDescriptionintGet a result associated with some operation, according to the activity-specific result map
-
Method Details
-
getResult
int getResult()Get a result associated with some operation, according to the activity-specific result map- Returns:
- an activity-specific result code
-