Interface MessageHandlingTaskDecorator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MessageHandlingTaskDecorator
The strategy to decorate MessageHandlingRunnable tasks to be used with the Executor.
Since:
4.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    decorate(org.springframework.messaging.support.MessageHandlingRunnable task)
     
  • Method Details

    • decorate

      Runnable decorate(org.springframework.messaging.support.MessageHandlingRunnable task)