Interface DiagnosticContract.DefinitionStages.WithFrontend
- All Known Subinterfaces:
DiagnosticContract.Definition,DiagnosticContract.DefinitionStages.WithCreate
- Enclosing interface:
DiagnosticContract.DefinitionStages
public static interface DiagnosticContract.DefinitionStages.WithFrontend
The stage of the DiagnosticContract definition allowing to specify frontend.
-
Method Summary
Modifier and TypeMethodDescriptionwithFrontend(PipelineDiagnosticSettings frontend) Specifies the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway..
-
Method Details
-
withFrontend
Specifies the frontend property: Diagnostic settings for incoming/outgoing HTTP messages to the Gateway..- Parameters:
frontend- Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.- Returns:
- the next definition stage.
-