Package org.apache.pinot.common.proto
Class PinotMailboxGrpc.PinotMailboxStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<PinotMailboxGrpc.PinotMailboxStub>
-
- org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxStub
-
- Enclosing class:
- PinotMailboxGrpc
public static final class PinotMailboxGrpc.PinotMailboxStub extends io.grpc.stub.AbstractAsyncStub<PinotMailboxGrpc.PinotMailboxStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PinotMailboxGrpc.PinotMailboxStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.grpc.stub.StreamObserver<Mailbox.MailboxContent>open(io.grpc.stub.StreamObserver<Mailbox.MailboxStatus> responseObserver)
-
-
-
Method Detail
-
build
protected PinotMailboxGrpc.PinotMailboxStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<PinotMailboxGrpc.PinotMailboxStub>
-
open
public io.grpc.stub.StreamObserver<Mailbox.MailboxContent> open(io.grpc.stub.StreamObserver<Mailbox.MailboxStatus> responseObserver)
-
-