Class RecommendationServiceGrpc.RecommendationServiceBlockingStub (0.37.0)

public static final class RecommendationServiceGrpc.RecommendationServiceBlockingStub extends AbstractBlockingStub<RecommendationServiceGrpc.RecommendationServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service RecommendationService.

Service for making recommendations.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > RecommendationServiceGrpc.RecommendationServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected RecommendationServiceGrpc.RecommendationServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
RecommendationServiceGrpc.RecommendationServiceBlockingStub
Overrides
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
NameDescription
requestRecommendRequest
Returns
TypeDescription
RecommendResponse