Class WriteBehindOpResult


  • public class WriteBehindOpResult
    extends java.lang.Object
    Result of data source operation.
    • Constructor Detail

    • Method Detail

      • getEventType

        public final EventType getEventType()
        Specifies the datasource event type.
        Returns:
        The EventType enum.
      • getException

        public final java.lang.Exception getException()
        Gets the exception. Exception is populated only if datasource opearation fails.
        Returns:
        The corresponding exception.