public interface IStateListener
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
STATE_BUS_ADDRESS  | 
static java.lang.String | 
STATE_BUS_EP_ADDRESS  | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
init(io.vertx.core.Vertx vx)  | 
void | 
stateChanged(SystemState newState)  | 
static final java.lang.String STATE_BUS_ADDRESS
static final java.lang.String STATE_BUS_EP_ADDRESS
default void init(io.vertx.core.Vertx vx)
void stateChanged(SystemState newState)
Copyright © 2023. All Rights Reserved.