This injectable allows configuration of the task system. Include a provider for the injection token QUEUE_OPTIONS which provides an instance of this class.
QUEUE_OPTIONS
For instance: [ provide: QUEUE_OPTIONS, useValue: new TaskClientOptionsRef({ optionsHere }) ]
[ provide: QUEUE_OPTIONS, useValue: new TaskClientOptionsRef({ optionsHere }) ]
Generated using TypeDoc
This injectable allows configuration of the task system. Include a provider for the injection token
QUEUE_OPTIONS
which provides an instance of this class.For instance:
[ provide: QUEUE_OPTIONS, useValue: new TaskClientOptionsRef({ optionsHere }) ]