This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error' listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error' event is emitted, therefore the process will still crash if no
regular 'error' listener is installed.
Static registry
registry:ObjectRegistry
Static throttleTime
throttleTime:number
Accessors
aborted
get aborted(): boolean
Returns boolean
bytesRead
get bytesRead(): number
the number of bytes read so far by this channel
Returns number
bytesWritten
get bytesWritten(): number
the number of bytes written so far by this channel
MessageBuilder
MessageChunker