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
- Author:
- Artem Bilan
- See Also:
UnicastingDispatcher,BroadcastingDispatcher
-
Method Summary
Modifier and Type Method Description Runnabledecorate(MessageHandlingRunnable task)