Uses of Class
io.vertx.ext.consul.SessionOptions
Packages that use SessionOptions
-
Uses of SessionOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return SessionOptionsModifier and TypeMethodDescriptionSessionOptions.setBehavior(SessionBehavior behavior) Set the behavior when a session is invalidated.Set a list of associated health checks.SessionOptions.setLockDelay(long lockDelay) Set the lock-delay period.Set the human-readable name for the SessionSet the node to which the session will be assignedSessionOptions.setTtl(long ttl) Set the TTL interval.Methods in io.vertx.ext.consul with parameters of type SessionOptionsModifier and TypeMethodDescriptionConsulClient.createSessionWithOptions(SessionOptions options) Initialize a new sessionConstructors in io.vertx.ext.consul with parameters of type SessionOptions -
Uses of SessionOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type SessionOptionsModifier and TypeMethodDescriptionConsulClient.createSessionWithOptions(SessionOptions options) Initialize a new sessionConsulClient.rxCreateSessionWithOptions(SessionOptions options) Initialize a new session -
Uses of SessionOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type SessionOptionsModifier and TypeMethodDescriptionConsulClient.createSessionWithOptions(SessionOptions options) Initialize a new sessionConsulClient.rxCreateSessionWithOptions(SessionOptions options) Initialize a new session