Packages

Communicate with a Absinthe+Phoenix Endpoint over WebSockets

Current section

Files

Jump to
absinthe_websocket lib absinthe_websocket subscriber.ex
Raw

lib/absinthe_websocket/subscriber.ex

defmodule AbsintheWebSocket.Subscriber do
@callback subscribe() :: no_return()
# @callback receive(atom(), any) :: no_return()
end