Uses of Class
io.vertx.ext.consul.SessionBehavior
-
Packages that use SessionBehavior Package Description io.vertx.ext.consul -
-
Uses of SessionBehavior in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return SessionBehavior Modifier and Type Method Description SessionBehavior
SessionOptions. getBehavior()
Get the behavior when a session is invalidated.static SessionBehavior
SessionBehavior. of(String key)
static SessionBehavior
SessionBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionBehavior[]
SessionBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.consul with parameters of type SessionBehavior Modifier and Type Method Description SessionOptions
SessionOptions. setBehavior(SessionBehavior behavior)
Set the behavior when a session is invalidated.
-