Package com.flowable.notification.engine
Interface NotificationEngine
- All Known Implementing Classes:
NotificationEngineImpl
public interface NotificationEngine
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description void
close()
java.lang.String
getName()
NotificationService
getNotificationService()
-
Method Details
-
getName
java.lang.String getName() -
close
void close() -
getNotificationService
NotificationService getNotificationService()
-