faust.types.fixups

class faust.types.fixups.FixupT(app: faust.types.fixups._AppT) → None[source]
abstract enabled() → bool[source]
Return type

bool

abstract autodiscover_modules() → Iterable[str][source]
Return type

Iterable[str]

abstract on_worker_init() → None[source]
Return type

None