Uses of Enum Class
org.springframework.cloud.client.circuitbreaker.observation.CircuitBreakerObservationContext.Type
Packages that use CircuitBreakerObservationContext.Type
-
Uses of CircuitBreakerObservationContext.Type in org.springframework.cloud.client.circuitbreaker.observation
Subclasses with type arguments of type CircuitBreakerObservationContext.Type in org.springframework.cloud.client.circuitbreaker.observationModifier and TypeClassDescriptionstatic enumDescribes the type of wrapped object.Methods in org.springframework.cloud.client.circuitbreaker.observation that return CircuitBreakerObservationContext.TypeModifier and TypeMethodDescriptionCircuitBreakerObservationContext.getType()Gets the wrapped object type.Returns the enum constant of this class with the specified name.CircuitBreakerObservationContext.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.cloud.client.circuitbreaker.observation with parameters of type CircuitBreakerObservationContext.TypeModifierConstructorDescriptionCreates a new instance ofCircuitBreakerObservationDocumentation.