Class BQCandidateSelectionServiceBean
- java.lang.Object
-
- com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.MutinyBQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase
-
- com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.BQCandidateSelectionServiceBean
-
- All Implemented Interfaces:
io.grpc.BindableService,io.quarkus.grpc.runtime.MutinyBean
@Generated(value="by Mutiny Grpc generator", comments="Source: v10/api/bq_candidate_selection_service.proto") public class BQCandidateSelectionServiceBean extends MutinyBQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase implements io.grpc.BindableService, io.quarkus.grpc.runtime.MutinyBean
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse>retrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request)io.smallrye.mutiny.Uni<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse>updateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request)-
Methods inherited from class com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.MutinyBQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase
bindService, withCompression
-
-
-
-
Method Detail
-
retrieveCandidateSelection
public io.smallrye.mutiny.Uni<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse> retrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request)
-
updateCandidateSelection
public io.smallrye.mutiny.Uni<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse> updateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request)
-
-