open fun maintenanceService(maintenanceOptions: MaintenanceOptions, resultHandler: Handler<AsyncResult<Void>>): ConsulClient
Places a given service into "maintenance mode"
maintenanceOptions - the maintenance options
resultHandler - will be called when complete
Return
reference to this, for fluency