| Interface | Description |
|---|---|
| RequestEnhancer |
Function to enhance a http request triggered by the ServiceCall abstraction.
|
| ResponseChecker |
Defines how a service call reacts to a response code
|
| ServiceCall |
Abstraction of a rest service
|
| ServiceCallMediators | |
| ServiceCallMediators.End | |
| ServiceCallMediators.FromCreate | |
| ServiceCallMediators.FromHttp | |
| ServiceCallMediators.FromHttpMethod | |
| ServiceCallMediators.FromPathParameter | |
| ServiceCallMediators.FromPayload | |
| ServiceCallMediators.FromQuery | |
| ServiceCallMediators.FromRequestEnhancer | |
| ServiceEndpointMediators |
Define syntax of fluent API to create a service endpoint
|
| ServiceEndpointMediators.End | |
| ServiceEndpointMediators.FromAt | |
| ServiceEndpointMediators.FromCodeChecker | |
| ServiceEndpointMediators.FromConfig | |
| ServiceEndpointMediators.FromCreate | |
| ServiceEndpointMediators.FromDestination | |
| ServiceEndpointMediators.FromDoNotRetry | |
| ServiceEndpointMediators.FromPath | |
| ServiceEndpointMediators.FromRetry | |
| ServiceEndpointMediators.FromReturnCodes |
| Class | Description |
|---|---|
| AsyncCallResult | |
| CodeTools | |
| CodeTools.Code<T> | |
| QueryParameter | |
| ResilienceConfig | |
| ResilienceConfig.ResilienceConfigBuilder | |
| ResponseChecker.CheckResult | |
| ServiceEndpoint |
Caller of a specified http endpoint with a specified htp method
|
| ServiceEndpoint.ServiceEndpointBuilder | |
| ServiceResponse<R> |
Data class that combines returned payload, code and eTag
|
| UuidChecker |
| Enum | Description |
|---|---|
| HttpMethod |
Copyright © 2022 SAP. All rights reserved.