This commit is contained in:
lxy
2020-10-10 16:09:31 +08:00
parent 7124938714
commit 5ddf349c4f
2 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ public abstract class AbstractConsumer implements IConsumer {
public final Map<String, EventType> eventMap = new HashMap<>();
public abstract String getGroupid();
public boolean preInit() {
return true;
}