java.lang.Object
com.blackhillsoftware.smf.realtime.MissedDataEvent

public class MissedDataEvent extends Object
Class to control whether or not an exception is thrown when the z/OS SMF in memory resource wraps around.
See Also:
  • SmfConnection.onMissedData(java.util.function.Consumer)
  • Method Details

    • throwException

      public void throwException(boolean throwException)
      Set throwException to false to prevent the exception being thrown.
      Parameters:
      throwException - false if the exception should be suppressed
    • getConnection

      public SmfConnection getConnection()
      Get the connection that is reporting missed data.
      Returns:
      the related SmfConnection