public class DefaultHandlerFactoryConfig extends java.lang.Object implements HandlerFactoryConfig
| Constructor and Description |
|---|
DefaultHandlerFactoryConfig(org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
net.dathoang.cqrs.commandbus.command.CommandHandlerFactory |
getCommandHandlerFactory() |
net.dathoang.cqrs.commandbus.query.QueryHandlerFactory |
getQueryhandlerFactory() |
public DefaultHandlerFactoryConfig(org.springframework.context.ApplicationContext context)
public net.dathoang.cqrs.commandbus.command.CommandHandlerFactory getCommandHandlerFactory()
getCommandHandlerFactory in interface HandlerFactoryConfigpublic net.dathoang.cqrs.commandbus.query.QueryHandlerFactory getQueryhandlerFactory()
getQueryhandlerFactory in interface HandlerFactoryConfig