Interface TemplateNameResolver
- All Known Implementing Classes:
DefaultTemplateNameResolver
public interface TemplateNameResolver
Given a notification, determine the template name that should be used to build the message.
-
Method Summary
Modifier and TypeMethodDescriptionresolveName
(Notification notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
-
Method Details
-
resolveName
String resolveName(Notification notification, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
-