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 voidclose()java.lang.StringgetName()NotificationServicegetNotificationService()
-
Method Details
-
getName
java.lang.String getName() -
close
void close() -
getNotificationService
NotificationService getNotificationService()
-