Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler defines the service in charge of retrieving the next batch of scheduled messages.
func New ¶
func New( da action.DeliveryActioner, ma action.MessageActioner, clk clock.Clocker, ) *Scheduler
New creates a Scheduler instance.
func (*Scheduler) DeliverMessage ¶
DeliverMessage queues the message with the specified id to be delivered.
Click to show internal directories.
Click to hide internal directories.