[keycloak-dev] Concurrency & EventsListener SPI
Poiffaut Romain
romain.poiffaut at elca.ch
Wed Oct 4 10:54:10 EDT 2017
Hi,
I am writing a provider for eventsListener SPI.
Could anyone tell me if the provider and its provider factory need to be thread safe ?
With more details, I need to store some events. To do so, I am using a collection created by the factory and a reference to this collection is passed to the constructor to update it.
Does my collection needs to be concurrency-safe or is it not needed?
Best regards,
Romain
More information about the keycloak-dev
mailing list