interface MeshCallExecParams {
    args: any[];
    connection?: ProviderConfig | ProvidersConfig;
    namespace?: string;
    options?: MeshCallExecOptions;
    topic: string;
}

Properties

args: any[]

Arguments to pass to the worker function

Provider configuration

namespace?: string

namespace for grouping common functions

Execution options like caching ttl

topic: string

topic assigned to the worker when it was connected