Package com.newrelic.api.agent
Interface MessageProduceParameters.OutboundHeadersParameter
-
- All Known Implementing Classes:
MessageProduceParameters.Builder
- Enclosing class:
- MessageProduceParameters
public static interface MessageProduceParameters.OutboundHeadersParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageProduceParameters.Build
outboundHeaders(OutboundHeaders outboundHeaders)
Set the outbound headers on the external call.
-
-
-
Method Detail
-
outboundHeaders
MessageProduceParameters.Build outboundHeaders(OutboundHeaders outboundHeaders)
Set the outbound headers on the external call. Pass null if you don't want the headers on the request/transaction to be modified.- Parameters:
outboundHeaders
- the outbound headers for the external call- Returns:
- the completed HttpParameters object
-
-