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