Interface IvmNotificationConsumer

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 IvmNotificationConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ivmEncountered(int majorVersion, int minorVersion)
    Invoked when the cursor encounters an Ion version marker (IVM).
  • Method Details

    • ivmEncountered

      void ivmEncountered(int majorVersion, int minorVersion)
      Invoked when the cursor encounters an Ion version marker (IVM).
      Parameters:
      majorVersion - the major version indicated by the new IVM.
      minorVersion - the minor version indicated by the new IVM.