Interface TransactionWarningDelegate

All Known Implementing Classes:
TransactionWarningEmailDelegate, TransactionWarningNoOpDelegate

public interface TransactionWarningDelegate
Transaction warning delegate. Delegate allows/diallows to send notification in case there are warnings generate during a processing of ESI Transaction.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method sends the notification for warning as implemented

  • Method Details

    • sendNotification

      void sendNotification(VdbBuilder builder) throws Exception
      This method sends the notification for warning as implemented

      Parameters:
      builder - - The VdbBuilder instance containing warning information for the in-progress ESI Transaction. Supported API: true
      Throws:
      Exception