Uses of Interface
es.kukenan.smartfi.microservice.communication.service.channel.NotificationChannelDestinationHandler
Packages that use NotificationChannelDestinationHandler
Package
Description
Channel-specific contracts and implementations.
-
Uses of NotificationChannelDestinationHandler in es.kukenan.smartfi.microservice.communication.service.channel
Classes in es.kukenan.smartfi.microservice.communication.service.channel that implement NotificationChannelDestinationHandlerModifier and TypeClassDescriptionclassMail destinations handler, used to extract email from several entities.classPush destinations handler, used to extract push from several entities.classSlack Notification channel destination handler.classNotification channel destination handler manager, used to find the proper channel destination handler for a given channel.Fields in es.kukenan.smartfi.microservice.communication.service.channel with type parameters of type NotificationChannelDestinationHandlerModifier and TypeFieldDescriptionNotificationChannelDestinationHandlerManager.channelDestinationHandlersKnown channel destination handlers.Methods in es.kukenan.smartfi.microservice.communication.service.channel that return NotificationChannelDestinationHandlerModifier and TypeMethodDescriptionNotificationChannelDestinationHandlerManager.channel(NotificationChannel channel) Find the implementation class for the given notification.