Message
faststream.asyncapi.schema.message.Message #
Bases: BaseModel
A class to represent a message.
ATTRIBUTE | DESCRIPTION |
---|---|
title | title of the message
|
name | name of the message
|
summary | summary of the message
|
description | description of the message
|
messageId | ID of the message
|
correlationId | correlation ID of the message
|
contentType | content type of the message
|
payload | dictionary representing the payload of the message
|
tags | list of tags associated with the message
|
externalDocs | external documentation associated with the message
|