ex_slack v0.2.2 Slack.Util.WebSocket behaviour View Source
Behaviour for Slack websocket clients.
Link to this section Summary
Link to this section Types
Link to this section Callbacks
Link to this callback
reply(arg0, map)
View Source
reply(GenServer.server(), map()) :: :ok | {:error, term()}
Send a message over the socket
Link to this callback
start_link(url, arg1)
View Source
start_link(url(), GenServer.server()) :: GenServer.on_start()
Start a client link.
Stop a client.