Interface IRequestRpcMsg

Hierarchy

Properties

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