Type Alias StreamingClientIfc
StreamingClientIfc: { getCometClient: ((url: string) => CometClient); setLogger: ((logLine: ((message: string) => void)) => void); } Type declaration
getCometClient: ((url: string) => CometClient)
setLogger: ((logLine: ((message: string) => void)) => void)
- (logLine): void
Parameters
- logLine: ((message: string) => void)
- (message): void
Returns void
Returns void
Inner streaming client interface. This implements the Cometd behavior. Also allows for mocking the functional behavior.