vertx / io.vertx.reactivex.ext.consul / ConsulClient / destroySession

destroySession

open fun destroySession(id: String, resultHandler: Handler<AsyncResult<Void>>): ConsulClient

Destroys the given session

Parameters

id - the ID of session

resultHandler - will be called when complete

Return
reference to this, for fluency