Uses of Class
io.vertx.ext.consul.Session
Packages that use Session
-
Uses of Session in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return SessionModifier and TypeMethodDescriptionSet the list of associated health checksSession.setCreateIndex(long createIndex) Set the create index of sessionSet the ID of nodeSession.setIndex(long index) Set Consul indexSession.setLockDelay(long lockDelay) Set the Lock delay of sessionSet the ID of nodeMethods in io.vertx.ext.consul that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionList.getList()Get list of sessionsConsulClient.infoSession(String id) Returns the requested session informationConsulClient.infoSessionWithOptions(String id, BlockingQueryOptions options) Returns the requested session information This is blocking query unlikeConsulClient.infoSession(String)ConsulClient.renewSession(String id) Renews the given session.Method parameters in io.vertx.ext.consul with type arguments of type SessionModifier and TypeMethodDescriptionSet list of sessionsConstructors in io.vertx.ext.consul with parameters of type Session -
Uses of Session in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type SessionModifier and TypeMethodDescriptionConsulClient.infoSession(String id) Returns the requested session informationConsulClient.infoSessionWithOptions(String id, BlockingQueryOptions options) Returns the requested session information This is blocking query unlikeConsulClient.infoSession(String)ConsulClient.renewSession(String id) Renews the given session.ConsulClient.rxInfoSession(String id) Returns the requested session informationConsulClient.rxInfoSessionWithOptions(String id, BlockingQueryOptions options) Returns the requested session information This is blocking query unlikeConsulClient.infoSession(String)ConsulClient.rxRenewSession(String id) Renews the given session. -
Uses of Session in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type SessionModifier and TypeMethodDescriptionConsulClient.infoSession(String id) Returns the requested session informationConsulClient.infoSessionWithOptions(String id, BlockingQueryOptions options) Returns the requested session information This is blocking query unlikeConsulClient.infoSession(String)ConsulClient.renewSession(String id) Renews the given session.ConsulClient.rxInfoSession(String id) Returns the requested session informationConsulClient.rxInfoSessionWithOptions(String id, BlockingQueryOptions options) Returns the requested session information This is blocking query unlikeConsulClient.infoSession(String)ConsulClient.rxRenewSession(String id) Renews the given session.