| Interface | Description |
|---|---|
| Context |
Query pipeline context represented as a
Map. |
| DslQueryRequest | |
| DslQueryRequestResponse |
Fusion query request and response.
|
| DslQueryResponse | |
| QueryStage<T extends QueryStageConfig> |
Fusion query pipeline stage.
|
| Class | Description |
|---|---|
| QueryStageBase<T extends QueryStageConfig> |
Convenient base class for query pipeline stage containing default initialization logic.
|
| Annotation Type | Description |
|---|---|
| Stage |
Annotation that informs Fusion that this class should be interpreted as a stage.
|