Interface ReactiveCosmosQueryExecution

All Known Implementing Classes:
ReactiveCosmosQueryExecution.ContainerExecution, ReactiveCosmosQueryExecution.CountExecution, ReactiveCosmosQueryExecution.DeleteExecution, ReactiveCosmosQueryExecution.ExistsExecution, ReactiveCosmosQueryExecution.MultiEntityExecution, ReactiveCosmosQueryExecution.SingleEntityExecution

public interface ReactiveCosmosQueryExecution
Interface to execute reactive cosmos query operations
  • Method Details

    • execute

      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