Interface BrandSuggestionServiceGrpc.AsyncService
- All Known Implementing Classes:
BrandSuggestionServiceGrpc.BrandSuggestionServiceImplBase
- Enclosing class:
- BrandSuggestionServiceGrpc
public static interface BrandSuggestionServiceGrpc.AsyncService
This service will suggest brands based on a prefix.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsuggestBrands(SuggestBrandsRequest request, io.grpc.stub.StreamObserver<SuggestBrandsResponse> responseObserver) Rpc to return a list of matching brands based on a prefix for this customer.
-
Method Details
-
suggestBrands
default void suggestBrands(SuggestBrandsRequest request, io.grpc.stub.StreamObserver<SuggestBrandsResponse> responseObserver) Rpc to return a list of matching brands based on a prefix for this customer.
-