bootstrap abstract method
Bootstrap allows callers to hint to the routing system to get into a Bootstrapped state and remain there. It is not a synchronous call.
Implementation
Future<void> bootstrap();
Bootstrap allows callers to hint to the routing system to get into a Bootstrapped state and remain there. It is not a synchronous call.
Future<void> bootstrap();