public class ProcessorMappingRegistrar
extends java.lang.Object
| Constructor and Description |
|---|
ProcessorMappingRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessorMappingRegistry |
getRegistry() |
void |
registerMapping()
add new processor mapped with one specific notification type to one channel registry
|
void |
setNotificationChannel(NotificationChannel notificationChannel) |
void |
setNotificationType(NotificationType notificationType) |
void |
setProcessor(Processor processor) |
void |
setRegistry(ProcessorMappingRegistry registry) |
protected ProcessorMappingRegistry getRegistry()
public void setRegistry(ProcessorMappingRegistry registry)
public void setNotificationType(NotificationType notificationType)
public void setProcessor(Processor processor)
public void setNotificationChannel(NotificationChannel notificationChannel)
@PostConstruct public void registerMapping()
Copyright © 2018 SAP SE. All Rights Reserved.