Package xyz.block.ftl.v1
Class VerbServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/ftl.proto") public final class VerbServiceGrpc
VerbService is a common interface shared by multiple services for calling Verbs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceVerbServiceGrpc.AsyncServiceVerbService is a common interface shared by multiple services for calling Verbs.public abstract classVerbServiceGrpc.VerbServiceImplBaseBase class for the server implementation of the service VerbService.
VerbService is a common interface shared by multiple services for calling Verbs.public final classVerbServiceGrpc.VerbServiceStubA stub to allow clients to do asynchronous rpc calls to service VerbService.
VerbService is a common interface shared by multiple services for calling Verbs.public final classVerbServiceGrpc.VerbServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service VerbService.
VerbService is a common interface shared by multiple services for calling Verbs.public final classVerbServiceGrpc.VerbServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service VerbService.
VerbService is a common interface shared by multiple services for calling Verbs.
-
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<CallRequest, CallResponse>getCallMethod()static VerbServiceGrpc.VerbServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static VerbServiceGrpc.VerbServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static VerbServiceGrpc.VerbServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(VerbServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getCallMethod
static MethodDescriptor<CallRequest, CallResponse> getCallMethod()
-
newStub
static VerbServiceGrpc.VerbServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static VerbServiceGrpc.VerbServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static VerbServiceGrpc.VerbServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(VerbServiceGrpc.AsyncService service)
-
-
-
-