Package xyz.block.ftl.v1.console
Class ConsoleServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/console/console.proto") public final class ConsoleServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceConsoleServiceGrpc.AsyncServicepublic abstract classConsoleServiceGrpc.ConsoleServiceImplBaseBase class for the server implementation of the service ConsoleService.
public final classConsoleServiceGrpc.ConsoleServiceStubA stub to allow clients to do asynchronous rpc calls to service ConsoleService.
public final classConsoleServiceGrpc.ConsoleServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ConsoleService.
public final classConsoleServiceGrpc.ConsoleServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ConsoleService.
-
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<GetModulesRequest, GetModulesResponse>getGetModulesMethod()static MethodDescriptor<StreamEventsRequest, StreamEventsResponse>getStreamEventsMethod()static MethodDescriptor<EventsQuery, GetEventsResponse>getGetEventsMethod()static ConsoleServiceGrpc.ConsoleServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static ConsoleServiceGrpc.ConsoleServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static ConsoleServiceGrpc.ConsoleServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(ConsoleServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getGetModulesMethod
static MethodDescriptor<GetModulesRequest, GetModulesResponse> getGetModulesMethod()
-
getStreamEventsMethod
static MethodDescriptor<StreamEventsRequest, StreamEventsResponse> getStreamEventsMethod()
-
getGetEventsMethod
static MethodDescriptor<EventsQuery, GetEventsResponse> getGetEventsMethod()
-
newStub
static ConsoleServiceGrpc.ConsoleServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static ConsoleServiceGrpc.ConsoleServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static ConsoleServiceGrpc.ConsoleServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(ConsoleServiceGrpc.AsyncService service)
-
-
-
-