UNPKG

@synerty/vortexjs

Version:

Custom observable data serialisation and routing based on Angular 2+

14 lines (13 loc) 565 B
import { VortexClientABC } from "./VortexClientABC"; import { VortexStatusService } from "./VortexStatusService"; export declare class VortexClientHttp extends VortexClientABC { /** * RapUI VortexService, This class is responsible for sending and receiving payloads to/from * the server. */ private lastConn; constructor(vortexStatusService: VortexStatusService, url: string, vortexClientName: string); protected shutdown(): Promise<void>; setClosedByConnection(): void; protected sendVortexMsg(vortexMsgs: string[]): void; }