All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(RecommenderGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<GetInsightRequest,Insight> |
getGetInsightMethod() |
|
static io.grpc.MethodDescriptor<GetInsightTypeConfigRequest,InsightTypeConfig> |
getGetInsightTypeConfigMethod() |
|
static io.grpc.MethodDescriptor<GetRecommendationRequest,Recommendation> |
getGetRecommendationMethod() |
|
static io.grpc.MethodDescriptor<GetRecommenderConfigRequest,RecommenderConfig> |
getGetRecommenderConfigMethod() |
|
static io.grpc.MethodDescriptor<ListInsightsRequest,ListInsightsResponse> |
getListInsightsMethod() |
|
static io.grpc.MethodDescriptor<ListInsightTypesRequest,ListInsightTypesResponse> |
getListInsightTypesMethod() |
|
static io.grpc.MethodDescriptor<ListRecommendationsRequest,ListRecommendationsResponse> |
getListRecommendationsMethod() |
|
static io.grpc.MethodDescriptor<ListRecommendersRequest,ListRecommendersResponse> |
getListRecommendersMethod() |
|
static io.grpc.MethodDescriptor<MarkInsightAcceptedRequest,Insight> |
getMarkInsightAcceptedMethod() |
|
static io.grpc.MethodDescriptor<MarkRecommendationClaimedRequest,Recommendation> |
getMarkRecommendationClaimedMethod() |
|
static io.grpc.MethodDescriptor<MarkRecommendationFailedRequest,Recommendation> |
getMarkRecommendationFailedMethod() |
|
static io.grpc.MethodDescriptor<MarkRecommendationSucceededRequest,Recommendation> |
getMarkRecommendationSucceededMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateInsightTypeConfigRequest,InsightTypeConfig> |
getUpdateInsightTypeConfigMethod() |
|
static io.grpc.MethodDescriptor<UpdateRecommenderConfigRequest,RecommenderConfig> |
getUpdateRecommenderConfigMethod() |
|
static RecommenderGrpc.RecommenderBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static RecommenderGrpc.RecommenderFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static RecommenderGrpc.RecommenderStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|