minos.networks.decorators.definitions.kinds module¶
- class minos.networks.decorators.definitions.kinds.EnrouteDecoratorKind(value)[source]¶
 Bases:
enum.EnumEnroute Kind enumerate.
- Command = 1¶
 
- Event = 3¶
 
- Query = 2¶
 
- 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.