Class Reject

java.lang.Object
com.norconex.importer.handler.Reject
All Implemented Interfaces:
Configurable<RejectConfig>, ConfigurableDocHandler<RejectConfig>, DocHandler

public class Reject extends Object implements ConfigurableDocHandler<RejectConfig>
Special handler that marks a document as being "rejected", with an optional custom message for event logging. If wrapped in a Condition, information about the condition will also be logged.
  • Constructor Details

    • Reject

      public Reject()
  • Method Details