类 EndpointDiscoverer.OperationKey
java.lang.Object
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- 封闭类:
EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation>
A key generated for an
Operation
based on specific criteria from the actual
operation implementation.-
构造器概要
构造器构造器说明OperationKey
(Object key, Supplier<String> description) Create a newEndpointDiscoverer.OperationKey
instance. -
方法概要
-
构造器详细资料
-
OperationKey
Create a newEndpointDiscoverer.OperationKey
instance.- 参数:
key
- the underlying key for the operationdescription
- a human-readable description of the key
-
-
方法详细资料