public interface DestinationHeaderProvider
Modifier and Type | Method and Description |
---|---|
List<Header> |
getHeaders(DestinationProperties destination)
Provides a list of
Header objects which should be used with the given destination. |
@Nonnull List<Header> getHeaders(@Nonnull DestinationProperties destination)
Header
objects which should be used with the given destination.destination
- The destination to provide additional headers for.Copyright © 2020 SAP SE. All rights reserved.