Class CleanObsoletePushDeviceEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
es.kukenan.smartfi.microservice.communication.springevent.events.CleanObsoletePushDeviceEvent
- All Implemented Interfaces:
Serializable
public class CleanObsoletePushDeviceEvent
extends org.springframework.context.ApplicationEvent
Clean obsolete push device event.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringDevice identifier.private final StringUser identifier.Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCleanObsoletePushDeviceEvent(Object source, String userId, String deviceId) Constructor. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
userId
User identifier. -
deviceId
Device identifier.
-
-
Constructor Details
-
CleanObsoletePushDeviceEvent
Constructor.- Parameters:
source- SourceuserId- User identifierdeviceId- Device identifier
-