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
将 InOutManager 接口化,开发者可以实现不同的执行策略。如
相关讨论 see #345
The text was updated successfully, but these errors were encountered:
🐳 #345 、#346 业务框架 InOutManager 提供扩展点
45f4635
在构建器中配置 InOutManager 策略,框架内置了两个实现类,分别是
for example
在构建器中配置 InOutManager 策略
public void config() { BarSkeletonBuilder builder = ...; builder.setInOutManager(InOutManager.ofAbcAbc()); builder.setInOutManager(InOutManager.ofPipeline()); }
Sorry, something went wrong.
iohao
No branches or pull requests
新增功能的使用场景
将 InOutManager 接口化,开发者可以实现不同的执行策略。如
相关讨论 see #345
The text was updated successfully, but these errors were encountered: