Skip to main content
Version: 8.9

Type Alias: GlobalTaskListenerSearchQueryFilterRequest

type GlobalTaskListenerSearchQueryFilterRequest = object;

Global listener filter request.

Properties

afterNonGlobal?

optional afterNonGlobal?: boolean;

Whether the listener runs after model-level listeners.


eventTypes?

optional eventTypes?: GlobalTaskListenerEventTypeFilterProperty[];

Event types of the global listener.


id?

optional id?: StringFilterProperty;

Id of the global listener.


priority?

optional priority?: IntegerFilterProperty;

Priority of the global listener.


retries?

optional retries?: IntegerFilterProperty;

Number of retries of the global listener.


source?

optional source?: GlobalListenerSourceFilterProperty;

How the global listener was defined.


type?

optional type?: StringFilterProperty;

Job type of the global listener.