Class IntegrationAutoConfiguration.IntegrationRSocketConfiguration

java.lang.Object
org.springframework.boot.integration.autoconfigure.IntegrationAutoConfiguration.IntegrationRSocketConfiguration
Enclosing class:
IntegrationAutoConfiguration

@Configuration(proxyBeanMethods=false) @ConditionalOnClass({org.springframework.integration.rsocket.IntegrationRSocketEndpoint.class,RSocketRequester.class,io.rsocket.RSocket.class}) @Conditional(org.springframework.boot.integration.autoconfigure.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.AnyRSocketChannelAdapterAvailable.class) protected static class IntegrationAutoConfiguration.IntegrationRSocketConfiguration extends Object
Integration RSocket configuration.
Since:
1.1.0
Author:
Artem Bilan, Dave Syer, Stephane Nicoll, Vedran Pavic, Madhura Bhave, Yong-Hyun Kim, Yanming Zhou
  • Constructor Details

    • IntegrationRSocketConfiguration

      protected IntegrationRSocketConfiguration()