Uses of Enum Class
es.kukenan.smartfi.microservice.communication.service.enums.NotificationChannel
Packages that use NotificationChannel
Package
Description
Services and related beans and dependencies.
Channel-specific contracts and implementations.
Services and related beans and dependencies.
Enums utils.
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 NotificationChannel in es.kukenan.smartfi.microservice.communication.service
Fields in es.kukenan.smartfi.microservice.communication.service declared as NotificationChannelModifier and TypeFieldDescriptionprivate NotificationChannelNotificationSenderService.MessageContext.channelSpecific channel to send.private NotificationChannelNotificationSenderService.MessageContext.currentChannelChannel to procces this message.Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type NotificationChannelModifier and TypeMethodDescriptionNotificationRequestBuilder.createNotification(User user, NotificationChannel channel, Receiver receiver, Map<String, Object> variables) Create notifications based on the given arguments. -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.channel
Methods in es.kukenan.smartfi.microservice.communication.service.channel with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanMailDestinationHandler.accepts(NotificationChannel channel) booleanNotificationChannelDestinationHandler.accepts(NotificationChannel channel) Return true if this handler is able to send the given notification channel.booleanPushDestinationHandler.accepts(NotificationChannel channel) booleanSlackDestinationHandler.accepts(NotificationChannel channel) booleanSmsDestinationHandler.accepts(NotificationChannel channel) NotificationChannelDestinationHandlerManager.channel(NotificationChannel channel) Find the implementation class for the given notification. -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.domain
Fields in es.kukenan.smartfi.microservice.communication.service.domain declared as NotificationChannelModifier and TypeFieldDescriptionprivate NotificationChannelMessagesRequest.channelNotification channel.private NotificationChannelNotificationUpdate.channelNotification channel. -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.enums
Methods in es.kukenan.smartfi.microservice.communication.service.enums that return NotificationChannelModifier and TypeMethodDescriptionstatic NotificationChannelReturns the enum constant of this class with the specified name.static NotificationChannel[]NotificationChannel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.provider
Methods in es.kukenan.smartfi.microservice.communication.service.provider with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanNotificationProviderHandler.accepts(NotificationChannel channel, NotificationProvider provider) Return true if this handler is able to send the given notification request.NotificationProviderManager.provider(NotificationChannel channel, Template template) Find the implementation class for the given notification and provider. -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.labsmobile with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanLabsMobileSmsNotificationHandler.accepts(NotificationChannel channel, NotificationProvider provider) -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.mailjet with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanMailjetMailNotificationHandler.accepts(NotificationChannel channel, NotificationProvider provider) booleanMailjetSmsNotificationHandler.accepts(NotificationChannel channel, NotificationProvider provider) -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.sinch with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanSinchSmsNotificationHandler.accepts(NotificationChannel channel, NotificationProvider provider) -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.slack with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanSlackNotificationHandler.accepts(NotificationChannel channel, NotificationProvider provider) -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanPushNotificationHandler.accepts(NotificationChannel channel, NotificationProvider provider) -
Uses of NotificationChannel in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smtp with parameters of type NotificationChannelModifier and TypeMethodDescriptionbooleanSmtpMailNotificationHandler.accepts(NotificationChannel channel, NotificationProvider provider)