Package | Description |
---|---|
com.diffusiondata.gateway.framework |
Diffusion Gateway Framework API.
|
Modifier and Type | Method and Description |
---|---|
ServiceMode |
ServiceType.getMode()
Returns the service mode.
|
static ServiceMode |
ServiceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceMode[] |
ServiceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GatewayApplication.ApplicationDetails.Builder |
GatewayApplication.ApplicationDetails.Builder.addServiceType(String serviceTypeName,
ServiceMode mode,
String description,
String schema)
Add a service type.
|
GatewayApplication.ApplicationDetails.Builder |
GatewayApplication.ApplicationDetails.Builder.addServiceType(String serviceTypeName,
ServiceMode mode,
String description,
String schema,
BiFunction<Integer,Map<String,Object>,Map<String,Object>> configUpgradeFunction)
Add a service type.
|
Copyright © 2024 DiffusionData Limited. All rights reserved.