Class MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStub>
-
- com.redhat.mercury.prospectcampaignexecution.v10.api.bqcandidateselectionservice.MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStub
-
- All Implemented Interfaces:
io.quarkus.grpc.runtime.MutinyStub
- Enclosing class:
- MutinyBQCandidateSelectionServiceGrpc
public static final class MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStub extends io.grpc.stub.AbstractStub<MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStub> implements io.quarkus.grpc.runtime.MutinyStub
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.smallrye.mutiny.Uni<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse>retrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request)io.smallrye.mutiny.Uni<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse>updateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MutinyBQCandidateSelectionServiceGrpc.MutinyBQCandidateSelectionServiceStub>
-
retrieveCandidateSelection
public io.smallrye.mutiny.Uni<RetrieveCandidateSelectionResponseOuterClass.RetrieveCandidateSelectionResponse> retrieveCandidateSelection(BqCandidateSelectionService.RetrieveCandidateSelectionRequest request)
-
updateCandidateSelection
public io.smallrye.mutiny.Uni<UpdateCandidateSelectionResponseOuterClass.UpdateCandidateSelectionResponse> updateCandidateSelection(BqCandidateSelectionService.UpdateCandidateSelectionRequest request)
-
-