| | |
| | | @ConditionalOnClass({StringRedisTemplate.class}) |
| | | @ConditionalOnProperty(prefix = WebSocketProperties.PREFIX, name = {"message-distributor"}, havingValue = MessageDistributorTypeConstants.REDIS, matchIfMissing = true) |
| | | @Configuration(proxyBeanMethods = false) |
| | | /* loaded from: blade-starter-websocket-9.3.0.0-SNAPSHOT.jar:org/springblade/core/websocket/config/RedisMessageDistributorConfiguration.class */ |
| | | public class RedisMessageDistributorConfiguration { |
| | | @ConditionalOnMissingBean({MessageDistributor.class}) |
| | | @Bean |