Interface RecordEncodingDelegate

All Known Implementing Classes:
DefaultRecordEncodingDelegate
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RecordEncodingDelegate
Encapsulates the logic used to convert a PersistentRecord to a Resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.inductiveautomation.ignition.common.gson.JsonElement
     
  • Method Details

    • encodeRecord

      com.inductiveautomation.ignition.common.gson.JsonElement encodeRecord(RecordEncodingContext context)