Skip to main content

Module websocket

Module websocket 

Source
Available on crate features source-rest and source-websocket only.

Modules§

config
Configuration types for the WebSocket source.
stream
WebSocket source stream executor.

Structs§

WebsocketSource
A WebSocket streaming source.
WebsocketSourceConfig
Configuration for the WebSocket source.

Enums§

FaucetError
All possible errors returned by faucet-stream.
OnParseError
What to do when a Json-mode frame is not valid JSON.
WebsocketAuth
Authentication for the WebSocket upgrade request.
WsMessageFormat
How each incoming frame is converted into a record.

Traits§

Source
A source fetches records from an external system.