Enum Class Events

java.lang.Object
java.lang.Enum<Events>
com.skava.oms.event.model.Events
All Implemented Interfaces:
Serializable, Comparable<Events>, Constable

public enum Events extends Enum<Events>
This event enum contains the event name to pass to the event queue This acts as event name as well as routing key
Since:
15-Feb-2019
Author:
Infosys Equinox
  • Enum Constant Details

    • ACCEPT_RETURN

      public static final Events ACCEPT_RETURN
    • CANCEL_ORDER

      public static final Events CANCEL_ORDER
    • CHECK_FRAUD

      public static final Events CHECK_FRAUD
    • PREPROCESS_INVENTORY

      public static final Events PREPROCESS_INVENTORY
    • GET_PAYMENT

      public static final Events GET_PAYMENT
    • PREPROCESS_PAYMENT

      public static final Events PREPROCESS_PAYMENT
    • PREPROCESS_PROMOTION

      public static final Events PREPROCESS_PROMOTION
    • CREATE_FULFILMENT

      public static final Events CREATE_FULFILMENT
    • SUBMITTO_FULFILMENT

      public static final Events SUBMITTO_FULFILMENT
    • SUBMITTO_RETURN

      public static final Events SUBMITTO_RETURN
    • UNDO_PREPROCESS_INVENTORY

      public static final Events UNDO_PREPROCESS_INVENTORY
    • UNDO_PREPROCESS_PAYMENT

      public static final Events UNDO_PREPROCESS_PAYMENT
    • UPDATE_SHIPMENT

      public static final Events UPDATE_SHIPMENT
    • RETURN_REFUND

      public static final Events RETURN_REFUND
    • PREPROCESS_ACCOUNTS

      public static final Events PREPROCESS_ACCOUNTS
    • UNDOPREPROCESS_ACCOUNTS

      public static final Events UNDOPREPROCESS_ACCOUNTS
    • ACCOUNTS_UPDATE_SHIPMENT

      public static final Events ACCOUNTS_UPDATE_SHIPMENT
    • ACCOUNTS_BUDGET_ADJUSTMENT

      public static final Events ACCOUNTS_BUDGET_ADJUSTMENT
    • ACCOUNTS_WORKFLOW

      public static final Events ACCOUNTS_WORKFLOW
  • Method Details

    • values

      public static Events[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Events valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null