Class EndpointDiscoverer.OperationKey
java.lang.Object
org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer.OperationKey
- Enclosing class:
EndpointDiscoverer<E extends ExposableEndpoint<O>, O extends Operation>
-
Constructor Summary
ConstructorsConstructorDescriptionOperationKey(Object key, Supplier<String> description) Create a newEndpointDiscoverer.OperationKeyinstance. -
Method Summary
-
Constructor Details
-
OperationKey
Create a newEndpointDiscoverer.OperationKeyinstance.- Parameters:
key- the underlying key for the operationdescription- a human-readable description of the key
-
-
Method Details
-
equals
-
hashCode
-
toString
-