Package me.ehp246.aufjms.api.jms
Interface JmsMsg
- All Superinterfaces:
JmsDispatch
- All Known Implementing Classes:
TextJmsMsg
public interface JmsMsg extends JmsDispatch
Custom version of JMS Message which does not throw.
- Author:
- Lei Yang
-
Method Summary
Methods inherited from interface me.ehp246.aufjms.api.dispatch.JmsDispatch
bodyValues, correlationId, destination, groupId, groupSeq, replyTo, ttl, type
-
Method Details
-
id
java.lang.String id() -
text
java.lang.String text() -
expiration
long expiration() -
timestamp
java.time.Instant timestamp() -
invoking
java.lang.String invoking() -
property
<T> T property(java.lang.String name, java.lang.Class<T> type) -
message
javax.jms.TextMessage message()
-