stop abstract method

Task stop(
  1. CancellationToken cancellationToken
)

Called from Host.stop to indicate that the host is stopping and it's time to shut down.

Implementation

Task stop(CancellationToken cancellationToken);