Package com.streamlayer.interactive.tags
Interface TagsGrpc.AsyncService
-
- All Known Implementing Classes:
TagsGrpc.TagsImplBase
- Enclosing class:
- TagsGrpc
public static interface TagsGrpc.AsyncService
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcreate(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver)default voidlist(ListRequest request, io.grpc.stub.StreamObserver<ListResponse> responseObserver)Ontain the organization tags to attach to the questions.default voidsearch(SearchRequest request, io.grpc.stub.StreamObserver<SearchResponse> responseObserver)Searching is used to filter questions by types and selected tags.
-
-
-
Method Detail
-
create
default void create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver)
-
list
default void list(ListRequest request, io.grpc.stub.StreamObserver<ListResponse> responseObserver)
Ontain the organization tags to attach to the questions. Partial search with case insensitive is available.
-
search
default void search(SearchRequest request, io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
Searching is used to filter questions by types and selected tags. Return tags related to available questions only.
-
-