Interface MatchingEngineResult
public interface MatchingEngineResult
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getResult
MatchingResultType getResult() -
getTargetRecordPrimaryKey
String getTargetRecordPrimaryKey()- Returns:
- encoded primary key of target record
-
getPivotRecordPrimaryKey
String getPivotRecordPrimaryKey()- Returns:
- encoded primary key of pivot record
-