Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler = mdk.EventHandler
type InMemBus ¶
type InMemBus struct {
// contains filtered or unexported fields
}
InMemBus is a thread-safe in-memory implementation of EventBus.
type NATSBus ¶
type NATSBus struct {
// contains filtered or unexported fields
}
NATSBus is a NATS-based event bus.
func (*NATSBus) SetContext ¶
SetContext sets the base context for event handlers and ties the bus lifecycle to it.
Click to show internal directories.
Click to hide internal directories.