KafkaMessageBus v4.1.1 KafkaMessageBus.Adapter behaviour View Source
Link to this section Summary
Link to this section Types
Link to this type
config()
View Source
config()
View Source
config() :: Map.t()
config() :: Map.t()
Link to this type
message()
View Source
message()
View Source
message() :: Map.t()
message() :: Map.t()
Link to this type
opts()
View Source
opts()
View Source
opts() :: Keyword.t()
opts() :: Keyword.t()
Link to this type
process_definition()
View Source
process_definition()
View Source
process_definition() :: Supervisor.Spec.spec()
process_definition() :: Supervisor.Spec.spec()
Link to this type
reason()
View Source
reason()
View Source
reason() :: any()
reason() :: any()
Link to this section Callbacks
Link to this callback
init(config)
View Source
init(config)
View Source
init(config()) :: :ok | {:ok, process_definition()} | {:error, reason()}
init(config()) :: :ok | {:ok, process_definition()} | {:error, reason()}
Link to this callback