public interface ConsoleAvailability
By default, the web console is not available until the process controller transitions to RUNNING.
The callers can try to make the console available even before by using the isAvailable() method.
| Modifier and Type | Field and Description |
|---|---|
static RuntimeCapability<Void> |
CONSOLE_AVAILABILITY_CAPABILITY
Capability users of the controller use to read the web console availability and force it to make it available
before the process controller is in RUNNING state.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailable()
Gets the availability of the web console.
|
void |
setAvailable()
Tries to make the console available.
|
static final RuntimeCapability<Void> CONSOLE_AVAILABILITY_CAPABILITY
Copyright © 2021 JBoss by Red Hat. All rights reserved.