Class ProcessorMappingRegistrar
java.lang.Object
de.hybris.platform.notificationservices.mapping.ProcessorMappingRegistrar
register one processor to one specific registry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessorMappingRegistryvoidadd new processor mapped with one specific notification type to one channel registryvoidsetNotificationChannel(NotificationChannel notificationChannel) voidsetNotificationType(NotificationType notificationType) voidsetProcessor(Processor processor) voidsetRegistry(ProcessorMappingRegistry registry)
-
Constructor Details
-
ProcessorMappingRegistrar
public ProcessorMappingRegistrar()
-
-
Method Details
-
getRegistry
-
setRegistry
-
setNotificationType
-
setProcessor
-
setNotificationChannel
-
registerMapping
@PostConstruct public void registerMapping()add new processor mapped with one specific notification type to one channel registry
-