com.exactpro.th2.act.grpc.hand.RhBatchService Maven / Gradle / Ivy
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