Class ProcessorMappingRegistry
java.lang.Object
de.hybris.platform.notificationservices.mapping.ProcessorMappingRegistry
Get the processor by using specific channel and notification type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMapping(NotificationChannel notificationChannel, NotificationType notificationType, Processor processor) add new processor to this registry's map
-
Constructor Details
-
ProcessorMappingRegistry
public ProcessorMappingRegistry()
-
-
Method Details
-
addMapping
public void addMapping(NotificationChannel notificationChannel, NotificationType notificationType, Processor processor) add new processor to this registry's map- Parameters:
notificationChannel- one notification channel such as email, smsnotificationType- represents one notification typeprocessor- one specific processor
-
getMappings
-