package
6.8.16+incompatible
Repository: https://github.com/tencentblueking/beats.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewMessageQueue creates a new MessageQueue with the given configuration.
# Structs
MessageQueue defines a queue that automatically evicts messages based on the total size or number of elements contained.
MessageQueueConfig represents the configuration for a MessageQueue.
# Interfaces
Message interface needs to be implemented by types in order to be stored in a MessageQueue.