Interface MessageTriggerAction
- All Known Implementing Classes:
BarrierMessageHandler
,FileWritingMessageHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Classes implementing this interface can take some action when a trigger
Message
is received.- Since:
- 4.2
- Author:
- Gary Russell
-
Method Summary
-
Method Details
-
trigger
Take some action based on the message.- Parameters:
message
- the message.
-