otupy.core.actuator.actuator_implementation
- actuator_implementation(name)
The @actuator_implementation decorator.
Use this decorator to declare the implementation of an Actuator. Beware not confuse this decorator with the one for declaring an Actuator Profile specifier. Use this decorator to declare the implementation of an Actuator. The implementation is identified by its name, which should be something meaningful to identify the scope (security function and Profile) of the implementation. There is no need to declare here the profile(s) implemented by this Actuator, since this remains fully trasparent to the Consumer.
- Parameters:
name – The name for this Actuator implementation.
- Result:
The following class definition is registered as available Actuator implementation in otupy.