Interface CommandHandlingComponent
- All Superinterfaces:
CommandHandler,DescribableComponent,MessageHandler
- All Known Implementing Classes:
AnnotatedCommandHandlingComponent,EntityCommandHandlingComponent,SimpleCommandHandlingComponent
Interface describing a group of
CommandHandlers belonging to a single component. It specifies
the commands it supports.- Since:
- 3.0.0
- Author:
- Allard Buijze, Rene de Waele, Steven van Beelen
-
Method Summary
Methods inherited from interface org.axonframework.messaging.commandhandling.CommandHandler
handleMethods inherited from interface org.axonframework.common.infra.DescribableComponent
describeTo
-
Method Details
-
supportedCommands
Set<QualifiedName> supportedCommands()All supportedcommands, referenced through aQualifiedName.- Returns:
- All supported
commands, referenced through aQualifiedName.
-