appendToDataStreams abstract method
Append a batch
of data measures to corresponding data streams
in studyDeploymentId
.
Throws IllegalArgumentException when:
- the
studyDeploymentId
of one or more sequences inbatch
does not matchstudyDeploymentId
- the start of one or more of the sequences contained in
batch
precede the end of a previously appended sequence to the same data stream batch
contains a sequence with DataStreamId which wasn't configured forstudyDeploymentId
Throws IllegalStateException when data streams for studyDeploymentId
have been closed.
Implementation
Future<void> appendToDataStreams(
String studyDeploymentId,
List<DataStreamBatch> batch,
);