See: Description
| Interface | Description |
|---|---|
| OperationFactory<T extends Operation> |
| Class | Description |
|---|---|
| AnnotationEndpointDiscoverer<K,T extends Operation> |
A base
EndpointDiscoverer implementation that discovers
@Endpoint beans and @EndpointExtension beans
in an application context. |
| 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.
|
| EndpointExtension |
Meta-annotation used 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 © 2017 Pivotal Software, Inc.. All rights reserved.