Interface DestinationHeaderProvider

All Known Implementing Classes:
DwcHeaderProvider, ErpDestinationHeaderProvider

public interface DestinationHeaderProvider
Allows to provide additional headers for a specific destination.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides a list of Header objects which should be used with the given destination for a request URI.
  • Method Details

    • getHeaders

      @Nonnull List<Header> getHeaders(@Nonnull DestinationRequestContext requestContext)
      Provides a list of Header objects which should be used with the given destination for a request URI.
      Parameters:
      requestContext - The destination and request specific context.
      Returns:
      The headers to use with the given destination.