Creates an instance of IProcessor (Direct), from a given service, where each TaskItem of the form { kind: 'method', payload: T } is implemented as service.method(payload).
{ kind: 'method', payload: T }
service.method(payload)
Optional
Generated using TypeDoc
Creates an instance of IProcessor (Direct), from a given service, where each TaskItem of the form
{ kind: 'method', payload: T }
is implemented asservice.method(payload)
.