| Package | Description | 
|---|---|
| io.vertx.ext.consul | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SessionOptions | 
SessionOptions.setBehavior(SessionBehavior behavior)
Set the behavior when a session is invalidated. 
 | 
Copyright © 2020 Eclipse. All rights reserved.