@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=io.rsocket.transport.netty.server.TcpServerTransport.class) @AutoConfigureBefore(value=RSocketMessagingAutoConfiguration.class) protected static class IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration extends Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
IntegrationRSocketServerConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.integration.rsocket.ServerRSocketConnector | 
serverRSocketConnector(org.springframework.integration.rsocket.ServerRSocketMessageHandler messageHandler)  | 
RSocketMessageHandler | 
serverRSocketMessageHandler(RSocketStrategies rSocketStrategies,
                           IntegrationProperties integrationProperties)  | 
protected IntegrationRSocketServerConfiguration()
@Bean @ConditionalOnMissingBean(value=org.springframework.integration.rsocket.ServerRSocketMessageHandler.class) public RSocketMessageHandler serverRSocketMessageHandler(RSocketStrategies rSocketStrategies, IntegrationProperties integrationProperties)
@Bean @ConditionalOnMissingBean public org.springframework.integration.rsocket.ServerRSocketConnector serverRSocketConnector(org.springframework.integration.rsocket.ServerRSocketMessageHandler messageHandler)