I'm new to Esper and I was wondering if the update method of an UpdateListener is executed concurrently by multiple threads. If that's the case I conclude that write on an HashMap inside this method is not safe. Is it correct, or am I missing something?
Thanks in Advance