Interface QueryHandlingComponent
- All Superinterfaces:
DescribableComponent,MessageHandler,QueryHandler
- All Known Implementing Classes:
AnnotatedQueryHandlingComponent,SimpleQueryHandlingComponent
Interface describing a group of
QueryHandlers belonging to a single component.
As such, it allows registration of QueryHandlers through the QueryHandlerRegistry. Besides handling
and registration, it specifies which queries it supports.
- Since:
- 5.0.0
- Author:
- Steven van Beelen
-
Method Summary
Methods inherited from interface org.axonframework.common.infra.DescribableComponent
describeToMethods inherited from interface org.axonframework.messaging.queryhandling.QueryHandler
handle
-
Method Details
-
supportedQueries
Set<QualifiedName> supportedQueries()All supportedqueries, referenced through aQualifiedName.- Returns:
- All supported
queries, referenced through aQualifiedName.
-