Package be.yildizgames.module.messaging
Interface AsyncMessageProducer
-
- All Known Implementing Classes:
JmsMessageProducer
- 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 AsyncMessageProducer
- Author:
- Grégory Van den Borre
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendMessage(String message, Header... headers)
-