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 NotificationEngineConfiguration
configuration
protected org.slf4j.Logger
logger
protected java.lang.String
name
protected NotificationService
notificationService
-
Constructor Summary
Constructors Constructor Description NotificationEngineImpl(NotificationEngineConfiguration configuration)
-
Method Summary
Modifier and Type Method Description void
close()
java.lang.String
getName()
NotificationService
getNotificationService()
-
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:
getName
in interfaceNotificationEngine
-
close
public void close()- Specified by:
close
in interfaceNotificationEngine
-
getNotificationService
- Specified by:
getNotificationService
in interfaceNotificationEngine
-