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 Detail

      • inboundHeaders

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