Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBus ¶
type EventBus struct {
// contains filtered or unexported fields
}
EventBus implements modulex.EventBus using Watermill's GoChannel.
func NewEventBus ¶
NewEventBus creates a configured in-memory GoChannel PubSub.
func (*EventBus) Close ¶
Close cancels all active subscriptions, waits for running handlers to exit, and shuts down the underlying GoChannel.
Click to show internal directories.
Click to hide internal directories.