Class DefaultEventType

java.lang.Object
de.hybris.platform.outboundservices.event.impl.DefaultEventType
All Implemented Interfaces:
EventType, Serializable

public class DefaultEventType extends Object implements EventType
The EventType stores the operation value for CloudEvent type
See Also:
  • Field Details

    • UNKNOWN

      public static final EventType UNKNOWN
    • CREATED

      public static final EventType CREATED
    • UPDATED

      public static final EventType UPDATED
    • DELETED

      public static final EventType DELETED
  • Constructor Details

    • DefaultEventType

      public DefaultEventType(String type)
      Constructor with specific type
      Parameters:
      type - specific operation value
  • Method Details