Interface StorageProvider

All Known Subinterfaces:
Account, App, Call, Category, Chat, Contact, ExternalRouting, Issue, Location, MessengerAccount, PhoneSystem, Tenant, Ticket, TransactionCode, User

public interface StorageProvider
Represents an object, that provides a Storage
Since:
10.0.34
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Storage for the instance of this StorageProvider
  • Method Details

    • getStorage

      Storage getStorage() throws PersistencyException
      Returns the Storage for the instance of this StorageProvider
      Returns:
      the Storage
      Throws:
      PersistencyException - is thrown if an error occurs during the initialization of the Storage
      Since:
      10.0.34