Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNoPublishingHandler ¶
func NewNoPublishingHandler(marshaler cqrs.CommandEventMarshaler, groupHandlers ...GroupEventHandler) message.NoPublishHandlerFunc
Types ¶
type GroupEventHandler ¶
type GroupEventHandler = grouphandler.GroupEventHandler
func NewGroupEventHandler ¶
func NewGroupEventHandler[T any](handleFunc func(ctx context.Context, event *T) error) GroupEventHandler
Click to show internal directories.
Click to hide internal directories.