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
DestinationLoaders. |
@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
DestinationLoaders.DestinationLoaderChain.Copyright © 2021 SAP SE. All rights reserved.