Interface BrandSuggestionServiceGrpc.AsyncService
-
- All Known Implementing Classes:
BrandSuggestionServiceGrpc.BrandSuggestionServiceImplBase
- Enclosing class:
- BrandSuggestionServiceGrpc
public static interface BrandSuggestionServiceGrpc.AsyncServiceThis service will suggest brands based on a prefix.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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 Detail
-
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.
-
-