yangys
2024-05-18 c9b04383c77f91ac309e37e70783edcf8a9298b5
smart-starter-websocket/src/main/java/com/qianwen/core/websocket/config/LocalMessageDistributorConfiguration.java
@@ -9,7 +9,6 @@
@ConditionalOnProperty(prefix = WebSocketProperties.PREFIX, name = {"message-distributor"}, havingValue = MessageDistributorTypeConstants.LOCAL)
@Configuration(proxyBeanMethods = false)
/* loaded from: blade-starter-websocket-9.3.0.0-SNAPSHOT.jar:org/springblade/core/websocket/config/LocalMessageDistributorConfiguration.class */
public class LocalMessageDistributorConfiguration {
    @ConditionalOnMissingBean({MessageDistributor.class})
    @Bean