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

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

Introduction

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

Usage

From source file org.springframework.integration.endpoint.PollingConsumer.java

/**
 * Message Endpoint that connects any {@link MessageHandler} implementation
 * to a {@link PollableChannel}.
 * 
 * @author Mark Fisher
 * @author Oleg Zhurakousky