Class ProcessorMappingRegistrar
- java.lang.Object
-
- de.hybris.platform.notificationservices.mapping.ProcessorMappingRegistrar
-
public class ProcessorMappingRegistrar extends java.lang.Objectregister one processor to one specific registry
-
-
Constructor Summary
Constructors Constructor Description ProcessorMappingRegistrar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProcessorMappingRegistrygetRegistry()voidregisterMapping()add new processor mapped with one specific notification type to one channel registryvoidsetNotificationChannel(NotificationChannel notificationChannel)voidsetNotificationType(NotificationType notificationType)voidsetProcessor(Processor processor)voidsetRegistry(ProcessorMappingRegistry registry)
-
-
-
Method Detail
-
getRegistry
protected ProcessorMappingRegistry getRegistry()
-
setRegistry
public void setRegistry(ProcessorMappingRegistry registry)
-
setNotificationType
public void setNotificationType(NotificationType notificationType)
-
setProcessor
public void setProcessor(Processor processor)
-
setNotificationChannel
public void setNotificationChannel(NotificationChannel notificationChannel)
-
registerMapping
@PostConstruct public void registerMapping()
add new processor mapped with one specific notification type to one channel registry
-
-