Current section
Files
Jump to
Current section
Files
lib/adapter.ex
defmodule Firefighter.Adapter do
@callback pump(stream_name :: binary(), records :: [binary()], opts :: keyword()) ::
{:ok, any()}
end