Interface PortalDbProvider

  • All Superinterfaces:
    com.networknt.db.provider.DbProvider
    All Known Implementing Classes:
    PortalDbProviderImpl

    public interface PortalDbProvider
    extends com.networknt.db.provider.DbProvider
    Interface class provide the contract for different database implementation for the portal. Mainly, the data is saved in the database. However, for some temp date like the oauth code, it is saved in the memory. The Kafka event will be used to sync the data between the memory caches.
    Author:
    Steve Hu