public class ProcessorMappingRegistry
extends java.lang.Object
| Constructor and Description |
|---|
ProcessorMappingRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(NotificationChannel notificationChannel,
NotificationType notificationType,
Processor processor)
add new processor to this registry's map
|
java.util.Map<NotificationChannel,java.util.Map<NotificationType,Processor>> |
getMappings() |
public void addMapping(NotificationChannel notificationChannel, NotificationType notificationType, Processor processor)
notificationChannel - one notification channel such as email, smsnotificationType - represents one notification typeprocessor - one specific processorpublic java.util.Map<NotificationChannel,java.util.Map<NotificationType,Processor>> getMappings()
Copyright © 2018 SAP SE. All Rights Reserved.