Class ConsoleChannel
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.channel.AbstractChannel
org.exoplatform.commons.notification.channel.ConsoleChannel
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class ConsoleChannel
extends org.exoplatform.commons.api.notification.channel.AbstractChannel
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetId()org.exoplatform.commons.api.notification.model.ChannelKeygetKey()protected org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuildergetTemplateBuilderInChannel(org.exoplatform.commons.api.notification.model.PluginKey key) voidregisterTemplateProvider(org.exoplatform.commons.api.notification.channel.template.TemplateProvider provider) Methods inherited from class org.exoplatform.commons.api.notification.channel.AbstractChannel
dispatch, end, getLifecycle, getTemplateBuilder, getTemplateFilePath, hasTemplateBuilder, isDefaultChannel, isEnabled, setEnabled, startMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
ConsoleChannel
public ConsoleChannel()
-
-
Method Details
-
getId
- Specified by:
getIdin classorg.exoplatform.commons.api.notification.channel.AbstractChannel
-
getKey
public org.exoplatform.commons.api.notification.model.ChannelKey getKey()- Specified by:
getKeyin classorg.exoplatform.commons.api.notification.channel.AbstractChannel
-
dispatch
public void dispatch(org.exoplatform.commons.api.notification.NotificationContext ctx, String userId) - Specified by:
dispatchin classorg.exoplatform.commons.api.notification.channel.AbstractChannel
-
registerTemplateProvider
public void registerTemplateProvider(org.exoplatform.commons.api.notification.channel.template.TemplateProvider provider) - Specified by:
registerTemplateProviderin classorg.exoplatform.commons.api.notification.channel.AbstractChannel
-
getTemplateBuilderInChannel
protected org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder getTemplateBuilderInChannel(org.exoplatform.commons.api.notification.model.PluginKey key) - Specified by:
getTemplateBuilderInChannelin classorg.exoplatform.commons.api.notification.channel.AbstractChannel
-