Uses of Interface
es.kukenan.smartfi.microservice.communication.repository.PushNotificationRepository
Packages that use PushNotificationRepository
Package
Description
Domain event handling services.
Spring events listeners package.
-
Uses of PushNotificationRepository in es.kukenan.smartfi.microservice.communication.service.messaging
Fields in es.kukenan.smartfi.microservice.communication.service.messaging declared as PushNotificationRepositoryModifier and TypeFieldDescriptionprivate PushNotificationRepositoryNotificationSettingService.pushNotificationRepositorypush notification repository.(package private) PushNotificationRepositoryUserDeviceTokenDeletedService.pushNotificationRepositoryPush notifications repository. -
Uses of PushNotificationRepository in es.kukenan.smartfi.microservice.communication.springevent.listeners
Fields in es.kukenan.smartfi.microservice.communication.springevent.listeners declared as PushNotificationRepositoryModifier and TypeFieldDescriptionprivate final PushNotificationRepositoryCleanObsoleteDeviceListener.pushNotificationRepositoryPush notification repository.Constructors in es.kukenan.smartfi.microservice.communication.springevent.listeners with parameters of type PushNotificationRepositoryModifierConstructorDescriptionCleanObsoleteDeviceListener(PushNotificationRepository pushNotificationRepository, MessagingController controller, es.kukenan.smartfi.common.context.RequestContextManager contextManager) Constructor.