useProcess
No documentation has been provided.
Presentation
const useProcess : <T extends Type <Process <any>>>(
type: T,
[commands$, events$, scheduler]?: [
CommandBus ,
CommandEventBus ,
CommandFlowScheduler ,
],
) => (
...args: ConstructorParameters<T>
) => Promise<ProcessResultOf <InstanceType<T>>>;