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 Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionDeletionFailedEvent
(@NotBlank String pKey, @NotBlank String routingKey, @NotNull EntityType entityType) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
routingKey
-
entityType
-
-
Constructor Details
-
DeletionFailedEvent
public DeletionFailedEvent(@NotBlank @NotBlank String pKey, @NotBlank @NotBlank String routingKey, @NotNull @NotNull EntityType entityType)
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getRoutingKey
-
getEntityType
-