Interface RuleActionMetadataHandler<T>

All Known Implementing Classes:
RuleActionCouponMetadataHandler

public interface RuleActionMetadataHandler<T>
The interface declares methods for rule action metadata processors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(T processingContext, String metadataValue)
    Handle metadata value on rule action.
    void
    undoHandle(T processingContext)
    Handle metadata value on rule action undo.
  • Method Details

    • handle

      void handle(T processingContext, String metadataValue)
      Handle metadata value on rule action.
      Parameters:
      processingContext - data to process for the metadata value
      metadataValue -
    • undoHandle

      void undoHandle(T processingContext)
      Handle metadata value on rule action undo.
      Parameters:
      processingContext -