def __init__(
self,
body: "SendableMessage",
*,
headers: dict[str, str] | None = None,
correlation_id: str | None = None,
stream: str | None = None,
) -> None:
super().__init__(
body=body,
headers=headers,
correlation_id=correlation_id,
)
self.stream = stream