Package com.amazon.ion
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidivmEncountered(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.
-