public abstract static class EventsGrpc.EventsImplBase
extends java.lang.Object
implements io.grpc.BindableService
| Constructor and Description |
|---|
EventsImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
constructive(EventRequest request,
io.grpc.stub.StreamObserver<EventResponse> responseObserver) |
void |
destructive(EventRequest request,
io.grpc.stub.StreamObserver<EventResponse> responseObserver) |
public void constructive(EventRequest request, io.grpc.stub.StreamObserver<EventResponse> responseObserver)
public void destructive(EventRequest request, io.grpc.stub.StreamObserver<EventResponse> responseObserver)
public io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService