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

Properties

id?: string

id for cached response to flush

namespace?: string

namespace for grouping common functions

Options for the flush

Redis configuration

topic: string

topic assigned to the worker when it was connected