Interface Executable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute()Execute the request.Mono<T>executeAsync()Execute the request asynchronously.
-
| Modifier and Type | Method | Description |
|---|---|---|
T |
execute() |
Execute the request.
|
Mono<T> |
executeAsync() |
Execute the request asynchronously.
|