Interface InboundHeadersProvider


public interface InboundHeadersProvider
This provider is executed if no headers found for propagation from inbound request via normal propagation mechanism. If headers of the inbound request are found, this provider is ignored.
Author:
David Kral
  • Method Summary

    Modifier and Type
    Method
    Description
    Return inbound request headers.
  • Method Details

    • inboundHeaders

      Map<String,List<String>> inboundHeaders()
      Return inbound request headers.
      Returns:
      inbound request headers