Interface IRequestTaskWithCallback

Hierarchy

Properties

callbacks: ({
    deleteAfterCalling: boolean;
    functionId: string;
    idx: number;
} & ICallOptions)[]

Callbacks, that are available in a Dispatcher.

Author

M.Karkowski

Memberof

IRequestTaskWithCallback

functionId: string

ID of the Function, on which it is available.

params: {
    data: any;
    idx: number;
}[]

The Parameters

requestedBy: string

Contains the Requester

Author

M.Karkowski

resultSink: string

Element, allowing to describe where the result should be hosted.

taskId: string

UUID of a Task

Generated using TypeDoc