Package com.newrelic.api.agent
Interface MessageConsumeParameters.InboundHeadersParameter
-
- All Known Implementing Classes:
MessageConsumeParameters.Builder
- Enclosing class:
- MessageConsumeParameters
public static interface MessageConsumeParameters.InboundHeadersParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageConsumeParameters.Build
inboundHeaders(InboundHeaders inboundHeaders)
Set the inbound headers on the external call.
-
-
-
Method Detail
-
inboundHeaders
MessageConsumeParameters.Build inboundHeaders(InboundHeaders inboundHeaders)
Set the inbound headers on the external call.- Parameters:
inboundHeaders
- the inbound headers for the external call- Returns:
- the completed HttpParameters object
-
-