Example usage for org.springframework.integration.endpoint MessageProducerSupport subclass-usage

List of usage examples for org.springframework.integration.endpoint MessageProducerSupport subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.endpoint MessageProducerSupport subclass-usage.

Usage

From source file org.springframework.integration.jmx.NotificationListeningMessageProducer.java

/**
 * A JMX {@link NotificationListener} implementation that will send Messages
 * containing the JMX {@link Notification} instances as their payloads.
 *
 * @author Mark Fisher
 * @author Gary Russell

From source file biz.c24.io.spring.integration.samples.fpml.PreRenderingFpmlGenerator.java

public class PreRenderingFpmlGenerator extends MessageProducerSupport {

    private static final int ITERATIONS = 1000;

    private static final int THREADS = 4;

From source file org.springframework.cloud.stream.app.loggregator.source.LoggregatorMessageSource.java

/**
 * Spring Integration inbound adapter that publishes messages whenever a new
 * Loggregator {@link ApplicationLog} log message is received. The message is
 * converted to a {@link String}.
 *
 * @author Josh Long

From source file org.springframework.integration.x.http.NettyHttpInboundChannelAdapter.java

/**
 * @author Mark Fisher
 * @author Jennifer Hickey
 * @author Gary Russell
 * @author Marius Bogoevici
 */