| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.model.agent | |
| com.orbitz.consul.model.catalog |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentClient.registerCheck(Check check)
Registers a Health Check with the Agent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCheck
Immutable implementation of
Check. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCheck |
ImmutableCheck.copyOf(Check instance)
Creates an immutable copy of a
Check value. |
ImmutableCheck.Builder |
ImmutableCheck.Builder.from(Check instance)
Fill a builder with attribute values from the provided
Check instance. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Check> |
ImmutableCatalogRegistration.check() |
abstract Optional<Check> |
CatalogRegistration.check() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCatalogRegistration.Builder |
ImmutableCatalogRegistration.Builder.check(Check check)
Initializes the optional value
check to check. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withCheck(Check value)
Copy the current immutable object by setting a present value for the optional
check attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCatalogRegistration.Builder |
ImmutableCatalogRegistration.Builder.check(Optional<? extends Check> check)
Initializes the optional value
check to check. |
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withCheck(Optional<? extends Check> optional)
Copy the current immutable object by setting an optional value for the
check attribute. |
Copyright © 2019. All rights reserved.