public static final class DestinationLoaderChain.DestinationLoaderChainBuilder extends Object
DestinationLoaderChain
.Modifier and Type | Method and Description |
---|---|
DestinationLoaderChain.DestinationLoaderChainBuilder |
append(DestinationLoader nextLoader)
The next
DestinationLoader to query if the previous loaders did not return any Destination . |
DestinationLoaderChain |
build()
Finally create the immutable
DestinationLoaderChain based on the given order of
DestinationLoader s. |
@Nonnull public DestinationLoaderChain.DestinationLoaderChainBuilder append(@Nonnull DestinationLoader nextLoader)
DestinationLoader
to query if the previous loaders did not return any Destination
.nextLoader
- The next loader to register@Nonnull public DestinationLoaderChain build()
DestinationLoaderChain
based on the given order of
DestinationLoader
s.DestinationLoaderChain
.Copyright © 2020 SAP SE. All rights reserved.