Skip to content

Conversation

garyrussell
Copy link
Contributor

Resolves #1321

Provide an option to invoke RecordInterceptor before the transaction starts.

Resolves spring-projects#1321

Provide an option to invoke `RecordInterceptor` before the transaction starts.
Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one typo in docs.

Starting with version 2.3, the `CompositeRecordInterceptor` can be used to invoke multiple interceptors.

By default, when using transactions, the interceptor is invoked after the transaction has started.
Startubg with version 2.3.4, you can set the listener container's `interceptBeforeTx` property to invoke the interceptor before the transaction has started instead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in Startibg word

@artembilan artembilan merged commit 9992a6e into spring-projects:master Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improvement proposal - RecordInterceptor for transactional consumer
2 participants