Package xyz.block.ftl.hotreload.v1
Class HotReloadServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/hotreload/v1/hotreload.proto") public final class HotReloadServiceGrpc
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 interfaceHotReloadServiceGrpc.AsyncServiceHotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic abstract classHotReloadServiceGrpc.HotReloadServiceImplBaseBase class for the server implementation of the service HotReloadService.
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic final classHotReloadServiceGrpc.HotReloadServiceStubA stub to allow clients to do asynchronous rpc calls to service HotReloadService.
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic final classHotReloadServiceGrpc.HotReloadServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service HotReloadService.
HotReloadService is for communication between a language plugin a language runtime that can perform a hot reloadpublic final classHotReloadServiceGrpc.HotReloadServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service HotReloadService.
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<ReloadRequest, ReloadResponse>getReloadMethod()static MethodDescriptor<WatchRequest, WatchResponse>getWatchMethod()static MethodDescriptor<RunnerInfoRequest, RunnerInfoResponse>getRunnerInfoMethod()static HotReloadServiceGrpc.HotReloadServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static HotReloadServiceGrpc.HotReloadServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static HotReloadServiceGrpc.HotReloadServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(HotReloadServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getReloadMethod
static MethodDescriptor<ReloadRequest, ReloadResponse> getReloadMethod()
-
getWatchMethod
static MethodDescriptor<WatchRequest, WatchResponse> getWatchMethod()
-
getRunnerInfoMethod
static MethodDescriptor<RunnerInfoRequest, RunnerInfoResponse> getRunnerInfoMethod()
-
newStub
static HotReloadServiceGrpc.HotReloadServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static HotReloadServiceGrpc.HotReloadServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static HotReloadServiceGrpc.HotReloadServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(HotReloadServiceGrpc.AsyncService service)
-
-
-
-