Package xyz.block.ftl.v1
Class SchemaMirrorServiceGrpc
-
- All Implemented Interfaces:
@Generated(value = "by gRPC proto compiler (version 1.65.1)", comments = "Source: xyz/block/ftl/v1/schemaservice.proto") public final class SchemaMirrorServiceGrpc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSchemaMirrorServiceGrpc.AsyncServicepublic abstract classSchemaMirrorServiceGrpc.SchemaMirrorServiceImplBaseBase class for the server implementation of the service SchemaMirrorService.
public final classSchemaMirrorServiceGrpc.SchemaMirrorServiceStubA stub to allow clients to do asynchronous rpc calls to service SchemaMirrorService.
public final classSchemaMirrorServiceGrpc.SchemaMirrorServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service SchemaMirrorService.
public final classSchemaMirrorServiceGrpc.SchemaMirrorServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service SchemaMirrorService.
-
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<PushSchemaRequest, PushSchemaResponse>getPushSchemaMethod()static SchemaMirrorServiceGrpc.SchemaMirrorServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static SchemaMirrorServiceGrpc.SchemaMirrorServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static SchemaMirrorServiceGrpc.SchemaMirrorServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service final static ServerServiceDefinitionbindService(SchemaMirrorServiceGrpc.AsyncService service)-
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getPingMethod
static MethodDescriptor<PingRequest, PingResponse> getPingMethod()
-
getPushSchemaMethod
static MethodDescriptor<PushSchemaRequest, PushSchemaResponse> getPushSchemaMethod()
-
newStub
static SchemaMirrorServiceGrpc.SchemaMirrorServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static SchemaMirrorServiceGrpc.SchemaMirrorServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static SchemaMirrorServiceGrpc.SchemaMirrorServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
final static ServerServiceDefinition bindService(SchemaMirrorServiceGrpc.AsyncService service)
-
-
-
-