Uses of Class
de.xima.fc.notification.ms.impl.processors.NotificationSendRequest
Packages that use NotificationSendRequest
Package
Description
-
Uses of NotificationSendRequest in de.xima.fc.notification.ms.impl.channels
Methods in de.xima.fc.notification.ms.impl.channels with parameters of type NotificationSendRequestModifier and TypeMethodDescriptionbooleanNotificationChannel.send(NotificationSendRequest request) -
Uses of NotificationSendRequest in de.xima.fc.notification.ms.impl.processors
Methods in de.xima.fc.notification.ms.impl.processors that return NotificationSendRequestModifier and TypeMethodDescriptionNotificationSentResult.getSendRequest()static 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.Methods in de.xima.fc.notification.ms.impl.processors that return types with arguments of type NotificationSendRequestModifier 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.Constructors in de.xima.fc.notification.ms.impl.processors with parameters of type NotificationSendRequestModifierConstructorDescriptionNotificationSentResult(NotificationSendRequest sendRequest, boolean success, Instant timestamp)