Class BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase
- java.lang.Object
-
- com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- BQCandidateSelectionServiceGrpc
public abstract static class BQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description BQCandidateSelectionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidretrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request, io.grpc.stub.StreamObserver<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse> responseObserver)voidupdateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request, io.grpc.stub.StreamObserver<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse> responseObserver)
-
-
-
Method Detail
-
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)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-