Packages

Type-safe Gleam client library for the Upbit cryptocurrency exchange API

Current section

Files

Jump to
glupbit include glupbit@websocket@connection_ReconnectConfig.hrl
Raw

include/glupbit@websocket@connection_ReconnectConfig.hrl

-record(reconnect_config, {
subscriptions :: list(glupbit@websocket@subscription:subscription()),
format :: glupbit@websocket@subscription:ws_format(),
initial_delay_ms :: integer(),
max_delay_ms :: integer(),
on_reconnect :: fun(() -> nil)
}).