Interface InboundHeadersProvider
-
public interface InboundHeadersProviderThis 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>inboundHeaders()Return inbound request headers.
-