Package logproto
Class PusherGrpc.PusherStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<PusherGrpc.PusherStub>
-
- logproto.PusherGrpc.PusherStub
-
- Enclosing class:
- PusherGrpc
public static final class PusherGrpc.PusherStub extends io.grpc.stub.AbstractStub<PusherGrpc.PusherStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PusherGrpc.PusherStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidpush(Logproto.PushRequest request, io.grpc.stub.StreamObserver<Logproto.PushResponse> responseObserver)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected PusherGrpc.PusherStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<PusherGrpc.PusherStub>
-
push
public void push(Logproto.PushRequest request, io.grpc.stub.StreamObserver<Logproto.PushResponse> responseObserver)
-
-