Hi,
My app creates and loads a single data dictionary on startup and has multiple threads using it afterwards for field list decoding. May I know if the read-methods of the data dictionary are thread-safe? In particular, my concern is these methods:
FieldDictionary.getFidDef()
FieldDictionary.expandedValueFor()
FidDef.getName()
FidDef.getOMMType()
I am using RFAJ 8.1.0 and Java 8.0
Thanks,
CM