Interface AqMessage<T>
- 
- Type Parameters:
- T- Type of the payload.
 - All Superinterfaces:
- JmsMessage<T>,- Message<T>
 
 public interface AqMessage<T> extends JmsMessage<T> Message representing AQ JMS message together with all the metadata.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface io.helidon.messaging.connectors.jms.JmsMessageJmsMessage.CustomMapper<PAYLOAD>, JmsMessage.OutgoingJmsMessageBuilder<PAYLOAD>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectiongetDbConnection()Return DB connection used for receiving this message.- 
Methods inherited from interface io.helidon.messaging.connectors.jms.JmsMessagegetCorrelationId, getJmsConnection, getJmsConnectionFactory, getJmsMessage, getJmsSession, getProperty, getPropertyNames, getReplyTo, getType, hasProperty, isAck
 - 
Methods inherited from interface org.eclipse.microprofile.reactive.messaging.Messageack, getPayload, unwrap
 
- 
 
- 
- 
- 
Method Detail- 
getDbConnectionConnection getDbConnection() Return DB connection used for receiving this message.- Returns:
- java.sql.Connection
 
 
- 
 
-