Current section

Files

Jump to
kafka_impl lib kafka_impl null_handler.ex
Raw

lib/kafka_impl/null_handler.ex

defmodule KafkaImpl.NullHandler do
use GenEvent
def handle_event(_, _), do: {:ok, []}
def handle_call(:messages, _), do: {:ok, [], []}
end