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

Properties

Provider configuration

id?: string

id for cached response to flush

namespace?: string

namespace for grouping common functions

Options for the flush

topic: string

topic assigned to the worker when it was connected