Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandBus ¶
type CommandBus struct {
Handlers CommandMapper
}
func NewCommandBus ¶
func NewCommandBus(mapper CommandMapper) (*CommandBus, error)
type EventBus ¶
type EventBus struct {
Consumers EventMapper
}
func NewEventBus ¶
func NewEventBus(mapper EventMapper) (*EventBus, error)
type QueryBus ¶
type QueryBus struct {
Handlers QueryMapper
}
func NewQueryBus ¶
func NewQueryBus(mapper QueryMapper) (*QueryBus, error)
Click to show internal directories.
Click to hide internal directories.