Uses of Enum
com.azure.spring.integration.core.instrumentation.Instrumentation.Status
-
Uses of Instrumentation.Status in com.azure.spring.integration.core.instrumentation
Methods in com.azure.spring.integration.core.instrumentation that return Instrumentation.StatusModifier and TypeMethodDescriptionInstrumentation.getStatus()Get the status of the instrumented component.static Instrumentation.StatusReturns the enum constant of this type with the specified name.static Instrumentation.Status[]Instrumentation.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.spring.integration.core.instrumentation with parameters of type Instrumentation.StatusModifier and TypeMethodDescriptionvoidInstrumentation.setStatus(Instrumentation.Status status) Set the status of the component.voidInstrumentation.setStatus(Instrumentation.Status status, Throwable exception) Set the status of the component.