minos.networks.decorators.definitions.periodic

Classes

PeriodicEnrouteDecorator

Periodic Enroute class

PeriodicEventEnrouteDecorator

Periodic Event Enroute class

class PeriodicEnrouteDecorator[source]

Bases: EnrouteDecorator, ABC

Periodic Enroute class

__init__(crontab, **kwargs)[source]
Parameters

crontab (Union[str, CronTab, CronTabImpl]) –

property post_fn_name: str

Get the post execution function name.

Returns

A string value containing the function name.

property pre_fn_name: str

Get the pre execution function name.

Returns

A string value containing the function name.

KIND: Final[minos.networks.decorators.definitions.kinds.EnrouteDecoratorKind]
class PeriodicEventEnrouteDecorator[source]

Bases: PeriodicEnrouteDecorator

Periodic Event Enroute class

KIND: Final[minos.networks.decorators.definitions.kinds.EnrouteDecoratorKind] = 3
__init__(crontab, **kwargs)
Parameters

crontab (Union[str, CronTab, CronTabImpl]) –

property post_fn_name: str

Get the post execution function name.

Returns

A string value containing the function name.

property pre_fn_name: str

Get the pre execution function name.

Returns

A string value containing the function name.