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 Details

    • userId

      private final String userId
      User identifier.
    • deviceId

      private final String deviceId
      Device identifier.
  • Constructor Details

    • CleanObsoletePushDeviceEvent

      public CleanObsoletePushDeviceEvent(Object source, String userId, String deviceId)
      Constructor.
      Parameters:
      source - Source
      userId - User identifier
      deviceId - Device identifier