Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.4.0)",
comments = "Source: commandable.proto")
public final class CommandableGrpc {
private CommandableGrpc() {}
public static final String SERVICE_NAME = "commandable.Commandable";
// Static method descriptors that strictly reflect the proto.
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static final io.grpc.MethodDescriptor METHOD_INVOKE =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"commandable.Commandable", "invoke"))
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
org.pipservices4.grpc.commandable.InvokeRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
org.pipservices4.grpc.commandable.InvokeReply.getDefaultInstance()))
.build();
/**
* Creates a new async stub that supports all call types for the service
*/
public static CommandableStub newStub(io.grpc.Channel channel) {
return new CommandableStub(channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static CommandableBlockingStub newBlockingStub(
io.grpc.Channel channel) {
return new CommandableBlockingStub(channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static CommandableFutureStub newFutureStub(
io.grpc.Channel channel) {
return new CommandableFutureStub(channel);
}
/**
*
* The commandable service definition.
*
*/
public static abstract class CommandableImplBase implements io.grpc.BindableService {
/**
*/
public void invoke(org.pipservices4.grpc.commandable.InvokeRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(METHOD_INVOKE, responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
METHOD_INVOKE,
asyncUnaryCall(
new MethodHandlers<
org.pipservices4.grpc.commandable.InvokeRequest,
org.pipservices4.grpc.commandable.InvokeReply>(
this, METHODID_INVOKE)))
.build();
}
}
/**
*