Class ZeroMqSupplierConfiguration

java.lang.Object
org.springframework.cloud.fn.supplier.zeromq.ZeroMqSupplierConfiguration

@Configuration @EnableConfigurationProperties(ZeroMqSupplierProperties.class) public class ZeroMqSupplierConfiguration extends Object
A source module that receives data from ZeroMQ.
Since:
3.1.0
Author:
Daniel Frey
  • Constructor Details

    • ZeroMqSupplierConfiguration

      public ZeroMqSupplierConfiguration()
  • Method Details

    • zContext

      @Bean public org.zeromq.ZContext zContext()
    • adapter

      @Bean public org.springframework.integration.zeromq.inbound.ZeroMqMessageProducer adapter(ZeroMqSupplierProperties properties, org.zeromq.ZContext zContext, @Autowired(required=false) Consumer<org.zeromq.ZMQ.Socket> socketConfigurer)
    • zeromqSupplier

      @Bean public Supplier<reactor.core.publisher.Flux<Message<?>>> zeromqSupplier(org.springframework.integration.zeromq.inbound.ZeroMqMessageProducer adapter)