Package com.helger.phase4.sender
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. This may e.g. be used to implement a circuit breaker.
- Since:
- 0.13.0
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
canSendDocument
@NonNull com.helger.base.state.EContinue canSendDocument()- Returns:
EContinue.CONTINUEto send the message,EContinue.BREAKto not send the message. May not benull.
-