Closed ozhelezniak-talend closed 2 months ago
I merged your latest PR. Would you mind updating user-guide-readOptions.md to document addInjectorFactory()?
Also, so it doesn’t have to be specified each time in the ReadOptionsBuilder, I would think we would want an “addPermanentInjectorFactory()” method too (and document for that as well). The addPermanent* APIs are nice so that you do not have to modified the ReadOptionsBuilder each time, if you want the same options always (at least within in a given service).
@jdereg I had in mind smth like that