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

com.exactpro.th2.act.grpc.hand.RhBatchService 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 java.lang.String;
import java.util.Map;

public interface RhBatchService {
  RhSessionID register(RhTargetServer input);

  RhSessionID register(RhTargetServer input, Map properties);

  Empty unregister(RhSessionID input);

  Empty unregister(RhSessionID input, Map properties);

  RhBatchResponse executeRhActionsBatch(RhActionsBatch input);

  RhBatchResponse executeRhActionsBatch(RhActionsBatch input, Map properties);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy