Create a new instance of the datapoint filter stream
name of the transform
Optional
options: EngineOptionsengine options
Readonly
componentProvider unique identifier for trace purposes
Readonly
namename of the transform
Return the status of the stream in a standard format
check object as defined in the draft standard https://datatracker.ietf.org/doc/html/draft-inadarei-api-health-check-05
Perform the filter strategy depending of the job type
publication job object
encoding of the job
callback to return the job
Emitted when it is appropriate to resume writing data to the stream
Emitted when stream.resume() is called and readableFlowing is not true
Emitted when there is data available to be read from the stream
Emitted when stream.pause() is called and readableFlowing is not false
Due to the implementation of consumer classes, this event will never emitted
Emitted when there is no more data to be consumed from the stream
Emitted whenever the stream is relinquishing ownership of a chunk of data to a consumer
Emitted when the stream have been closed
Emitted on every state change
Emitted when the stream is finished
Emitted when the stream is piped with a readable stream
Emitted when the stream is piped with a readable stream
Emitted when the inactivity time exceeds the limit
A component is any part of the system that has a own identity and can be monitored for error handling. The only requirement is to emit an error event when something goes wrong, to have a name and unique component identifier.