O - the operation typepublic interface DiscoveredEndpoint<O extends Operation> extends ExposableEndpoint<O>
endpoint discovered by an EndpointDiscoverer.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getEndpointBean()
Return the source bean that was used to construct the
DiscoveredEndpoint. |
boolean |
wasDiscoveredBy(java.lang.Class<? extends EndpointDiscoverer<?,?>> discoverer)
Return
true if the endpoint was discovered by the specified discoverer. |
getEndpointId, getOperations, isEnableByDefaultboolean wasDiscoveredBy(java.lang.Class<? extends EndpointDiscoverer<?,?>> discoverer)
true if the endpoint was discovered by the specified discoverer.discoverer - the discoverer typetrue if discovered using the specified discovererjava.lang.Object getEndpointBean()
DiscoveredEndpoint.