Package com.newrelic.api.agent
Interface MessageProduceParameters.DestinationNameParameter
-
- All Known Implementing Classes:
MessageProduceParameters.Builder
- Enclosing class:
- MessageProduceParameters
public static interface MessageProduceParameters.DestinationNameParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageProduceParameters.OutboundHeadersParameter
destinationName(java.lang.String destinationName)
Set the destination name of the external call.
-
-
-
Method Detail
-
destinationName
MessageProduceParameters.OutboundHeadersParameter destinationName(java.lang.String destinationName)
Set the destination name of the external call.- Parameters:
destinationName
- the destination name of the external call- Returns:
- the next builder interface
-
-