Uses of Interface
com.broadleafcommerce.common.messaging.repository.ResourceLockRepository
Packages that use ResourceLockRepository
Package
Description
-
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.provider.jpa.repository
Subinterfaces of ResourceLockRepository in com.broadleafcommerce.common.messaging.provider.jpa.repositoryClasses in com.broadleafcommerce.common.messaging.provider.jpa.repository that implement ResourceLockRepository -
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.repository
Classes in com.broadleafcommerce.common.messaging.repository that implement ResourceLockRepositoryModifier and TypeClassDescriptionclass
SimpleResourceLockRepository
implementation that DOES NOTHING. -
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.repository.autoconfigure
Methods in com.broadleafcommerce.common.messaging.repository.autoconfigure that return ResourceLockRepositoryModifier and TypeMethodDescriptionCommonMessagingDefaultRepositoryAutoConfiguration.resourceLockRepository()
Should only be initialized if a legitimate bean has not been instantiated -
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.service
Methods in com.broadleafcommerce.common.messaging.service that return ResourceLockRepositoryModifier and TypeMethodDescriptionprotected ResourceLockRepository<?,
?> DefaultMessageLockService.getResourceLockRepository()
Constructors in com.broadleafcommerce.common.messaging.service with parameters of type ResourceLockRepositoryModifierConstructorDescriptionDefaultMessageLockService
(ResourceLockRepository<?, ?> resourceLockRepository) -
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.service.autoconfigure
Methods in com.broadleafcommerce.common.messaging.service.autoconfigure with parameters of type ResourceLockRepositoryModifier and TypeMethodDescriptionCommonMessagingServiceAutoConfiguration.messageLockService
(ResourceLockRepository<?, ?> resourceLockRepository)