Uses of Enum Class
org.springframework.boot.actuate.metrics.http.Outcome
Package
Description
Support classes for HTTP-related metrics.
-
Uses of Outcome in org.springframework.boot.actuate.metrics.http
Modifier and TypeMethodDescriptionstatic Outcome
Outcome.forStatus
(int status) Return theOutcome
for the given HTTPstatus
code.static Outcome
Returns the enum constant of this class with the specified name.static Outcome[]
Outcome.values()
Returns an array containing the constants of this enum class, in the order they are declared.