Skip to content

Unsubscriptable

faststream.nats.subscriber.subscription.Unsubscriptable #

Bases: Protocol

unsubscribe async #

unsubscribe()
Source code in faststream/nats/subscriber/subscription.py
async def unsubscribe(self) -> None: ...