We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeccoEngine.create() .classpath("xxx") .pipelineFactory(springPipelineFactory) .interval(1000) .thread(thread) .setEventListener(listener) .start(request).run();
监听器的方法不会被调用
The text was updated successfully, but these errors were encountered:
run()方式由于只运行一次,貌似没有场景需要listener监听
Sorry, something went wrong.
No branches or pull requests
监听器的方法不会被调用
The text was updated successfully, but these errors were encountered: