public abstract static class AsyncBiFunctionServiceGrpc.AsyncBiFunctionServiceImplBase extends Object implements io.grpc.BindableService
Constructor and Description |
---|
AsyncBiFunctionServiceImplBase() |
Modifier and Type | Method and Description |
---|---|
void |
apply(BiFunctionReq request,
io.grpc.stub.StreamObserver<BiFunctionRes> responseObserver)
CompletionStage<RES> apply(K key, REQ req);
|
io.grpc.ServerServiceDefinition |
bindService() |
public void apply(BiFunctionReq request, io.grpc.stub.StreamObserver<BiFunctionRes> responseObserver)
CompletionStage<RES> apply(K key, REQ req);
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2020 Red Hat. All rights reserved.