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