Skip to main content
Version: 8.10 (unreleased)

Type Alias: GlobalListenerBase

type GlobalListenerBase = object;

Properties

afterNonGlobal?

optional afterNonGlobal?: boolean;

Whether the listener should run after model-level listeners.


priority?

optional priority?: number;

The priority of the listener. Higher priority listeners are executed before lower priority ones.


retries?

optional retries?: number;

Number of retries for the listener job.


type?

optional type?: string;

The name of the job type, used as a reference to specify which job workers request the respective listener job.