| Package | Description |
|---|---|
| com.sap.cloud.sdk.cloudplatform.connectivity |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDestination
Immutable default implementation of the
Destination interface to be used as the "single source of truth". |
class |
WrappedDestination
|
| Modifier and Type | Method and Description |
|---|---|
static Destination |
DestinationAccessor.getDestination(String destinationName)
Loads the destination with the given name.
|
static Destination |
WrappedDestination.of(HttpDestination httpDestination)
Wrap a
HttpDestination as Destination. |
| Modifier and Type | Method and Description |
|---|---|
static io.vavr.control.Try<Destination> |
DestinationAccessor.tryGetDestination(String destinationName)
Loads the destination with the given name.
|
default io.vavr.control.Try<Destination> |
DestinationLoader.tryGetDestination(String destinationName)
Retrieves a destination for the given name.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultDestinationLoader |
DefaultDestinationLoader.registerDestination(Destination destination)
Register a
Destination to this destination loader. |
Copyright © 2021 SAP SE. All rights reserved.