* creates a deep copy of the provided object * @param event the object that needs to be copied
(event: any)
| 1720 | * @param event the object that needs to be copied |
| 1721 | */ |
| 1722 | copy(event: any): any; |
| 1723 | |
| 1724 | /** |
| 1725 | * creates a new dataProcessor instance and attaches it to scheduler |
no outgoing calls
no test coverage detected