At present, if you want to call this client, you must initialize some services yourself, such as com.antpool.eos.mongo.service.ActionService, but I think these should not be done by the user. So the internal service initialization operation can be encapsulated, only a static method is exposed, and user invoke the method with relevant parameters, such as MongoDB config to initialize the client.
At present, if you want to call this client, you must initialize some services yourself, such as
com.antpool.eos.mongo.service.ActionService, but I think these should not be done by the user. So the internal service initialization operation can be encapsulated, only a static method is exposed, and user invoke the method with relevant parameters, such as MongoDB config to initialize the client.