| 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. |
| 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. |
| Sanitizer |
Strategy that should be used by endpoint implementations to sanitize potentially
sensitive keys.
|
| Enum | Description |
|---|---|
| OperationType |
An enumeration of the different types of operation supported by an endpoint.
|
| Exception | Description |
|---|---|
| InvalidEndpointRequestException |
Indicate that an endpoint request is invalid.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.