Class TransactionEventHandler

java.lang.Object
com.skava.tax.message.TransactionEventHandler

@Component public class TransactionEventHandler extends Object
The class is used to Handle the transaction Events The transaction crud operations that are handled by events are: 1. Create transaction 2. Find transaction 3. FindAll transaction
Since:
29-Aug-2018
Author:
Infosys Equinox
  • Field Details

    • objectMapper

      public static final com.fasterxml.jackson.databind.ObjectMapper objectMapper
      Object mapper for De-serialize the string given in the message
  • Constructor Details

    • TransactionEventHandler

      public TransactionEventHandler()
  • Method Details

    • handleTransactionEvent

      public void handleTransactionEvent(com.skava.core.event.EventModel message, String jsObj, EventDependencies eventDependencies)
      This method is used to create tax transaction.
      Parameters:
      message -
      jsObj -
      eventDependencies -