Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScheduler ¶
func NewScheduler(opts SchedulerOptions) internal.RemindersProvider
func NewStateStore ¶
func NewStateStore(opts internal.ActorsProviderOptions) internal.RemindersProvider
NewStateStore returns a reminders provider.
Types ¶
type ActorMetadata ¶
type ActorMetadata struct { ID string `json:"id"` RemindersMetadata ActorRemindersMetadata `json:"actorRemindersMetadata"` Etag *string `json:"-"` }
ActorMetadata represents information about the actor type.
type ActorReminderReference ¶
type ActorRemindersMetadata ¶
type ActorRemindersMetadata struct { PartitionCount int `json:"partitionCount"` PartitionsEtag map[uint32]*string `json:"-"` }
ActorRemindersMetadata represents information about actor's reminders.
type SchedulerOptions ¶
Click to show internal directories.
Click to hide internal directories.