interface MeshCallFlushParams {
    connection?: ProviderConfig;
    id?: string;
    namespace?: string;
    options?: MeshCallFlushOptions;
    redis?: ProviderConfig;
    topic: string;
}

Properties

connection?: ProviderConfig

Provider configuration

id?: string

id for cached response to flush

namespace?: string

namespace for grouping common functions

Options for the flush

Redis configuration; use 'connection' instead of 'redis'

topic: string

topic assigned to the worker when it was connected