Class MutinyBQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase
- java.lang.Object
-
- com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.MutinyBQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
BQCandidateSelectionServiceBean
- Enclosing class:
- MutinyBQCandidateSelectionServiceGrpc
public abstract static class MutinyBQCandidateSelectionServiceGrpc.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()io.smallrye.mutiny.Uni<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse>retrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request)io.smallrye.mutiny.Uni<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse>updateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request)MutinyBQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBasewithCompression(String compression)Set whether the server will try to use a compressed response.
-
-
-
Method Detail
-
withCompression
public MutinyBQCandidateSelectionServiceGrpc.BQCandidateSelectionServiceImplBase withCompression(String compression)
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
retrieveCandidateSelection
public io.smallrye.mutiny.Uni<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse> retrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request)
-
updateCandidateSelection
public io.smallrye.mutiny.Uni<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse> updateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-