public static interface GatewayApplication.ApplicationDetails
 Such details must be returned from the GatewayApplication.getApplicationDetails()
 method and may be built using a builder obtained from
 DiffusionGatewayFramework.newApplicationDetailsBuilder().
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
GatewayApplication.ApplicationDetails.Builder
A builder for application details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getApplicationType()
Returns the application type. 
 | 
int | 
getConfigurationVersion()
Returns the configuration version of application. 
 | 
String | 
getGlobalSchema()
Returns the global configuration schema. 
 | 
List<ServiceType> | 
getServiceTypes()
Returns the services types. 
 | 
List<SharedConfigType> | 
getSharedConfigTypes()
Returns the sharedConfig types. 
 | 
String getApplicationType()
String getGlobalSchema()
List<ServiceType> getServiceTypes()
At least one will have been defined.
List<SharedConfigType> getSharedConfigTypes()
The use of sharedConfigs is optional. An empty list will be returned if sharedConfigs are not in use.
int getConfigurationVersion()
Copyright © 2025 DiffusionData Limited. All rights reserved.