Interface HistoryStorer

    • Method Detail

      • storeData

        void storeData​(@Nullable
                       HistoricalData data)
                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • acceptsData

        boolean acceptsData​(HistoryFlavor dataType)
        Returns whether or not the storer can accept the specified type of data.
      • isLicensedFor

        boolean isLicensedFor​(HistoryFlavor dataType)
        Assuming the storer accepts the flavor, is it currently licensed for it? If not, the data will not be stored.