EmptyLoop#
- class mobu.services.business.empty.EmptyLoop(*, options, user, events, logger, flock)#
Bases:
BusinessBusiness class that does nothing, successfully.
This is a minimal business class that does nothing. It is primarily used for testing mobu.
- Parameters:
options (
TypeVar(T, bound=BusinessOptions))user (
AuthenticatedUser)events (
Events)logger (
BoundLogger)
Methods Summary
execute()Execute the core of each business loop.
Methods Documentation