Interface | Description |
---|---|
EndpointFilter<E extends ExposableEndpoint<?>> |
Strategy class that can be used to filter
endpoints . |
EndpointsSupplier<E extends ExposableEndpoint<?>> |
Provides access to a collection of
endpoints . |
ExposableEndpoint<O extends Operation> |
Information describing an endpoint that can be exposed in some technology specific way.
|
Operation |
An operation on an
endpoint . |
OperationArgumentResolver |
Resolver for an argument of an
Operation . |
Producible<E extends Enum<E> & Producible<E>> |
Interface that can be implemented by any
Enum that represents a finite set of
producible mime-types. |
SecurityContext |
Security context in which an endpoint is being invoked.
|
Class | Description |
---|---|
AbstractExposableEndpoint<O extends Operation> |
Abstract base class for
ExposableEndpoint implementations. |
EndpointId |
An identifier for an actuator endpoint.
|
InvocationContext |
The context for the
invocation of an operation . |
ProducibleOperationArgumentResolver | |
Sanitizer |
Strategy that should be used by endpoint implementations to sanitize potentially
sensitive keys.
|
Enum | Description |
---|---|
ApiVersion |
API versions supported for the actuator API.
|
OperationType |
An enumeration of the different types of operation supported by an endpoint.
|
Exception | Description |
---|---|
InvalidEndpointRequestException |
Indicate that an endpoint request is invalid.
|