Interface ReactiveCosmosQueryExecution

    • Method Detail

      • 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