Interface EntryHandler


public interface EntryHandler
Implementors of this interface provide Row and Record callbacks. This interface is useful for anonymous classes defining the callbacks.
  • Method Details

    • handleRow

      void handleRow()
    • handleRecord

      void handleRecord()
    • install

      default void install(BinaryStoreReaderV2 reader)