@Configuration @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class) public class TunnelServerConfiguration extends Object
| Constructor and Description |
|---|
TunnelServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TunnelServer |
tunnelServer(TunnelClusterStore tunnelClusterStore) |
@Bean(initMethod="start",
destroyMethod="stop")
@ConditionalOnMissingBean
public TunnelServer tunnelServer(@Autowired(required=false)
TunnelClusterStore tunnelClusterStore)
Copyright © 2022. All rights reserved.