Package-level declarations

Types

Link copied to clipboard
abstract class AbstractQueryHandler<R : Any>(chain: FilterChain<QueryContext<*, *>>, errorHandler: ErrorHandler<QueryContext<*, *>>) : QueryHandler<R>
Link copied to clipboard
object Contexts
Link copied to clipboard
class DefaultQueryContext<Q : Any, R : Any>(val queryType: QueryType, val namedAggregate: NamedAggregate, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : QueryContext<Q, R>
Link copied to clipboard
interface QueryContext<Q : Any, R : Any>
Link copied to clipboard
Link copied to clipboard
interface QueryHandler<R : Any> : Handler<QueryContext<*, *>>
Link copied to clipboard

Properties

Link copied to clipboard
const val QUERY_KEY: String
Link copied to clipboard
const val RESULT_KEY: String