@ConditionalOnProperty(prefix="ballcat.websocket",
name="message-distributor",
havingValue="local",
matchIfMissing=true)
@Configuration(proxyBeanMethods=false)
public class LocalMessageDistributorConfig
extends Object
@Bean @ConditionalOnMissingBean(value=com.hccake.ballcat.common.websocket.distribute.MessageDistributor.class) public LocalMessageDistributor messageDistributor()
Copyright © 2023. All rights reserved.