public class ScpCfDestinationLoader extends Object implements DestinationLoader
Constructor and Description |
---|
ScpCfDestinationLoader()
Create instance with all default settings
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Try<Destination> |
tryGetDestination(String destinationName,
DestinationOptions options)
Retrieves a destination for the given name and configuration options.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
tryGetDestination
public ScpCfDestinationLoader()
@Nonnull public io.vavr.control.Try<Destination> tryGetDestination(@Nonnull String destinationName, @Nonnull DestinationOptions options)
The returned Try
object will contain a
DestinationAccessException
with more details in
case something went wrong.
If the returned Try
object contains no Exception it will always contain a non-null Destination
value.
tryGetDestination
in interface DestinationLoader
destinationName
- The name of the destination to obtain.options
- Additional settings to modify the behaviour of the destination loader.Try
object containing either the non-null Destination
value or an exception.Copyright © 2019 SAP SE. All rights reserved.