Tai.Venues.Streams.ConnectionAdapter.State (tai v0.0.59)
Link to this section Summary
Link to this section Types
Link to this type
channel_name()
Specs
channel_name() :: atom()
Link to this type
credential_id()
Specs
credential_id() :: Tai.Venue.credential_id()
Link to this type
product()
Specs
product() :: Tai.Venues.Product.t()
Link to this type
route()
Specs
route() :: :auth | :order_books | :optional_channels
Specs
t() :: %Tai.Venues.Streams.ConnectionAdapter.State{
channels: [channel_name()],
connect_total: non_neg_integer(),
credential: {credential_id(), map()} | nil,
disconnect_total: non_neg_integer(),
heartbeat_interval: pos_integer(),
heartbeat_timeout: pos_integer(),
heartbeat_timeout_timer: reference() | nil,
heartbeat_timer: reference() | nil,
opts: map(),
products: [product()],
quote_depth: pos_integer(),
routes: %{required(route()) => atom()},
venue: venue_id()
}
Link to this type
venue_id()
Specs
venue_id() :: Tai.Venue.id()