Skip to content

Commit 6eebff1

Browse files
Document additional query handler subclasses
Added convenience subclasses for query handlers.
1 parent a2a3f54 commit 6eebff1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/gettingstarted/extension/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ The built-in extension interfaces related to query handling are:
2828
- [`GlobalQueryHandler`](/reference/classalbert_1_1GlobalQueryHandler.html)
2929
- [`FallbackHandler`](/reference/classalbert_1_1FallbackHandler.html)
3030

31+
and their convenience subclasses:
32+
33+
- [`AsyncGeneratorQueryHandler`](/reference/classalbert_1_1AsyncGeneratorQueryHandler.html)
34+
- [`GeneratorQueryHandler`](/reference/classalbert_1_1GeneratorQueryHandler.html)
35+
- [`RankedQueryHandler`](/reference/classalbert_1_1RankedQueryHandler.html)
36+
- [`IndexQueryHandler`](/reference/classalbert_1_1IndexQueryHandler.html)
37+
3138
All query handlers provide instances of the [`Item`](/reference/classalbert_1_1Item.html) interface,
3239
which contains several methods related to the user interface,
3340
most notably the [`Action`](/reference/classalbert_1_1Action.html) factory.

0 commit comments

Comments
 (0)