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.JmsMessage
JmsMessage.CustomMapper<PAYLOAD>, JmsMessage.OutgoingJmsMessageBuilder<PAYLOAD>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connection
getDbConnection()
Return 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, getPayload, unwrap
-
-
-
-
Method Detail
-
getDbConnection
Connection getDbConnection()
Return DB connection used for receiving this message.- Returns:
- java.sql.Connection
-
-