suspend fun ConsulClient.listSessionsWithOptionsAwait(options: BlockingQueryOptions): SessionList
Returns the active sessions This is blocking query unlike io.vertx.ext.consul.ConsulClient
options
- the blocking options
resultHandler
- will be provided with list of sessions
Returnreference
to this, for fluency *