How does EDC decide which interface implementation to load? #1722
-
Hey, if we are implementing 2 modules in our We are confused by this since it seems (sometimes) to depend in the order in which they get implemented in the Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The EDC relies on the Java service loader. The correct way to handle this if you only want one implementation loaded is to ensure only it is on the classpath. |
Beta Was this translation helpful? Give feedback.
The EDC relies on the Java service loader. The correct way to handle this if you only want one implementation loaded is to ensure only it is on the classpath.