minos.networks.decorators.definitions.kinds

Classes

EnrouteDecoratorKind

Enroute Kind enumerate.

class EnrouteDecoratorKind[source]

Bases: Enum

Enroute Kind enumerate.

Command = 1
Query = 2
Event = 3
property pre_fn_name: str

Get the pre execution function name.

Returns

A string value containing the function name.

property post_fn_name: str

Get the post execution function name.

Returns

A string value containing the function name.