yu199195 commented on code in PR #3766:
URL: https://github.com/apache/shenyu/pull/3766#discussion_r931720477
##########
shenyu-spring-boot-starter/shenyu-spring-boot-starter-gateway/src/main/java/org/apache/shenyu/springboot/starter/gateway/ShenyuConfiguration.java:
##########
@@ -110,32 +112,42 @@ public ShenyuPlugin paramTransformPlugin() {
}
/**
- * Plugin data subscriber.
+ * common plugin data subscriber.
*
* @param pluginDataHandlerList the plugin data handler list
* @param eventPublisher event publisher
* @return the plugin data subscriber
*/
@Bean
- public PluginDataSubscriber pluginDataSubscriber(final
ObjectProvider<List<PluginDataHandler>> pluginDataHandlerList,
- final
ApplicationEventPublisher eventPublisher) {
+ public CommonPluginDataSubscriber commonPluginDataSubscriber(final
ObjectProvider<List<PluginDataHandler>> pluginDataHandlerList,
Review Comment:
not modify?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]