Package | Description |
---|---|
org.springframework.boot.actuate.metrics.http |
Support classes HTTP-related metrics.
|
Modifier and Type | Method and Description |
---|---|
static Outcome |
Outcome.forStatus(int status)
Return the
Outcome for the given HTTP status code. |
static Outcome |
Outcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Outcome[] |
Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.