Skip to content

FakeConsumer

faststream.kafka.testing.FakeConsumer #

start async #

start()
Source code in faststream/kafka/testing.py
async def start(self) -> None:
    pass

stop async #

stop()
Source code in faststream/kafka/testing.py
async def stop(self) -> None:
    pass

subscribe #

subscribe(*args, **kwargs)
Source code in faststream/kafka/testing.py
def subscribe(self, *args: Any, **kwargs: Any) -> None:
    pass