|
|
|
@ -65,7 +65,7 @@ public class RSocketServerAutoConfiguration { |
|
|
|
|
|
|
|
|
|
|
|
@Conditional(OnRSocketWebServerCondition.class) |
|
|
|
@Conditional(OnRSocketWebServerCondition.class) |
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
static class WebFluxServerAutoConfiguration { |
|
|
|
static class WebFluxServerConfiguration { |
|
|
|
|
|
|
|
|
|
|
|
@Bean |
|
|
|
@Bean |
|
|
|
@ConditionalOnMissingBean |
|
|
|
@ConditionalOnMissingBean |
|
|
|
@ -80,7 +80,7 @@ public class RSocketServerAutoConfiguration { |
|
|
|
@ConditionalOnProperty(prefix = "spring.rsocket.server", name = "port") |
|
|
|
@ConditionalOnProperty(prefix = "spring.rsocket.server", name = "port") |
|
|
|
@ConditionalOnClass(ReactorResourceFactory.class) |
|
|
|
@ConditionalOnClass(ReactorResourceFactory.class) |
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
static class EmbeddedServerAutoConfiguration { |
|
|
|
static class EmbeddedServerConfiguration { |
|
|
|
|
|
|
|
|
|
|
|
@Bean |
|
|
|
@Bean |
|
|
|
@ConditionalOnMissingBean |
|
|
|
@ConditionalOnMissingBean |
|
|
|
|