:py:mod:`EVECelery.clients.BaseClient` ====================================== .. py:module:: EVECelery.clients.BaseClient Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: EVECelery.clients.BaseClient.BaseClient .. py:class:: BaseClient .. py:property:: connection_str :type: str :abstractmethod: Returns the connection string for use by Celery .. py:method:: check_connection() -> bool :abstractmethod: Check that a connection is successful, else raise exception