Uses of Class
io.vertx.ext.consul.Session
-
Packages that use Session Package Description io.vertx.ext.consul -
-
Uses of Session in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return Session Modifier and Type Method Description SessionSession. setChecks(List<String> checks)Set the list of associated health checksSessionSession. setCreateIndex(long createIndex)Set the create index of sessionSessionSession. setId(String id)Set the ID of nodeSessionSession. setIndex(long index)Set Consul indexSessionSession. setLockDelay(long lockDelay)Set the Lock delay of sessionSessionSession. setNode(String node)Set the ID of nodeMethods in io.vertx.ext.consul that return types with arguments of type Session Modifier and Type Method Description List<Session>SessionList. getList()Get list of sessionsio.vertx.core.Future<Session>ConsulClient. infoSession(String id)Returns the requested session informationio.vertx.core.Future<Session>ConsulClient. infoSessionWithOptions(String id, BlockingQueryOptions options)Returns the requested session information This is blocking query unlikeConsulClient.infoSession(String)io.vertx.core.Future<Session>ConsulClient. renewSession(String id)Renews the given session.Method parameters in io.vertx.ext.consul with type arguments of type Session Modifier and Type Method Description SessionListSessionList. setList(List<Session> list)Set list of sessionsConstructors in io.vertx.ext.consul with parameters of type Session Constructor Description Session(Session other)Copy constructor
-