Class WriteBehindOpResult


  • public class WriteBehindOpResult
    extends java.lang.Object
    This class represents the result(s) of data source operations.
    • Constructor Detail

      • WriteBehindOpResult

        public WriteBehindOpResult​(EventType eventType,
                                   WriteBehindOpStatus status,
                                   java.lang.Exception exception)
    • 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. This property represents errors that occur during application execution.
        Returns:
        The corresponding exception.