您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH
枚举类的使用
org.springframework.boot.actuate.metrics.http.Outcome
使用
Outcome
的程序包
程序包
说明
org.springframework.boot.actuate.metrics.http
Support classes for HTTP-related metrics.
org.springframework.boot.actuate.metrics.http
中
Outcome
的使用
返回
Outcome
的
org.springframework.boot.actuate.metrics.http
中的方法
修饰符和类型
方法
说明
static
Outcome
Outcome.
forStatus
(int status)
Return the
Outcome
for the given HTTP
status
code.
static
Outcome
Outcome.
valueOf
(
String
name)
返回带有指定名称的该类的枚举常量。
static
Outcome
[]
Outcome.
values
()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同