faust.types.enums

class faust.types.enums.ProcessingGuarantee[source]

An enumeration.

AT_LEAST_ONCE = 'at_least_once'
EXACTLY_ONCE = 'exactly_once'