Conduit v0.8.0 Conduit.Adapter behaviour
Defines the behavior for an adapter.
Summary
Functions
Defines the useing module as implementing the Conduit.Adapter behavior
Types
Functions
Defines the useing module as implementing the Conduit.Adapter behavior.
Callbacks
publish(arg0, config, opts)
publish(Conduit.Message.t, config, opts) :: {:ok, Conduit.Message.t} | {:error, binary | atom}
start_link(broker, topology, subscribers, config)
start_link(broker, topology, subscribers, config) :: GenServer.on_start