Package com.flowable.notification.engine
Class NotificationEngineImpl
java.lang.Object
com.flowable.notification.engine.NotificationEngineImpl
- All Implemented Interfaces:
NotificationEngine
public class NotificationEngineImpl extends java.lang.Object implements NotificationEngine
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected NotificationEngineConfigurationconfigurationprotected org.slf4j.Loggerloggerprotected java.lang.Stringnameprotected NotificationServicenotificationService -
Constructor Summary
Constructors Constructor Description NotificationEngineImpl(NotificationEngineConfiguration configuration) -
Method Summary
Modifier and Type Method Description voidclose()java.lang.StringgetName()NotificationServicegetNotificationService()
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
name
protected java.lang.String name -
configuration
-
notificationService
-
-
Constructor Details
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceNotificationEngine
-
close
public void close()- Specified by:
closein interfaceNotificationEngine
-
getNotificationService
- Specified by:
getNotificationServicein interfaceNotificationEngine
-