| Interface | Description |
|---|---|
| EndpointDiscoverer<T extends Operation> |
Discovers endpoints and provides an
EndpointInfo for each of them. |
| EndpointFilter<T extends Operation> |
Strategy class that can be used to filter discovered endpoints.
|
| OperationInvoker |
An
OperationInvoker is used to invoke an operation on an endpoint. |
| Class | Description |
|---|---|
| EndpointInfo<T extends Operation> |
Information describing an endpoint.
|
| Operation |
An operation on an endpoint.
|
| 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.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.