Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.Receiver
Packages that use Receiver
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Channel-specific contracts and implementations.
-
Uses of Receiver in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity with type parameters of type Receiver -
Uses of Receiver in es.kukenan.smartfi.microservice.communication.service
Fields in es.kukenan.smartfi.microservice.communication.service declared as ReceiverModifier and TypeFieldDescriptionprivate ReceiverNotificationSenderService.MessageContext.receiverThe receiver for this message.Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type ReceiverModifier and TypeMethodDescriptionNotificationRequestBuilder.createNotification(User user, NotificationChannel channel, Receiver receiver, Map<String, Object> variables) Create notifications based on the given arguments. -
Uses of Receiver in es.kukenan.smartfi.microservice.communication.service.channel
Methods in es.kukenan.smartfi.microservice.communication.service.channel with parameters of type ReceiverModifier and TypeMethodDescriptionMailDestinationHandler.getAddress(Receiver receiver) NotificationChannelDestinationHandler.getAddress(Receiver receiver) Get the destination address for this channel.SlackDestinationHandler.getAddress(Receiver receiver) SmsDestinationHandler.getAddress(Receiver receiver)