Interface Consumer
-
public interface Consumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<javax.jms.Message>getMessage()
-
-
-
Method Detail
-
getMessage
Optional<javax.jms.Message> getMessage() throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
-
-