@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value={TcpSupplierProperties.class,TcpConnectionFactoryProperties.class}) public class TcpSupplierConfiguration extends Object
Constructor and Description |
---|
TcpSupplierConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter |
adapter(org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory connectionFactory) |
org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean |
tcpSourceConnectionFactory(TcpConnectionFactoryProperties tcpConnectionProperties,
org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer decoder) |
EncoderDecoderFactoryBean |
tcpSourceDecoder(TcpSupplierProperties properties) |
Supplier<reactor.core.publisher.Flux<org.springframework.messaging.Message<Object>>> |
tcpSupplier(org.reactivestreams.Publisher<org.springframework.messaging.Message<Object>> tcpSupplierFlow,
org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter tcpReceivingChannelAdapter) |
org.reactivestreams.Publisher<org.springframework.messaging.Message<Object>> |
tcpSupplierFlow(org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter adapter) |
@Bean public EncoderDecoderFactoryBean tcpSourceDecoder(TcpSupplierProperties properties)
@Bean public org.springframework.integration.ip.config.TcpConnectionFactoryFactoryBean tcpSourceConnectionFactory(TcpConnectionFactoryProperties tcpConnectionProperties, @Qualifier(value="tcpSourceDecoder") org.springframework.integration.ip.tcp.serializer.AbstractByteArraySerializer decoder)
@Bean public org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter adapter(@Qualifier(value="tcpSourceConnectionFactory") org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory connectionFactory)
@Bean public org.reactivestreams.Publisher<org.springframework.messaging.Message<Object>> tcpSupplierFlow(org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter adapter)
@Bean public Supplier<reactor.core.publisher.Flux<org.springframework.messaging.Message<Object>>> tcpSupplier(org.reactivestreams.Publisher<org.springframework.messaging.Message<Object>> tcpSupplierFlow, org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter tcpReceivingChannelAdapter)
Copyright © 2022. All rights reserved.