Uses of Enum
com.azure.core.util.tracing.ProcessKind
Packages that use ProcessKind
-
Uses of ProcessKind in com.azure.core.util.tracing
Methods in com.azure.core.util.tracing that return ProcessKindModifier and TypeMethodDescriptionstatic ProcessKindDeprecated.Returns the enum constant of this type with the specified name.static ProcessKind[]ProcessKind.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.core.util.tracing with parameters of type ProcessKindModifier and TypeMethodDescriptiondefault ContextTracer.start(String spanName, Context context, ProcessKind processKind) Deprecated.
Tracer.start(String, StartSpanOptions, Context)instead.