Uses of Interface
com.atlassian.crowd.event.EventStore
Packages that use EventStore
Package
Description
-
Uses of EventStore in com.atlassian.crowd.event
Classes in com.atlassian.crowd.event that implement EventStoreModifier and TypeClassDescriptionfinal class
Thread-safeEventStore
implementation that uses main memory as a backing store.class
A cluster-safe implementation of EventStore that uses the entity creation and update timestamp, and the persisted tombstone information to create an event stream.Constructors in com.atlassian.crowd.event with parameters of type EventStoreModifierConstructorDescriptionStoringEventListener
(EventStore eventStore, com.atlassian.event.api.EventPublisher eventPublisher, WebhookService webhookService) -
Uses of EventStore in com.atlassian.crowd.manager.application
Constructors in com.atlassian.crowd.manager.application with parameters of type EventStoreModifierConstructorDescriptionApplicationServiceGeneric
(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, PermissionManager permissionManager, com.atlassian.event.api.EventPublisher eventPublisher, EventStore eventStore, WebhookRegistry webhookRegistry, AvatarProvider avatarProvider, AuthenticationOrderOptimizer authenticationOrderOptimizer, ApplicationFactory applicationFactory, AccessFilterFactory accessFilterFactory, CrowdDarkFeatureManager crowdDarkFeatureManager) -
Uses of EventStore in com.atlassian.crowd.manager.cluster
Methods in com.atlassian.crowd.manager.cluster that return EventStore -
Uses of EventStore in com.atlassian.crowd.manager.recovery
Constructors in com.atlassian.crowd.manager.recovery with parameters of type EventStoreModifierConstructorDescriptionRecoveryModeAwareApplicationService
(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, PermissionManager permissionManager, com.atlassian.event.api.EventPublisher eventPublisher, EventStore eventStore, WebhookRegistry webhookRegistry, AvatarProvider avatarProvider, ApplicationFactory applicationFactory, RecoveryModeService recoveryModeService, AuthenticationOrderOptimizer authenticationOrderOptimizer, AccessFilterFactory accessFilterFactory, CrowdDarkFeatureManager crowdDarkFeatureManager)