KafkaMessageBus v4.2.9 KafkaMessageBus.Adapter behaviour View Source

This defines behaviors for message bus adapters.

Link to this section Summary

Link to this section Types

Link to this section Callbacks

Link to this callback

init(config) View Source
init(config()) :: :ok | {:ok, process_definition()} | {:error, reason()}

Link to this callback

produce(message, opts) View Source
produce(message(), opts()) :: :ok | {:error, reason()}