Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoader
-
Uses of DestinationLoader in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeClassDescriptionfinal class
Default implementation of aDestinationLoader
with convenience methods to addHTTP
andRFC
destinations.class
Immutable implementation of theDestinationLoader
interface providing a way to define a chainDestinationLoader
s to go through until a destination was found.class
Retrieves destination information from the SCP destination service on Cloud Foundry.class
DestinationLoader
implementation reading the destination from an environment variable.Modifier and TypeMethodDescriptionstatic DestinationLoader
DestinationAccessor.getLoader()
The loader containing the platform specific logic to retrieve destinations.Modifier and TypeMethodDescriptionDestinationLoaderChain.DestinationLoaderChainBuilder.append
(DestinationLoader nextLoader) The nextDestinationLoader
to query if the previous loaders did not return anyDestination
.static void
DestinationAccessor.appendDestinationLoader
(DestinationLoader newLoader) Register anDestinationLoader
created at runtime.DestinationLoaderChain.builder
(DestinationLoader firstLoader) Entry point to build a customDestinationLoaderChain
.static void
DestinationAccessor.prependDestinationLoader
(DestinationLoader newLoader) Register anDestinationLoader
created at runtime.static void
DestinationAccessor.setLoader
(DestinationLoader loader) Sets the loader to be used for all future method invocations on thisDestinationAccessor
.ModifierConstructorDescriptionInstantiates aDestinationLoaderChain
based on the given loaders in the order returned byCollection.iterator()
.