Documentation
¶
Overview ¶
Package local implements an in-process event bus using bounded channels. It is the default event bus and also serves as the per-node fan-out layer for cross-node implementations (Redis, PostgreSQL).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
Bus is an in-process event bus with bounded subscriber channels.
Click to show internal directories.
Click to hide internal directories.