You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is an implementation of Tron eventsubscribe model.
5
5
***api** module defines IPluginEventListener, a protocol between Java-tron and event plugin.
6
6
***app** module is an example for loading plugin, developers could use it for debugging.
7
7
***kafkaplugin** module is the implementation for kafka, it implements IPluginEventListener, it receives events subscribed from Java-tron and relay events to kafka server.
8
-
8
+
***mongodbplugin** mongodbplugin module is the implementation for mongodb.
0 commit comments