Class EventStoreGeneric

java.lang.Object
com.atlassian.crowd.event.EventStoreGeneric
All Implemented Interfaces:
EventStore

public final class EventStoreGeneric extends Object implements EventStore
Thread-safe EventStore implementation that uses main memory as a backing store. The amount of events stored is fixed, and after reaching the limit, the oldest events will start to get dropped.