Package xyz.block.ftl.query.v1
Class QueryServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/query/v1/query.proto") public final class QueryServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceQueryServiceGrpc.AsyncServicepublic abstract classQueryServiceGrpc.QueryServiceImplBaseBase class for the server implementation of the service QueryService.
public final classQueryServiceGrpc.QueryServiceStubA stub to allow clients to do asynchronous rpc calls to service QueryService.
public final classQueryServiceGrpc.QueryServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service QueryService.
public final classQueryServiceGrpc.QueryServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service QueryService.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEpublic static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
Modifier and Type Method Description static ServiceDescriptorgetServiceDescriptor()static MethodDescriptor<PingRequest, PingResponse>getPingMethod()static MethodDescriptor<BeginTransactionRequest, BeginTransactionResponse>getBeginTransactionMethod()static MethodDescriptor<CommitTransactionRequest, CommitTransactionResponse>getCommitTransactionMethod()static MethodDescriptor<RollbackTransactionRequest, RollbackTransactionResponse>getRollbackTransactionMethod()static MethodDescriptor<ExecuteQueryRequest, ExecuteQueryResponse>getExecuteQueryMethod()static QueryServiceGrpc.QueryServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static QueryServiceGrpc.QueryServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static QueryServiceGrpc.QueryServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(QueryServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getBeginTransactionMethod
static MethodDescriptor<BeginTransactionRequest, BeginTransactionResponse> getBeginTransactionMethod()
-
getCommitTransactionMethod
static MethodDescriptor<CommitTransactionRequest, CommitTransactionResponse> getCommitTransactionMethod()
-
getRollbackTransactionMethod
static MethodDescriptor<RollbackTransactionRequest, RollbackTransactionResponse> getRollbackTransactionMethod()
-
getExecuteQueryMethod
static MethodDescriptor<ExecuteQueryRequest, ExecuteQueryResponse> getExecuteQueryMethod()
-
newStub
static QueryServiceGrpc.QueryServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static QueryServiceGrpc.QueryServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static QueryServiceGrpc.QueryServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(QueryServiceGrpc.AsyncService service)
-
-
-
-