Class AbstractExecutorChannel.MessageHandlingTask

java.lang.Object
org.springframework.integration.channel.AbstractExecutorChannel.MessageHandlingTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AbstractExecutorChannel

protected class AbstractExecutorChannel.MessageHandlingTask
extends java.lang.Object
implements java.lang.Runnable
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageHandlingTask​(org.springframework.messaging.support.MessageHandlingRunnable task)  
  • Method Summary

    Modifier and Type Method Description
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MessageHandlingTask

      public MessageHandlingTask​(org.springframework.messaging.support.MessageHandlingRunnable task)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable