package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Functions

New initializes a new bus with the given name and returns it.
NewBusWithStore allows to create a buffered bus when producers send data without listeners being subscribed to them.

# Interfaces

Bus provides a common channel to emit and listen for Events.
Listener retrieves Events from a Bus subscription until Stop is called.

# Type aliases

Event sent to the bus.