Uses of Interface
com.atlassian.crowd.event.EventStore
Package
Description
-
Uses of EventStore in com.atlassian.crowd.event
Modifier 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.ModifierConstructorDescriptionStoringEventListener
(EventStore eventStore, com.atlassian.event.api.EventPublisher eventPublisher, WebhookService webhookService) -
Uses of EventStore in com.atlassian.crowd.manager.application
ModifierConstructorDescriptionApplicationServiceGeneric
(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
-
Uses of EventStore in com.atlassian.crowd.manager.recovery
ModifierConstructorDescriptionRecoveryModeAwareApplicationService
(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)