| Package | Description | 
|---|---|
| com.diffusiondata.gateway.framework | 
 Diffusion Gateway Framework API. 
 | 
| com.diffusiondata.gateway.framework.exceptions | 
 Diffusion Gateway Framework API : Exceptions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceState | 
StateHandler.getState()
Returns the current state of the service. 
 | 
static ServiceState | 
ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ServiceState[] | 
ServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompletableFuture<ServiceState> | 
StateHandler.reportStatus(StateHandler.Status status,
            String title,
            String description)
Reports current status. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceState | 
ServiceStateException.getState()
Returns the current service state. 
 | 
| Constructor and Description | 
|---|
ServiceStateException(ServiceState currentState)
Constructor. 
 | 
ServiceStateException(ServiceState currentState,
                     String message)
Constructor. 
 | 
Copyright © 2025 DiffusionData Limited. All rights reserved.