Uses of Class
es.kukenan.smartfi.microservice.communication.service.domain.MessagesRequest
Packages that use MessagesRequest
Package
Description
Services and related beans and dependencies.
-
Uses of MessagesRequest in es.kukenan.smartfi.microservice.communication.service
Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type MessagesRequestModifier and TypeMethodDescriptionvoidNotificationSenderService.sendMessages(MessagesRequest messagesRequest, es.kukenan.smartfi.events.common.AbstractEvent<?> event) Send a set of messages for a single user, normally corresponding to the same context.NotificationSenderService.sendSingleMessage(MessagesRequest messagesRequest) Send a single message for a single user.Constructors in es.kukenan.smartfi.microservice.communication.service with parameters of type MessagesRequestModifierConstructorDescriptionMessageContext(MessagesRequest.MessageSpecialProperties messageSpecialProperties, Campaign campaign, MessagesRequest messagesRequest, List<String> unexpectedErrors) Constructor that use as source the information of the givenMessagesRequest.