- Enclosing class:
- IntegrationAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value={org.springframework.integration.rsocket.IntegrationRSocketEndpoint.class,org.springframework.messaging.rsocket.RSocketRequester.class,io.rsocket.RSocketFactory.class})
@Conditional(value=org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.AnyRSocketChannelAdapterAvailable.class)
protected static class IntegrationAutoConfiguration.IntegrationRSocketConfiguration
extends Object
Integration RSocket configuration.