Interface used by Tokenizer and other code to start, stop, and resume receiving input records (input lines).
Method Index
| Name | Description |
|---|---|
| is_pausing_records | Returns whether the recordmanager is in paused state. |
| pause_records | Pauses sending records. |
| push_text | Pushes text before other text to emit as records. |
| resume_records | Resumes sending records. |
| start_records | Starts sending records to the configured Recordhandler. |
Member Details
- is_pausing_records(): boolean
-
Returns whether the recordmanager is in paused state.
Returns
boolean
- pause_records()
-
Pauses sending records.
- push_text(text)
-
Pushes text before other text to emit as records.
Parameters
Name Type Description text string character data to push
- resume_records()
-
Resumes sending records.
- start_records()
-
Starts sending records to the configured Recordhandler.