ex_aliyun_ots v0.6.4 ExAliyunOts.Tunnel.Channel View Source

Link to this section Summary

Link to this section Types

Link to this type

channel()

View Source
channel() :: %ExAliyunOts.TableStoreTunnel.Channel{
  channel_id: term(),
  detail: term(),
  status: term(),
  version: term()
}

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor in Elixir v1.6+.

Link to this function

start_link(channel_id, tunnel_id, client_id, status, version, agent)

View Source
Link to this function

update(channel, remote_channel)

View Source
update(channel :: pid(), remote_channel :: channel()) :: :ok