 |
- java.lang.Object
-
- org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<E,O>
-
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class and Description |
protected static class |
EndpointDiscoverer.OperationKey
A key generated for an Operation based on specific criteria from the actual
operation implementation.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
createEndpoint
protected abstract E createEndpoint(Object endpointBean,
String id,
boolean enabledByDefault,
Collection<O> operations)
Factory method called to create the endpoint .
- Parameters:
endpointBean - the source endpoint bean
id - the ID of the endpoint
enabledByDefault - if the endpoint is enabled by default
operations - the endpoint operations
- Returns:
- a created endpoint (a
DiscoveredEndpoint is recommended)
|
|