Returns the transactional id configured on the message.
()
| 497 | type TransactionalMessage interface { |
| 498 | // Returns the transactional id configured on the message. |
| 499 | Transaction() string |
| 500 | } |
| 501 | |
| 502 | // PreparedMessage is an extension of the Message interface implemented by some |
no outgoing calls
no test coverage detected