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