Interface | Description |
---|---|
EventStore |
Represents an event store, which can be used to store events.
|
TransactionAwareImmediateEvent |
Marker interface denoting events that should be propagated immediately and eagerly, regardless whether a
transaction is currently active
|
Class | Description |
---|---|
DirectoryEvent |
An Event that represents any operation on a
Directory
going via the DirectoryManager . |
Event |
Base event for Crowd legacy events.
|
Events | |
EventStoreGeneric |
Thread-safe
EventStore implementation that uses main memory as a
backing store. |
LicenseResourceLimitEvent |
This event will be used if a Crowd instance is nearing its resource limit.
|
SetupComplete |
Indicates that the Crowd setup is complete and the server is ready to serve requests
|
StoringEventListener |
This class listens for events related to user and group changes and saves
them to
EventStore . |
TimestampBasedEventStore |
A cluster-safe implementation of EventStore that uses the entity creation and update timestamp,
and the persisted tombstone information to create an event stream.
|
TimestampBasedEventToken | |
XWorkStateChangeEvent |
Event for XWork - Webwork change events
|
Exception | Description |
---|---|
EventJobExecutionException |
Unable to process the event.
|
EventTokenExpiredException |
Thrown when an event token is either not recognised or has expired.
|
IncrementalSynchronisationNotAvailableException |
Copyright © 2018 Atlassian. All rights reserved.