Uses of Class
de.xima.fc.notification.mgmt.event.NotificationEvent
Packages that use NotificationEvent
Package
Description
-
Uses of NotificationEvent in de.xima.fc.certificate.ms.impl.scheduling
Constructor parameters in de.xima.fc.certificate.ms.impl.scheduling with type arguments of type NotificationEventModifierConstructorDescriptionCertificateExpirationMonitorWorker(IDaoFactory daoFactory, SystemPersistenceManager spm, MsCryptoSettingsService cryptoSettingsService, javax.enterprise.event.Event<NotificationEvent<?>> notificationEventPublisher, MsCertificateManagementService certificateManagementService) -
Uses of NotificationEvent in de.xima.fc.notification.ms.impl.processors
Methods in de.xima.fc.notification.ms.impl.processors with parameters of type NotificationEventModifier and TypeMethodDescriptionCertificateExpirationNotificationProcessor.process(NotificationEvent<CertificateExpirationEventPayload> notificationEvent, List<NotificationRecipient> recipients) NotificationPreProcessor.process(NotificationEvent<TPayload> notificationEvent, List<NotificationRecipient> recipients) Processes the given notification event and list of recipients, returning a list of prepared notification send requests.