Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity |
Modifier and Type | Class and Description |
---|---|
class |
DestinationLoaderChain
Immutable implementation of the
DestinationLoader interface providing a way to define a chain
DestinationLoader s to go through until a destination was found. |
class |
EnvVarDestinationLoader
DestinationLoader implementation reading the destination from an environment variable. |
class |
ScpCfDestinationLoader
Retrieves destination information from the SCP destination service on Cloud Foundry.
|
class |
ScpNeoDestinationLoader
This
DestinationLoader implementation manages destinations from the SAP Cloud Platform Neo. |
class |
ScpVcapDestinationLoader<VcapDataT extends ScpVcapDestinationLoader.ScpVcapServiceData>
This generic type is used to retrieve destinations from VCAP environment variable via the
DestinationAccessor . |
class |
ScpXfDestinationLoader
This destination loader can be used to resolve destinations dedicated to a specific Extension Factory service
instance, given the destination name.
|
Modifier and Type | Method and Description |
---|---|
static DestinationLoader |
DestinationAccessor.getLoader()
The loader containing the platform specific logic to retrieve destinations.
|
Modifier and Type | Method and Description |
---|---|
DestinationLoaderChain.DestinationLoaderChainBuilder |
DestinationLoaderChain.DestinationLoaderChainBuilder.append(DestinationLoader nextLoader)
The next
DestinationLoader to query if the previous loaders did not return any Destination . |
static DestinationLoaderChain.DestinationLoaderChainBuilder |
DestinationLoaderChain.builder(DestinationLoader firstLoader)
Entry point to build a custom
DestinationLoaderChain . |
static void |
DestinationAccessor.setLoader(DestinationLoader loader)
Sets the loader to be used for all future method invocations on this
DestinationAccessor . |
Constructor and Description |
---|
DestinationLoaderChain(Collection<DestinationLoader> loaders)
Instantiates a
DestinationLoaderChain based on the given loaders in the order returned by
Collection.iterator() . |
Copyright © 2019 SAP SE. All rights reserved.