Package com.newrelic.api.agent
Interface MessageConsumeParameters.DestinationNameParameter
-
- All Known Implementing Classes:
MessageConsumeParameters.Builder
- Enclosing class:
- MessageConsumeParameters
public static interface MessageConsumeParameters.DestinationNameParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageConsumeParameters.InboundHeadersParameter
destinationName(java.lang.String destinationName)
Set the destination name of the external call.
-
-
-
Method Detail
-
destinationName
MessageConsumeParameters.InboundHeadersParameter 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
-
-