symphony.bdk.core.symphony_bdk.app_service#
- symphony.bdk.core.symphony_bdk.app_service(func)#
Decorator to check if an app is configured before making the actual function call.
- Parameters
func – the decorated function.
- Returns
the value returned by the decorated function with the passed arguments.
- Raise
BdkConfigError if the app is not configured.