Interface RecordService
-
public interface RecordServiceLambda functions intended forRecordoperations associate with this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordResponsereadRecords(RecordRequest request)Returns data/records corresponding to the request type.
-
-
-
Method Detail
-
readRecords
RecordResponse readRecords(RecordRequest request)
Returns data/records corresponding to the request type.- Parameters:
request- The data/records request.- Returns:
- The data/records.
-
-