Uses of Class
es.kukenan.smartfi.microservice.communication.service.NotificationSenderService.MessageContext
Packages that use NotificationSenderService.MessageContext
Package
Description
Services and related beans and dependencies.
Provider-specific contracts and implementations.
LabsMobile implementations for sms notification provider contracts.
Mailjet implementations for notification provider contracts.
Sinch implementations for sms notification provider contracts.
Slack implementations for notification provider contracts.
Application Rest controllers.
Mailjet implementations for notification provider contracts.
-
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service
Methods in es.kukenan.smartfi.microservice.communication.service that return NotificationSenderService.MessageContextModifier and TypeMethodDescriptionNotificationSenderService.applyGsm7FormatForNotificationCreatedEvent(NotificationSenderService.MessageContext messageContext) Check channel and typeId to apply conversion in message to standar GSM 7.Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionNotificationSenderService.applyGsm7FormatForNotificationCreatedEvent(NotificationSenderService.MessageContext messageContext) Check channel and typeId to apply conversion in message to standar GSM 7.private NotificationRequestNotificationSenderService.createNotificationRequestWithWhiteListFilter(NotificationSenderService.MessageContext messageContext) CreateNotificationRequestto send applying the white list filter for the message.private voidNotificationSenderService.handleNotificationException(NotificationRequest notificationRequest, es.kukenan.smartfi.common.service.exceptions.KukenanWalletException ex, NotificationSenderService.MessageContext messageContext) Handle an error condition during a single notification request sending.private voidNotificationSenderService.handleNotificationException(NotificationRequest notificationRequest, es.kukenan.smartfi.common.service.exceptions.UnexpectedException ex, NotificationSenderService.MessageContext messageContext) Handle an error condition during a single notification request sending.private NotificationNotificationSenderService.handleNotificationResponse(NotificationResponse notificationResponse, Template template, NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext) Handles a notification response (after sending a notification).private NotificationNotificationSenderService.handleNotificationSkippedDueUserDisabled(NotificationSenderService.MessageContext messageContext) private NotificationNotificationSenderService.handleNotificationSkippedDueWhiteList(NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext) private NotificationNotificationSenderService.sendMessage(NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Send a single message wrapped in the given context.private NotificationNotificationSenderService.sendMessageByChannel(NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Process the message for defined receiver by channel.private NotificationNotificationSenderService.sendMessageForReceiver(NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Process the message by receivers.private NotificationNotificationSenderService.sendNotification(NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Mail method to send a single notification to its destination.private voidNotificationSenderService.storeNotificationError(NotificationRequest notificationRequest, es.kukenan.smartfi.common.api.dtos.error.ErrorSummaryDto errorSummary, NotificationSenderService.MessageContext messageContext) Handle an error condition during a single notification request sending. -
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service.provider
Methods in es.kukenan.smartfi.microservice.communication.service.provider with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionNotificationProviderHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext) Send a notification. -
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionLabsMobileSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionMailjetMailNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) MailjetSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionSinchSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionSlackNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionPushNotificationHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationSenderService.MessageContext in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp with parameters of type NotificationSenderService.MessageContextModifier and TypeMethodDescriptionSmtpMailNotificationHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext)