ReactiveCosmosQueryExecution.ContainerExecution Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. query. ReactiveCosmosQueryExecution. ContainerExecution
- com.
Implements
public static final class ReactiveCosmosQueryExecution.ContainerExecution
implements ReactiveCosmosQueryExecution
Container operation implementation to execute a container name query
Constructor Summary
Constructor | Description |
---|---|
ContainerExecution(ReactiveCosmosOperations operations) |
Creates a new instance of container execution. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Object |
execute(CosmosQuery query, Class<?> type, String container)
Declare an execute function for different operations to call |
Methods inherited from java.lang.Object
Constructor Details
ContainerExecution
public ContainerExecution(ReactiveCosmosOperations operations)
Creates a new instance of container execution.
Parameters:
operations
- Reactive Cosmos operations
Method Details
execute
public Object execute(CosmosQuery query, Class type, String container)
Declare an execute function for different operations to call
Parameters:
query
type
container