Restart projections subsystem.
Source code in src/eventstore_grpc/projections/restart.py
| def restart_projections_subsystem(
stub: projections_pb2_grpc.ProjectionsStub, **kwargs
) -> shared_pb2.Empty:
"""Restart projections subsystem."""
return stub.RestartSubsystem(shared_pb2.Empty(), **kwargs)
|