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