Uses of Enum Class
org.springframework.http.observation.HttpOutcome
Packages that use HttpOutcome
-
Uses of HttpOutcome in org.springframework.http.observation
Methods in org.springframework.http.observation that return HttpOutcomeModifier and TypeMethodDescriptionstatic HttpOutcomeHttpOutcome.forStatus(HttpStatusCode status) Return theHttpOutcomefor the given HTTPstatuscode.static HttpOutcomeReturns the enum constant of this class with the specified name.static HttpOutcome[]HttpOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.