Class MessageSourcePollingTemplate

java.lang.Object
org.springframework.integration.endpoint.MessageSourcePollingTemplate
All Implemented Interfaces:
PollingOperations

public class MessageSourcePollingTemplate
extends java.lang.Object
implements PollingOperations
A PollingOperations used to ad-hoc poll a MessageSource. If the source supports deferred acknowledgment, it will be ACCEPTed or REJECTed if necessary.
Since:
5.0.1
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageSourcePollingTemplate​(MessageSource<?> source)  
  • Method Summary

    Modifier and Type Method Description
    boolean poll​(org.springframework.messaging.MessageHandler handler)
    Poll for a message.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait