Unsubscribable
class¶
Bases: ABC
An abstract base class representing an object that can be unsubscribed from a subscribed source.
Source code in pyventus/core/subscriptions/unsubscribable.py
Functions¶
unsubscribe
abstractmethod
¶
Release or clean up any resources associated with the subscribed source.
RETURNS | DESCRIPTION |
---|---|
bool
|
|
RAISES | DESCRIPTION |
---|---|
Exception
|
Any exception raised during the unsubscription process. |