Package xyz.block.ftl.test.v1
Class TestServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/test/v1/test.proto") public final class TestServiceGrpc
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reload
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTestServiceGrpc.AsyncServiceHotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic abstract classTestServiceGrpc.TestServiceImplBaseBase class for the server implementation of the service TestService.
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic final classTestServiceGrpc.TestServiceStubA stub to allow clients to do asynchronous rpc calls to service TestService.
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic final classTestServiceGrpc.TestServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service TestService.
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic final classTestServiceGrpc.TestServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service TestService.
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reload
-
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<StartTestRunRequest, StartTestRunResponse>getStartTestRunMethod()static TestServiceGrpc.TestServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static TestServiceGrpc.TestServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static TestServiceGrpc.TestServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(TestServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getStartTestRunMethod
static MethodDescriptor<StartTestRunRequest, StartTestRunResponse> getStartTestRunMethod()
-
newStub
static TestServiceGrpc.TestServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static TestServiceGrpc.TestServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static TestServiceGrpc.TestServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(TestServiceGrpc.AsyncService service)
-
-
-
-