Uses of Class
io.vertx.ext.consul.SessionList
-
Packages that use SessionList Package Description io.vertx.ext.consul -
-
Uses of SessionList in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return SessionList Modifier and Type Method Description SessionListSessionList. setIndex(long index)Set Consul index, a unique identifier representing the current state of the requested list of sessionsSessionListSessionList. setList(List<Session> list)Set list of sessionsMethods in io.vertx.ext.consul that return types with arguments of type SessionList Modifier and Type Method Description io.vertx.core.Future<SessionList>ConsulClient. listNodeSessions(String nodeId)Returns the active sessions for a given nodeio.vertx.core.Future<SessionList>ConsulClient. listNodeSessionsWithOptions(String nodeId, BlockingQueryOptions options)Returns the active sessions for a given node This is blocking query unlikeConsulClient.listNodeSessions(String)io.vertx.core.Future<SessionList>ConsulClient. listSessions()Returns the active sessionsio.vertx.core.Future<SessionList>ConsulClient. listSessionsWithOptions(BlockingQueryOptions options)Returns the active sessions This is blocking query unlikeConsulClient.listSessions()Constructors in io.vertx.ext.consul with parameters of type SessionList Constructor Description SessionList(SessionList other)Copy constructor
-