NotIncludeSpecifation
faststream.nats.subscriber.specification.NotIncludeSpecifation #
NotIncludeSpecifation(
_outer_config: T_BrokerConfig,
specification_config: T_SpecificationConfig,
calls: CallsCollection[Any],
)
Bases: SubscriberSpecification
Source code in faststream/_internal/endpoint/subscriber/specification.py
34 35 36 37 38 39 40 41 | |
get_schema #
get_schema() -> dict[str, SubscriberSpec]
Source code in faststream/nats/subscriber/specification.py
92 93 | |
get_payloads #
get_payloads() -> list[tuple[dict[str, Any], str]]
Source code in faststream/_internal/endpoint/subscriber/specification.py
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | |