Helper functions with auxiliary logic
Functions for loading streams (statically or dynamically).
get_processor_and_schema(source)
Get the schema and processor from the given class.
| Parameters: |
|
|---|
| Returns: |
|---|
| Raises: |
|
|---|
load_input(input_class)
Load an input class from the given class.
| Parameters: |
|
|---|
| Returns: |
|
|---|
load_output(output_class)
Load an output class from the given class.
| Parameters: |
|
|---|
| Returns: |
|
|---|
load_outputs(outputs)
Load all the output classes from the given class.
| Parameters: |
|
|---|
| Returns: |
|
|---|
load_stream_module(streams_dir, module_filename)
Load a stream module from the given directory.
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|
load_streams(streams_dir)
Load all the streams from the given directory.
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|