Executable<T> Interface
Type Parameters
- T
the type of result produced by the execution.
Implements
public interface Executable
extends Indexable
The base interface for all template interfaces that support execute operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract T |
execute()
Execute the request. |
abstract Mono<T> |
executeAsync()
Execute the request asynchronously. |
Method Details
execute
public abstract T execute()
Execute the request.
Returns:
execution result object
executeAsync
public abstract Mono
Execute the request asynchronously.
Returns:
the handle to the REST call
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java