suspend fun ConsulClient.maintenanceServiceAwait(maintenanceOptions: MaintenanceOptions): Unit
Places a given service into "maintenance mode"
maintenanceOptions
- the maintenance options
resultHandler
- will be called when complete
Returnreference
to this, for fluency *