Uses of Enum
io.vertx.ext.consul.SessionBehavior
Packages that use SessionBehavior
-
Uses of SessionBehavior in io.vertx.ext.consul
Subclasses with type arguments of type SessionBehavior in io.vertx.ext.consulModifier and TypeClassDescriptionenumWhen a session is invalidated, it is destroyed and can no longer be used.Methods in io.vertx.ext.consul that return SessionBehaviorModifier and TypeMethodDescriptionSessionOptions.getBehavior()Get the behavior when a session is invalidated.static SessionBehaviorstatic SessionBehaviorReturns 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 SessionBehaviorModifier and TypeMethodDescriptionSessionOptions.setBehavior(SessionBehavior behavior) Set the behavior when a session is invalidated.