public final class GatewayHttpReadinessCheck extends Object implements Supplier<CompletionStage<Boolean>>
GatewayRootActor already started the HTTP
route.| Modifier and Type | Field and Description |
|---|---|
static String |
READINESS_ASK_MESSAGE
The message to ask the
GatewayRootActor (must be handled by it!). |
static String |
READINESS_ASK_MESSAGE_RESPONSE
The response to the above message sent by the
GatewayRootActor. |
| Constructor and Description |
|---|
GatewayHttpReadinessCheck(akka.actor.ActorSystem system) |
public static final String READINESS_ASK_MESSAGE
GatewayRootActor (must be handled by it!).public static final String READINESS_ASK_MESSAGE_RESPONSE
GatewayRootActor.public GatewayHttpReadinessCheck(akka.actor.ActorSystem system)
public CompletionStage<Boolean> get()
get in interface Supplier<CompletionStage<Boolean>>Copyright © 2017–2019 Eclipse Foundation. All rights reserved.