Pubsub tree thread safe?

Hello,

Is the pubsub tree which contains LeafNodes and Collection nodes thread safe?

We need the tree to be accessed by multiple instances of an application.

-Paula

Yes, they are stored in a ConcurrentHashMap.

I saw that in the code, but wanted to make sure that I wasn’t missing something else. Thanks so much!