minos.networks.decorators.definitions.periodic module¶
- class minos.networks.decorators.definitions.periodic.PeriodicEnrouteDecorator(crontab)[source]¶
 Bases:
minos.networks.decorators.definitions.abc.EnrouteDecorator,abc.ABCPeriodic Enroute class
- property post_fn_name: str¶
 Get the post execution function name.
- Return type
 str- Returns
 A string value containing the function name.
- property pre_fn_name: str¶
 Get the pre execution function name.
- Return type
 str- Returns
 A string value containing the function name.
- class minos.networks.decorators.definitions.periodic.PeriodicEventEnrouteDecorator(crontab)[source]¶
 Bases:
minos.networks.decorators.definitions.periodic.PeriodicEnrouteDecoratorPeriodic Event Enroute class
- KIND: Final[minos.networks.decorators.definitions.kinds.EnrouteDecoratorKind] = 3¶
 
- __init__(crontab)¶
 
- property post_fn_name: str¶
 Get the post execution function name.
- Return type
 str- Returns
 A string value containing the function name.
- property pre_fn_name: str¶
 Get the pre execution function name.
- Return type
 str- Returns
 A string value containing the function name.