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 TypeMethodDescriptionReturn inbound request headers.
-
Method Details
-
inboundHeaders
Return inbound request headers.- Returns:
- inbound request headers
-