Class EndpointDiscoverer.OperationKey
java.lang.Object
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- Enclosing class:
EndpointDiscoverer<E extends ExposableEndpoint<O>,
O extends Operation>
A key generated for an
Operation
based on specific criteria from the actual
operation implementation.- Since:
- 2.0.0
- Author:
- Andy Wilkinson, Stephane Nicoll, Phillip Webb
-
Constructor Summary
ConstructorsConstructorDescriptionOperationKey
(Object key, Supplier<String> description) Create a newEndpointDiscoverer.OperationKey
instance. -
Method Summary
-
Constructor Details
-
OperationKey
Create a newEndpointDiscoverer.OperationKey
instance.- Parameters:
key
- the underlying key for the operationdescription
- a human-readable description of the key
-
-
Method Details
-
equals
-
hashCode
-
toString
-