View Source ExRocketmq.Puller.Normal (lib_oss v0.1.0)
This module contains the implementation of the normal puller for RocketMQ. It handles pulling messages from the broker and processing them.
The run/1
function is the entry point for the puller. It retrieves the next offset
and continues running.
Note: This module assumes the presence of other modules and structs from the
ExRocketmq
and ExRocketmq.Models
namespaces.
For more information, refer to the RocketMQ documentation.