Package io.micronaut.jms.listener
Interface MessageHandler<T>
- Type Parameters:
- T- the message type
- All Known Implementing Classes:
- ConcurrentMessageHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handles and converts 
Messages.- Since:
- 1.0.0
- Author:
- Elliott Pope
- See Also:
- 
Method Summary
- 
Method Details- 
handlePerform some action when receiving a message.- Parameters:
- message- the message
 
 
-