| Interface | Description |
|---|---|
| RestConnection |
| Class | Description |
|---|---|
| BaseRestConnection<E extends org.mule.runtime.extension.api.exception.ModuleException,T extends org.mule.runtime.extension.api.error.ErrorTypeDefinition<? extends Enum<?>>> |
Base class for implementing
RestConnection which provides an implementation based on HttpClient and supports
for error handling which allow to be customized by sub classing with template methods. |
| DefaultRestConnection |
Implementation that handles RESTfull responses and handling errors based on
RestError. |
| RestConnectionProvider<C extends RestConnection> |
Copyright © 2023. All rights reserved.