ReactiveCosmosQueryExecution Interface
public interface ReactiveCosmosQueryExecution
Interface to execute reactive cosmos query operations
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Object |
execute(CosmosQuery query, Class<?> type, String container)
Declare an execute function for different operations to call |
Method Details
execute
public abstract Object execute(CosmosQuery query, Class type, String container)
Declare an execute function for different operations to call
Parameters:
query
- document query operation
type
- domain type
container
- container to conduct query
Returns:
Object according to execution result
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java