Current section

Files

Jump to
exd_streams lib exd_streams plugins dispatcher.ex
Raw

lib/exd_streams/plugins/dispatcher.ex

defmodule ExdStreams.Plugins.Dispatcher do
@moduledoc false
use GenDispatcher, otp_app: :exd_streams
def dispatch(event) do
dispatch("event:core", event)
end
end