Wiki.EventStreams.start_link
You're seeing just the function
start_link
, go back to Wiki.EventStreams module for more information.
Specs
start_link(options()) :: GenServer.on_start()
Start a supervisor tree to receive and relay server-side events.
Arguments
options
- Keyword list,{:endpoint, url}
- Override default endpoint.{:send_to, pid | module}
- Instead of using the built-in streaming relay, send the events directly to your own process.{:streams, atom | [atom]}
- Select which streams to listen to. An updated list can be found here. Required.