类 TimedAnnotations
java.lang.Object
org.springframework.boot.actuate.metrics.annotation.TimedAnnotations
Utility used to obtain
@Timed
annotations from bean methods.- 从以下版本开始:
- 2.5.0
- 作者:
- Phillip Webb
-
方法概要
-
方法详细资料
-
get
ReturnTimed
annotations that should be used for the givenmethod
andtype
.- 参数:
method
- the source methodtype
- the source type- 返回:
- the
Timed
annotations to use or an empty set
-