start abstract method

Future<void> start(
  1. CancellationToken cancellationToken
)

Triggered when the application host is ready to start the service.

Implementation

Future<void> start(CancellationToken cancellationToken);