Uses of Interface
es.kukenan.smartfi.microservice.communication.service.provider.NotificationProviderHandler
Packages that use NotificationProviderHandler
Package
Description
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 NotificationProviderHandler in es.kukenan.smartfi.microservice.communication.service.provider
Fields in es.kukenan.smartfi.microservice.communication.service.provider with type parameters of type NotificationProviderHandlerModifier and TypeFieldDescriptionprivate List<NotificationProviderHandler>NotificationProviderManager.notificationProvidersThe registered notification provider list.Methods in es.kukenan.smartfi.microservice.communication.service.provider that return NotificationProviderHandlerModifier and TypeMethodDescriptionNotificationProviderManager.provider(NotificationChannel channel, Template template) Find the implementation class for the given notification and provider. -
Uses of NotificationProviderHandler in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile
Classes in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile that implement NotificationProviderHandlerModifier and TypeClassDescriptionclassService class that holds all the LabsMobile SMS notification sending bussiness logic. -
Uses of NotificationProviderHandler in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet
Classes in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet that implement NotificationProviderHandlerModifier and TypeClassDescriptionclassService class that holds all the mail notification sending bussiness logic.classService class that holds all the mail notification sending bussiness logic. -
Uses of NotificationProviderHandler in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch
Classes in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch that implement NotificationProviderHandlerModifier and TypeClassDescriptionclassService class that holds all the Sinch SMS notification sending bussiness logic. -
Uses of NotificationProviderHandler in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack
Classes in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack that implement NotificationProviderHandlerModifier and TypeClassDescriptionclassService class that holds all the mail notification sending bussiness logic. -
Uses of NotificationProviderHandler in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi
Classes in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi that implement NotificationProviderHandlerModifier and TypeClassDescriptionclassService class that holds all the push notification sending bussiness logic. -
Uses of NotificationProviderHandler in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp
Classes in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp that implement NotificationProviderHandlerModifier and TypeClassDescriptionclassService class that holds all the mail notification sending bussiness logic.