QueryCommand

interface QueryCommand<T>

Query command to handle query.

Parameters

T

Type of the return value from the query.

Inheritors

Types

Link copied to clipboard
interface Context<T>

Context for query command.

Functions

Link copied to clipboard
abstract suspend fun handle(ctx: QueryCommand.Context<T>)

Handles the query.