Uses of Class
io.vertx.ext.consul.SessionOptions
-
Packages that use SessionOptions Package Description io.vertx.ext.consul -
-
Uses of SessionOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return SessionOptions Modifier and Type Method Description SessionOptionsSessionOptions. setBehavior(SessionBehavior behavior)Set the behavior when a session is invalidated.SessionOptionsSessionOptions. setChecks(List<String> checks)Set a list of associated health checks.SessionOptionsSessionOptions. setLockDelay(long lockDelay)Set the lock-delay period.SessionOptionsSessionOptions. setName(String name)Set the human-readable name for the SessionSessionOptionsSessionOptions. setNode(String node)Set the node to which the session will be assignedSessionOptionsSessionOptions. setTtl(long ttl)Set the TTL interval.Methods in io.vertx.ext.consul with parameters of type SessionOptions Modifier and Type Method Description io.vertx.core.Future<String>ConsulClient. createSessionWithOptions(SessionOptions options)Initialize a new sessionConstructors in io.vertx.ext.consul with parameters of type SessionOptions Constructor Description SessionOptions(SessionOptions options)Copy constructor
-