Interface SpringService.UpdateStages.WithTracing

  • All Known Subinterfaces:
    SpringService.Update
    Enclosing interface:
    SpringService.UpdateStages

    public static interface SpringService.UpdateStages.WithTracing
    The stage of a spring service update allowing to specify tracing 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