public static final class RecommendationServiceGrpc.RecommendationServiceBlockingStub extends AbstractBlockingStub<RecommendationServiceGrpc.RecommendationServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service RecommendationService.
Service for making recommendations.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > RecommendationServiceGrpc.RecommendationServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected RecommendationServiceGrpc.RecommendationServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
RecommendationServiceGrpc.RecommendationServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
recommend(RecommendRequest request)
public RecommendResponse recommend(RecommendRequest request)Makes a recommendation, which requires a contextual user event.
| Parameter | |
|---|---|
| Name | Description |
request |
RecommendRequest |
| Returns | |
|---|---|
| Type | Description |
RecommendResponse |
|