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

java.src.com.exactpro.th2.read.db.grpc.AsyncReadDbService 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 io.grpc.stub.StreamObserver;
import java.lang.String;
import java.util.Map;

public interface AsyncReadDbService {
  void execute(QueryRequest input, StreamObserver observer);

  void execute(QueryRequest input, Map properties,
      StreamObserver observer);

  void startPulling(DbPullRequest input, StreamObserver observer);

  void startPulling(DbPullRequest input, Map properties,
      StreamObserver observer);

  void stopPulling(StopPullingRequest input, StreamObserver observer);

  void stopPulling(StopPullingRequest input, Map properties,
      StreamObserver observer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy