ecto_job v0.2.0 EctoJob.Producer.State View Source

Internal state of the Producer GenStage

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %EctoJob.Producer.State{
  clock: (() -> DateTime.t()),
  demand: integer(),
  notifier: EctoJob.Producer.notifier(),
  repo: EctoJob.Producer.repo(),
  schema: EctoJob.Producer.schema()
}