Uses of Class
es.kukenan.smartfi.microservice.communication.service.domain.NotificationResponse
Packages that use NotificationResponse
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.
Application Rest controllers.
Application Rest controllers.
Mailjet implementations for notification provider contracts.
-
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service
Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type NotificationResponseModifier and TypeMethodDescriptionprivate NotificationNotificationSenderService.handleNotificationResponse(NotificationResponse notificationResponse, Template template, NotificationRequest notificationRequest, NotificationSenderService.MessageContext messageContext) Handles a notification response (after sending a notification). -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider
Methods in es.kukenan.smartfi.microservice.communication.service.provider that return NotificationResponseModifier and TypeMethodDescriptionNotificationProviderHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext) Send a notification. -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile that return NotificationResponseModifier and TypeMethodDescriptionprivate NotificationResponseLabsMobileSmsNotificationHandler.processResponseMessages(NotificationRequest request, String response) Process response messages.LabsMobileSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet that return NotificationResponseModifier and TypeMethodDescriptionprivate NotificationResponseMailjetMailNotificationHandler.processResponseMessages(NotificationRequest request, MessageProcessInfo messageProcessInfo) Process response messages.private NotificationResponseMailjetSmsNotificationHandler.processResponseMessages(NotificationRequest request, SendSmsResponse sendSmsResponse) Process response messages.MailjetMailNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) MailjetSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch that return NotificationResponseModifier and TypeMethodDescriptionprivate NotificationResponseSinchSmsNotificationHandler.processResponseMessages(NotificationRequest request, com.sinch.sdk.domains.sms.models.BatchText sendSmsResponse) Process response messages.SinchSmsNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack that return NotificationResponseModifier and TypeMethodDescriptionprivate NotificationResponseSlackNotificationHandler.handleResult(String to, NotificationRequest request, Exception ex) Process response messages.SlackNotificationHandler.send(NotificationRequest request, Template template, NotificationSenderService.MessageContext messageContext) -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi that return NotificationResponseModifier and TypeMethodDescriptionPushNotificationHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext) PushOperationSystemHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Send the notification to the device token. -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.apns
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.apns that return NotificationResponseModifier and TypeMethodDescriptionAbstractApnsPushNotificationsServiceHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Method which send notification with request data.private NotificationResponseAbstractApnsPushNotificationsServiceHandler.sendPush(User user, com.eatthepath.pushy.apns.util.ApnsPayloadBuilder builder) -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase that return NotificationResponseModifier and TypeMethodDescriptionAbstractFcmPushNotificationsServiceHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Method which send notification with request data. -
Uses of NotificationResponse in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp that return NotificationResponseModifier and TypeMethodDescriptionSmtpMailNotificationHandler.send(NotificationRequest notificationRequest, Template template, NotificationSenderService.MessageContext messageContext)