ExAliyunOts.Tunnel.Channel (ex_aliyun_ots v0.9.0) View Source

Link to this section Summary

Link to this section Types

Specs

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

Specs

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