Module markov.api.connectors.storage_connector_factory
Classes
class StorageConnectorFactory
-
Create the Connector For a given storage type
Static methods
def create(cls,
storage_type: StorageType,
*args)-
Create the connector for the given storage type.
Args
storage_type
:StorageType
- Storage type for which we have to create a connector.
*args (): other arguments Returns: