Interface SpringService.DefinitionStages.WithTracing
-
- All Known Subinterfaces:
SpringService.Definition,SpringService.DefinitionStages.WithCreate
- Enclosing interface:
- SpringService.DefinitionStages
public static interface SpringService.DefinitionStages.WithTracingThe stage of a spring service definition allowing to specify tracing with app insight.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpringService.DefinitionStages.WithCreatewithTracing(String appInsightInstrumentationKey)Specifies tracing property with app insight
-
-
-
Method Detail
-
withTracing
SpringService.DefinitionStages.WithCreate withTracing(String appInsightInstrumentationKey)
Specifies tracing property with app insight- Parameters:
appInsightInstrumentationKey- the app insight instrumentation key- Returns:
- the next stage of spring service definition
-
-