MockConfluentMessage
faststream.confluent.test.MockConfluentMessage #
MockConfluentMessage(
raw_msg: bytes,
topic: str,
key: bytes,
headers: List[Tuple[str, bytes]],
offset: int,
partition: int,
timestamp_type: int,
timestamp_ms: int,
error: Optional[str] = None,
)