배치 워커 검색 조건

interface BatchWorkerCriteria {
    endpoint?: string;
    workerId?: string;
    [propName: string]: any;
}

Indexable

[propName: string]: any

Properties

Properties

endpoint?: string
workerId?: string

배치 매니저 아이디

Generated using TypeDoc