@Beta @FunctionalInterface public interface ScpXfDestinationLoader
ScpXfDestination
s are read in the SAP Cloud Platform Cloud Foundry
environment.Modifier and Type | Method and Description |
---|---|
Map<String,? extends ScpXfDestination> |
loadDestinations()
This method returns a map containing all destination to be considered with
GenericDestination.getName() as their
key. |
@Nonnull Map<String,? extends ScpXfDestination> loadDestinations()
GenericDestination.getName()
as their
key.
Note: This method will be called for each getter call to the DestinationAccessor
(e.g.
DestinationAccessor.getDestination(String)
), so the implementation should not contain excessive retrieval
logic, or cache the result.
Map
with all relevant destinations.Copyright © 2019 SAP SE. All rights reserved.