Properties
blockingFrames
blockingFrames: boolean
blockingNotifications
blockingNotifications: boolean
onCall
onCall: ((call) => undefined | Buffer | Promise<undefined | Buffer>)
Type declaration
- (call): undefined | Buffer | Promise<undefined | Buffer>
Returns undefined | Buffer | Promise<undefined | Buffer>
Optional
onFrame
onFrame?: ((frame) => void | Promise<void>)
Type declaration
- (frame): void | Promise<void>
Returns void | Promise<void>
Optional
onNotification
onNotification?: ((notification) => void | Promise<void>)
Type declaration
- (notification): void | Promise<void>
Returns void | Promise<void>
Bus RPC layer