Interface CorrelatableProcessingRequest
-
- All Known Implementing Classes:
SyncItemProcessingRequest
public interface CorrelatableProcessingRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getCorrelationValue()
-
-
-
Method Detail
-
getCorrelationValue
Object getCorrelationValue()
- Returns:
- The value against which we match other requests to be aligned with this one.
-
-