Package logproto
Class PusherGrpc.PusherImplBase
- java.lang.Object
-
- logproto.PusherGrpc.PusherImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- PusherGrpc
public abstract static class PusherGrpc.PusherImplBase extends java.lang.Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description PusherImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidpush(Logproto.PushRequest request, io.grpc.stub.StreamObserver<Logproto.PushResponse> responseObserver)
-
-
-
Method Detail
-
push
public void push(Logproto.PushRequest request, io.grpc.stub.StreamObserver<Logproto.PushResponse> responseObserver)
-
bindService
public io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-