Function Blocks for the Python Collection Agent - Real-Time
When writing code for the Python collection agent, the function blocks in this section apply. For examples and further information on writing code in the Python collection agent, see Python Writer's Guide.
The following function blocks are supported by the Python collection agent:
Function Block | Description |
|---|---|
| This function block initializes resources and state. |
| This function block is the main entry point for collection.
|
| This function block consumes and processes UDRs that are routed to the agent. |
| This function block is called when using the UDRs may be routed in a |
| This function block is called when the workflow does not want the collector to produce any more data. |
| This function block is called when the workflow is about to stop. |
| This function block will cleanup resources and state. |