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

com.exactpro.th2.act.grpc.hand.AsyncRhBatchService Maven / Gradle / Ivy

There is a newer version: 3.0.0-dev
Show newest version
package com.exactpro.th2.act.grpc.hand;

import com.google.protobuf.Empty;
import io.grpc.stub.StreamObserver;
import java.lang.String;
import java.util.Map;

public interface AsyncRhBatchService {
  void register(RhTargetServer input, StreamObserver observer);

  void register(RhTargetServer input, Map properties,
      StreamObserver observer);

  void unregister(RhSessionID input, StreamObserver observer);

  void unregister(RhSessionID input, Map properties,
      StreamObserver observer);

  void executeRhActionsBatch(RhActionsBatch input, StreamObserver observer);

  void executeRhActionsBatch(RhActionsBatch input, Map properties,
      StreamObserver observer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy