package
7.4.0+incompatible
Repository: https://github.com/magento-mcom/beats.git
Documentation: pkg.go.dev
# Functions
AssetRedis returns asset data.
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.