Package org.apache.pinot.common.proto
Class PinotMailboxGrpc.PinotMailboxImplBase
- java.lang.Object
-
- org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- PinotMailboxGrpc
public abstract static class PinotMailboxGrpc.PinotMailboxImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description PinotMailboxImplBase()
-
Method Summary
Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()io.grpc.stub.StreamObserver<Mailbox.MailboxContent>open(io.grpc.stub.StreamObserver<Mailbox.MailboxStatus> responseObserver)
-
-
-
Method Detail
-
open
public io.grpc.stub.StreamObserver<Mailbox.MailboxContent> open(io.grpc.stub.StreamObserver<Mailbox.MailboxStatus> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-