@@ -19,4 +19,8 @@ public class MongoOutTask {
public void inc() {
mongoService.inc();
}
+
+ public void full() {
+ mongoService.full();
+ }