@5minds/processcube_engine
Version:
The ProcessCube Engine. Stores and executes BPMNs.
11 lines (10 loc) • 509 B
TypeScript
import { IdentityService } from '../../Tools/Iam/index';
import { NotificationServiceProxy } from '../Services/index';
import { SocketController } from './SocketController';
export declare class FetchAndLockNotificationSocketController extends SocketController {
private notificationServiceProxy;
private identityService;
private subscriptions;
constructor(notificationServiceProxy: NotificationServiceProxy, identityService: IdentityService);
protected registerEvents(): Promise<void>;
}