DSL interface for configuring a Processor instance. Applied to a processor instance via Object.assign(instance, DslMixin).
Object.assign(instance, DslMixin)
The process property behaves as a setter when called with a single Function argument (stores the process block), or as a passthrough caller otherwise.
process
DSL interface for configuring a Processor instance. Applied to a processor instance via
Object.assign(instance, DslMixin).The
processproperty behaves as a setter when called with a single Function argument (stores the process block), or as a passthrough caller otherwise.