Uses of Class
de.xima.fc.notification.ms.impl.processors.NotificationRecipient
Packages that use NotificationRecipient
Package
Description
-
Uses of NotificationRecipient in de.xima.fc.notification.ms.impl.processors
Methods in de.xima.fc.notification.ms.impl.processors that return NotificationRecipientModifier and TypeMethodDescriptionNotificationSendRequest.getRecipient()The recipient information for the notification.Methods in de.xima.fc.notification.ms.impl.processors with parameters of type NotificationRecipientModifier and TypeMethodDescriptionstatic NotificationSendRequestNotificationSendRequest.of(NotificationRecipient recipient, NotificationType notificationType, Set<NotificationHistoryRecord> notificationHistory, Set<String> recipientEndpoints, boolean recipientPrivacyRequired, String subject, String body, String bodyContentType, NotificationChannelType channelType) Creates a newNotificationSendRequestinstance.Method parameters in de.xima.fc.notification.ms.impl.processors with type arguments of type NotificationRecipientModifier 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. -
Uses of NotificationRecipient in de.xima.fc.notification.ms.impl.subscribers
Methods in de.xima.fc.notification.ms.impl.subscribers that return types with arguments of type NotificationRecipientModifier and TypeMethodDescriptionINotificationSubscriptionResolver.resolveRecipients(List<NotificationSubscription> subscriptions)