Interface AqMessage<T>
- Type Parameters:
T
- Type of the payload.
- All Superinterfaces:
JmsMessage<T>
,Message<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.JmsMessage
JmsMessage.CustomMapper<PAYLOAD>, JmsMessage.OutgoingJmsMessageBuilder<PAYLOAD>
-
Method Summary
Modifier and TypeMethodDescriptionReturn DB connection used for receiving this message.Methods inherited from interface io.helidon.messaging.connectors.jms.JmsMessage
getCorrelationId, getJmsConnection, getJmsConnectionFactory, getJmsMessage, getJmsSession, getProperty, getPropertyNames, getReplyTo, getType, hasProperty, isAck
Methods inherited from interface org.eclipse.microprofile.reactive.messaging.Message
ack, getAck, getNack, getPayload, nack, unwrap, withAck, withNack, withPayload
-
Method Details
-
getDbConnection
Connection getDbConnection()Return DB connection used for receiving this message.- Returns:
- java.sql.Connection
-