Package | Description |
---|---|
com.atlassian.crowd.event | |
com.atlassian.crowd.manager.application | |
com.atlassian.crowd.manager.cluster | |
com.atlassian.crowd.manager.recovery |
Modifier and Type | Class and Description |
---|---|
class |
EventStoreGeneric
Thread-safe
EventStore implementation that uses main memory as a
backing store. |
class |
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.
|
Constructor and Description |
---|
StoringEventListener(EventStore eventStore,
com.atlassian.event.api.EventPublisher eventPublisher,
WebhookService webhookService) |
Constructor and Description |
---|
ApplicationServiceGeneric(DirectoryManager directoryManager,
SearchStrategyFactory searchStrategyFactory,
PermissionManager permissionManager,
com.atlassian.event.api.EventPublisher eventPublisher,
EventStore eventStore,
WebhookRegistry webhookRegistry,
AvatarProvider avatarProvider,
AuthenticationOrderOptimizer authenticationOrderOptimizer) |
Modifier and Type | Method and Description |
---|---|
EventStore |
ClusterConfiguration.eventStore(int eventLimit) |
Constructor and Description |
---|
RecoveryModeAwareApplicationService(DirectoryManager directoryManager,
SearchStrategyFactory searchStrategyFactory,
PermissionManager permissionManager,
com.atlassian.event.api.EventPublisher eventPublisher,
EventStore eventStore,
WebhookRegistry webhookRegistry,
AvatarProvider avatarProvider,
ApplicationFactory applicationFactory,
RecoveryModeService recoveryModeService,
AuthenticationOrderOptimizer authenticationOrderOptimizer) |
Copyright © 2021 Atlassian. All rights reserved.