Uses of Class
com.azure.core.util.ProgressReporter
Packages that use ProgressReporter
-
Uses of ProgressReporter in com.azure.core.util
Methods in com.azure.core.util that return ProgressReporterModifier and TypeMethodDescriptionProgressReporter.createChild()Creates childProgressReporterthat can be used to track sub-progress when tracked activity spans across concurrent processes.Contexts.getHttpRequestProgressReporter()Retrieves request'sProgressReporterfrom theContext.static ProgressReporterProgressReporter.withProgressListener(ProgressListener progressListener) Creates aProgressReporterthat notifiesProgressListener.Methods in com.azure.core.util with parameters of type ProgressReporterModifier and TypeMethodDescriptionContexts.setHttpRequestProgressReporter(ProgressReporter progressReporter) Adds request'sProgressReporterinstance to theContext.