Removed MessageTarget. All components that referenced targets (e.g. Outbound Channel Adapter implementations) now work with the MessageConsumer interface instead.

This commit is contained in:
Mark Fisher
2008-09-22 19:02:43 +00:00
parent bf151ac50a
commit 7f917b5dd8
3 changed files with 9 additions and 54 deletions

View File

@@ -28,11 +28,10 @@ import org.springframework.core.task.TaskExecutor;
import org.springframework.integration.channel.MessageChannel;
import org.springframework.integration.mail.monitor.AsyncMonitoringStrategy;
import org.springframework.integration.message.MessageSource;
import org.springframework.integration.message.MessageTarget;
import org.springframework.util.Assert;
/**
* Broadcasts all mail messages recovered to subscribed {@link MessageTarget MessageTargets}.
* An event-driven mail source that sends Spring Integration Messages to its output channel.
* The given {@link FolderConnection} should be using an {@link AsyncMonitoringStrategy} to
* retrieve mail.
*