All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.src.com.exactpro.th2.read.db.grpc.ReadDbService Maven / Gradle / Ivy

There is a newer version: 0.0.10-dev
Show newest version
package com.exactpro.th2.read.db.grpc;

import com.google.protobuf.Empty;
import java.lang.String;
import java.util.Iterator;
import java.util.Map;

public interface ReadDbService {
  Iterator execute(QueryRequest input);

  Iterator execute(QueryRequest input, Map properties);

  DbPullResponse startPulling(DbPullRequest input);

  DbPullResponse startPulling(DbPullRequest input, Map properties);

  Empty stopPulling(StopPullingRequest input);

  Empty stopPulling(StopPullingRequest input, Map properties);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy