Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Puller ¶
type RateLimitedPuller ¶
type RateLimitedPuller interface { Run(context.Context) error MessageCh() <-chan *Message SubscriptionName() string }
func NewRateLimitedPuller ¶
func NewRateLimitedPuller(puller Puller, maxMPS int) RateLimitedPuller
Click to show internal directories.
Click to hide internal directories.