Interface IAS4SenderInterrupt


public interface IAS4SenderInterrupt
A specific helper interface with the sole purpose to be able to interrupt the sending of a document after all checks are performed.
Since:
0.13.0
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    com.helger.commons.state.EContinue
     
  • Method Details

    • canSendDocument

      @Nonnull com.helger.commons.state.EContinue canSendDocument()
      Returns:
      EContinue.CONTINUE to send the message, EContinue.BREAK to not send the message. May not be null.