| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.session |
| Modifier and Type | Method and Description |
|---|---|
SessionCreatedResponse |
SessionClient.createSession(Session value)
Create Session.
|
SessionCreatedResponse |
SessionClient.createSession(Session value,
String dc)
Create Session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSession
Immutable implementation of
Session. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSession |
ImmutableSession.copyOf(Session instance)
Creates an immutable copy of a
Session value. |
ImmutableSession.Builder |
ImmutableSession.Builder.from(Session instance)
Fill a builder with attribute values from the provided
Session instance. |
Copyright © 2018. All rights reserved.