Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Method and Description |
---|---|
DefaultDestination |
DefaultDestination.Builder.build()
Finally creates the
DefaultDestination with the properties retrieved via the
DefaultDestination.Builder.property(String, Object) method. |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<DefaultDestination> |
EnvVarDestinationLoader.loadTypedDestination(String destinationName,
DestinationOptions options)
This executes the same logic as
DestinationLoader.tryGetDestination(String) but provides the returned Destination
in a more specific type. |
Constructor and Description |
---|
EnvVarDestinationLoader(Function<String,String> environmentVariableAccessor,
Function<String,DefaultDestination> destinationJsonParser,
String variableName)
Creates a new instance of
EnvVarDestinationLoader reading variable with the provided name from the
provided function. |
Copyright © 2019 SAP SE. All rights reserved.