public abstract static class GenericService.AnyServiceImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
AnyServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<com.google.protobuf.Any> |
clientStream(io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
void |
handleEmptyResponse(com.google.protobuf.Any request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) |
void |
handleNonEmptyResponse(com.google.protobuf.Any request,
io.grpc.stub.StreamObserver<com.google.protobuf.Any> responseObserver) |
public void handleEmptyResponse(com.google.protobuf.Any request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
public void handleNonEmptyResponse(com.google.protobuf.Any request,
io.grpc.stub.StreamObserver<com.google.protobuf.Any> responseObserver)
public io.grpc.stub.StreamObserver<com.google.protobuf.Any> clientStream(io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2019 WSO2. All rights reserved.