public interface GatewayFramework
 A GatewayApplication introduces itself to the framework using the
 DiffusionGatewayFramework.start(com.diffusiondata.gateway.framework.GatewayApplication)
 method which returns a reference of this type that the application can use to
 get overall configuration of the application during runtime, if required.
| Modifier and Type | Method and Description | 
|---|---|
String | 
getConfiguration()
Returns the full configuration for the declared gateway application. 
 | 
String getConfiguration()
The source of configuration can be either a configuration file or the Diffusion server, depending on the bootstrap configuration supplied when starting the application.
The configuration is updated whenever a service is added, updated or removed. This method returns the current state of the configuration.
Copyright © 2024 DiffusionData Limited. All rights reserved.