Example #1
0
 public void addEngine(NotificationEngine engine) {
   try (BergamotDB db = BergamotDB.connect()) {
     engine.setNotificationsId(this.getId());
     db.setNotificationEngine(engine);
   }
 }