Interface SimpleDataImportStreamProcessor.OnReject

Enclosing class:
SimpleDataImportStreamProcessor

public static interface SimpleDataImportStreamProcessor.OnReject
An object defined by the caller, capable of fulfilling SimpleDataImportStreamProcessor.reject(String, Exception)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onReject(String message, Exception cause)
     
  • Method Details

    • onReject

      void onReject(@NotNull String message, @NotNull Exception cause)