Package gql
Class GqlServiceGrpc
java.lang.Object
gql.GqlServiceGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service GqlService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service GqlService.static classBase class for the server implementation of the service GqlService.static final classA stub to allow clients to do asynchronous rpc calls to service GqlService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(GqlServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<GqlServiceOuterClass.BeginRequest,GqlServiceOuterClass.BeginResponse> static io.grpc.MethodDescriptor<GqlServiceOuterClass.CommitRequest,GqlServiceOuterClass.CommitResponse> static io.grpc.MethodDescriptor<GqlServiceOuterClass.ExecuteRequest,GqlServiceOuterClass.ExecuteResponse> static io.grpc.MethodDescriptor<GqlServiceOuterClass.RollbackRequest,GqlServiceOuterClass.RollbackResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getExecuteMethod
public static io.grpc.MethodDescriptor<GqlServiceOuterClass.ExecuteRequest,GqlServiceOuterClass.ExecuteResponse> getExecuteMethod() -
getBeginTransactionMethod
public static io.grpc.MethodDescriptor<GqlServiceOuterClass.BeginRequest,GqlServiceOuterClass.BeginResponse> getBeginTransactionMethod() -
getCommitMethod
public static io.grpc.MethodDescriptor<GqlServiceOuterClass.CommitRequest,GqlServiceOuterClass.CommitResponse> getCommitMethod() -
getRollbackMethod
public static io.grpc.MethodDescriptor<GqlServiceOuterClass.RollbackRequest,GqlServiceOuterClass.RollbackResponse> getRollbackMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(GqlServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-