openDataStreams method

  1. @override
Future<void> openDataStreams(
  1. DataStreamsConfiguration configuration
)
override

Start accepting data for a study deployment for data streams configured in configuration.

Throws IllegalStateException when data streams for the specified study deployment have already been configured.

Implementation

@override
Future<void> openDataStreams(DataStreamsConfiguration configuration) async =>
    throw CarpServiceException(
        message:
            'Opening data streams is not supported from the client side.');