LogicPublisher
faststream.redis.publisher.usecase.LogicPublisher #
LogicPublisher(
config: RedisPublisherConfig,
specification: PublisherSpecification[Any, Any],
)
Bases: PublisherUsecase
A class to represent a Redis publisher.
Source code in faststream/redis/publisher/usecase.py
start async #
Source code in faststream/redis/publisher/usecase.py
subscriber_property abstractmethod #
publish abstractmethod async #
Public method to publish a message.
Should be called by user only broker.publisher(...).publish(...).