Custom Match Rules for Spring Bean Requests

If you are not getting the required visibility with the auto-discovered transactions, you can create a custom match rule for a Spring Bean based transaction. You can match based on one or more of the following criteria:

  • Bean ID
  • Method Name
  • Class Name
  • Extends
  • Implements

The following example creates a custom match rule for the placeOrder orderManager

Custom Match Rule