Class DeletionFailedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.wms.registration.events.DeletionFailedEvent
All Implemented Interfaces:
Serializable

public class DeletionFailedEvent extends org.springframework.context.ApplicationEvent implements Serializable
A DeletionFailedEvent.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • routingKey

      private final String routingKey
    • entityType

      private final EntityType entityType
  • Constructor Details

    • DeletionFailedEvent

      public DeletionFailedEvent(@NotBlank @NotBlank String pKey, @NotBlank @NotBlank String routingKey, @NotNull @NotNull EntityType entityType)
  • Method Details