Interface Executable<T>
- Type Parameters:
T- the type of result produced by the execution.
- All Superinterfaces:
Indexable
The base interface for all template interfaces that support execute operations.
-
Method Summary
Modifier and TypeMethodDescriptionexecute()Execute the request.Execute the request asynchronously.
-
Method Details
-
execute
T execute()Execute the request.- Returns:
- execution result object
-
executeAsync
Execute the request asynchronously.- Returns:
- the handle to the REST call
-