PublisherSpec
faststream.specification.schema.publisher.PublisherSpec dataclass #
PublisherSpec(
description: str | None,
operation: Operation,
bindings: ChannelBinding | None,
address: str | None,
)
One publisher, as the specification generators see it.
address is the Address template the endpoint publishes to, which is not the key this spec is filed under — see SubscriberSpec.