Classes
RefResolver
Ref Resolver class.
Bases: object
object
broker_pool (Optional[BrokerClientPool]) –
pool_factory (Optional[PoolFactory]) –
Resolve Ref instances.
data (Any) – The data to be resolved.
kwargs – Additional named arguments.
The data instance with model references already resolved.
Any
Build the topic name based on the name of the entity.
entity (Union[type, str]) – The name of the entity to be resolved.
The topic name.
str