Registration
Registration()
¶
  Manages the existing StreamPipesFunctions and registers them.
| ATTRIBUTE | DESCRIPTION | 
|---|---|
| functions | List of all registered StreamPipesFunction 
                
                  TYPE:
                     | 
getFunctions()
¶
  Get all registered functions.
This method exists to be consistent with the Java client.
| RETURNS | DESCRIPTION | 
|---|---|
| functions | List of all registered functions. 
                
                  TYPE:
                     | 
register(streampipes_function)
¶
  Registers a new function.
| PARAMETER | DESCRIPTION | 
|---|---|
| streampipes_function | The function to register. 
                
                  TYPE:
                     | 
| RETURNS | DESCRIPTION | 
|---|---|
| self | The updated Registration instance 
                
                  TYPE:
                     |