closeDataStreams abstract method

Future<void> closeDataStreams(
  1. List<String> studyDeploymentIds
)

Stop accepting incoming data for all data streams for each of the studyDeploymentIds.

Throws IllegalArgumentException when no data streams were ever opened for any of the studyDeploymentIds.

Implementation

Future<void> closeDataStreams(List<String> studyDeploymentIds);