MCPcopy Create free account
hub / github.com/Azure/Azurite / IQueueTestServerFactoryParams

Interface IQueueTestServerFactoryParams

tests/queue/utils/QueueTestServerFactory.ts:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { DEFAULT_QUEUE_KEEP_ALIVE_TIMEOUT } from "../../../src/queue/utils/constants";
5
6export interface IQueueTestServerFactoryParams {
7 metadataDBPath: string
8 extentDBPath: string
9 persistencePathArray: StoreDestinationArray
10 enableDebugLog?: boolean
11 debugLogFilePath?: string
12 loose?: boolean
13 skipApiVersionCheck?: boolean
14 https?: boolean
15 oauth?: string
16}
17
18export default class QueueTestServerFactory {
19 public createServer(params: IQueueTestServerFactoryParams): QueueServer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…