Class BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStub>
-
- com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStub
-
- Enclosing class:
- BQCandidateSelectionServiceGrpc
public static final class BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStub extends io.grpc.stub.AbstractAsyncStub<BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidretrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request, io.grpc.stub.StreamObserver<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse> responseObserver)voidupdateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request, io.grpc.stub.StreamObserver<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse> responseObserver)
-
-
-
Method Detail
-
build
protected BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceStub>
-
retrieveCandidateSelection
public void retrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request, io.grpc.stub.StreamObserver<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse> responseObserver)
-
updateCandidateSelection
public void updateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request, io.grpc.stub.StreamObserver<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse> responseObserver)
-
-