Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoader
Packages that use DestinationLoader
-
Uses of DestinationLoader in com.sap.cloud.sdk.cloudplatform.connectivity
Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement DestinationLoaderModifier 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.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return DestinationLoaderModifier and TypeMethodDescriptionstatic DestinationLoader
DestinationAccessor.getLoader()
The loader containing the platform specific logic to retrieve destinations.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type DestinationLoaderModifier 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
.Constructor parameters in com.sap.cloud.sdk.cloudplatform.connectivity with type arguments of type DestinationLoaderModifierConstructorDescriptionInstantiates aDestinationLoaderChain
based on the given loaders in the order returned byCollection.iterator()
.