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.-
Constructor Summary
ConstructorDescriptionOperationKey
(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