Interface QBackendModuleInterface

All Known Implementing Classes:
APIBackendModule, EnumerationBackendModule, FilesystemBackendModule, MemoryBackendModule, MockBackendModule, MongoDBBackendModule, PostgreSQLBackendModule, RDBMSBackendModule, S3BackendModule, SFTPBackendModule, SQLiteBackendModule

public interface QBackendModuleInterface
Interface that a QBackendModule must implement. Note, all methods have a default version, which throws a 'not implemented' exception.