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:
UnicastingDispatcher, BroadcastingDispatcher
  • Method Summary

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

    • decorate

      java.lang.Runnable decorate​(org.springframework.messaging.support.MessageHandlingRunnable task)