vertx / io.vertx.rxjava.ext.consul / ConsulClient / maintenanceService

maintenanceService

open fun maintenanceService(maintenanceOptions: MaintenanceOptions, resultHandler: Handler<AsyncResult<Void>>): ConsulClient

Places a given service into "maintenance mode"

Parameters

maintenanceOptions - the maintenance options

resultHandler - will be called when complete

Return
reference to this, for fluency