MockConfluentMessage
faststream.confluent.testing.MockConfluentMessage #
MockConfluentMessage(
raw_msg: bytes,
topic: str,
key: bytes | str,
headers: list[tuple[str, bytes]],
offset: int,
partition: int,
timestamp_type: int,
timestamp_ms: int,
error: str | None = None,
)