Method: FunctionsFramework.global_registry
- Defined in:
- lib/functions_framework.rb
.global_registry ⇒ FunctionsFramework::Registry
The “global” registry that holds events defined by the FunctionsFramework class methods.
107 108 109 |
# File 'lib/functions_framework.rb', line 107 def global_registry @global_registry end |