Carbonite.Outbox.purge
You're seeing just the function
purge
, go back to Carbonite.Outbox module for more information.
Specs
purge([purge_option()]) :: Ecto.Multi.t()
Builds an Ecto.Multi
that can be used to delete Carbonite.Transaction
records and their
associated Carbonite.Change
rows from the database once they have been successfully processed
using process/2
.
Options
prefix
is the Carbonite schema, defaults to"carbonite_default"