public class SpringWebSocketClientBeanPostProcessor
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanPostProcessor
| 构造器和说明 |
|---|
SpringWebSocketClientBeanPostProcessor(org.apache.shenyu.register.common.config.PropertiesConfig clientConfig,
org.apache.shenyu.register.client.api.ShenyuClientRegisterRepository shenyuClientRegisterRepository)
Instantiates a new Spring websocket client bean post processor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName) |
public SpringWebSocketClientBeanPostProcessor(org.apache.shenyu.register.common.config.PropertiesConfig clientConfig,
org.apache.shenyu.register.client.api.ShenyuClientRegisterRepository shenyuClientRegisterRepository)
clientConfig - the client configshenyuClientRegisterRepository - the shenyu client register repositorypublic java.lang.Object postProcessAfterInitialization(@NonNull
java.lang.Object bean,
@NonNull
java.lang.String beanName)
throws org.springframework.beans.BeansException
postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.