See: Description
Interface | Description |
---|---|
DiscoveredEndpoint<O extends Operation> |
An
endpoint discovered by an EndpointDiscoverer . |
Class | Description |
---|---|
AbstractDiscoveredEndpoint<O extends Operation> |
Abstract base class for
endpoints discovered by a
EndpointDiscoverer . |
AbstractDiscoveredOperation |
Abstract base class for
endpoints operations discovered by a
EndpointDiscoverer . |
DiscoveredOperationMethod |
An
OperationMethod discovered by an EndpointDiscoverer . |
DiscovererEndpointFilter |
EndpointFilter the matches based on the EndpointDiscoverer the created
the endpoint. |
EndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> |
A Base for
EndpointsSupplier implementations that discover
@Endpoint beans and @EndpointExtension beans
in an application context. |
EndpointDiscoverer.OperationKey |
A key generated for an
Operation based on specific criteria from the actual
operation implementation. |
Enum | Description |
---|---|
Selector.Match |
Match types that can be used with the
@Selector . |
Annotation Type | Description |
---|---|
DeleteOperation |
Identifies a method on an
@Endpoint as being a delete operation. |
Endpoint |
Identifies a type as being an actuator endpoint that provides information about the
running application.
|
EndpointConverter |
Qualifier for beans that are needed to convert
@Endpoint input
parameters. |
EndpointExtension |
Annotation primarily used as a meta-annotation to indicate that an annotation provides
extension support for an endpoint.
|
FilteredEndpoint |
Annotation that can be used on an
@Endpoint to implement implicit
filtering. |
ReadOperation |
Identifies a method on an
@Endpoint as being a read operation. |
Selector |
A
@Selector can be used on a parameter of an @Endpoint method
to indicate that the parameter is used to select a subset of the endpoint's data. |
WriteOperation |
Identifies a method on an
@Endpoint as being a write operation. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.