Uses of Enum Class
org.springframework.http.observation.HttpOutcome
-
Uses of HttpOutcome in org.springframework.http.observation
Modifier and TypeMethodDescriptionstatic HttpOutcome
HttpOutcome.forStatus
(HttpStatusCode status) Return theHttpOutcome
for the given HTTPstatus
code.static HttpOutcome
Returns 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.