Packages

Amazon Kinesis Data Firehose configurable queue supporting arbitrary adapters

Current section

Files

Jump to
firefighter lib adapter.ex
Raw

lib/adapter.ex

defmodule Firefighter.Adapter do
@callback pump(stream_name :: binary(), records :: [binary()], opts :: keyword()) ::
{:ok, any()}
end