Interface SpringService.UpdateStages.WithTracing
-
- All Known Subinterfaces:
SpringService.Update
- Enclosing interface:
- SpringService.UpdateStages
public static interface SpringService.UpdateStages.WithTracingThe stage of a spring service update allowing to specify tracing with app insight.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpringService.UpdatewithoutTracing()Removes tracing property.SpringService.UpdatewithTracing(String appInsightInstrumentationKey)Specifies tracing property with app insight.
-
-
-
Method Detail
-
withTracing
SpringService.Update withTracing(String appInsightInstrumentationKey)
Specifies tracing property with app insight.- Parameters:
appInsightInstrumentationKey- the app insight instrumentation key- Returns:
- the next stage of spring service update
-
withoutTracing
SpringService.Update withoutTracing()
Removes tracing property.- Returns:
- the next stage of spring service update
-
-