| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.connectivity |
| Modifier and Type | Method and Description |
|---|---|
DestinationOptions |
DestinationOptions.Builder.build()
Creates an immutable instance of {@link DestinationOptions) with whatever parameters have been set through
the builder and any augmenters attached to it.
|
| Modifier and Type | Method and Description |
|---|---|
static DestinationOptions.Builder |
DestinationOptions.builder(DestinationOptions baseOptions)
Creates a builder, copying the given options as a starting point.
|
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. |
io.vavr.control.Try<Destination> |
DefaultDestinationLoader.tryGetDestination(String destinationName,
DestinationOptions options) |
io.vavr.control.Try<Destination> |
DestinationLoader.tryGetDestination(String destinationName,
DestinationOptions options)
Retrieves a destination for the given name and configuration options.
|
io.vavr.control.Try<Destination> |
DestinationLoaderChain.tryGetDestination(String destinationName,
DestinationOptions options)
Retrieves a destination for the given name and configuration options.
|
io.vavr.control.Try<Destination> |
EnvVarDestinationLoader.tryGetDestination(String destinationName,
DestinationOptions options)
Retrieves a destination for the given name and configuration options.
|
Copyright © 2021 SAP SE. All rights reserved.