| Modifier and Type | Class and Description |
|---|---|
static class |
HealthSupport.Builder
Fluent API builder for
HealthSupport. |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_WEB_CONTEXT
Default web context root of the Health check endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthSupport.Builder |
builder()
Get a builder to configure health support instance.
|
static HealthSupport |
create()
Create a new HealthSupport with no health checks configured.
|
static HealthSupport |
create(Config config)
Create a new HealthSupport with no health checks, configured from provided config.
|
void |
update(Routing.Rules rules)
Updates
Routing.Rules with handlers representing this service. |
public static final String DEFAULT_WEB_CONTEXT
public void update(Routing.Rules rules)
ServiceRouting.Rules with handlers representing this service.public static HealthSupport.Builder builder()
public static HealthSupport create()
UP.public static HealthSupport create(Config config)
UP.config - configuration of this health check, used only to get web-context property to configure
HealthSupport.Builder.webContext(String)Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.