Uses of Interface
com.broadleafcommerce.common.messaging.repository.ResourceLockRepository
-
-
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.provider.jpa.repository
Subinterfaces of ResourceLockRepository in com.broadleafcommerce.common.messaging.provider.jpa.repository Modifier and Type Interface Description interface
JpaResourceLockRepository
Classes in com.broadleafcommerce.common.messaging.provider.jpa.repository that implement ResourceLockRepository Modifier and Type Class Description class
JpaCustomizedResourceLockRepository
Specialized implementation ofJpaResourceLockRepository
. -
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.provider.mongo.repository
Subinterfaces of ResourceLockRepository in com.broadleafcommerce.common.messaging.provider.mongo.repository Modifier and Type Interface Description interface
MongoResourceLockRepository
Classes in com.broadleafcommerce.common.messaging.provider.mongo.repository that implement ResourceLockRepository Modifier and Type Class Description class
MongoCustomizedResourceLockRepository
Specialized implementation ofMongoResourceLockRepository
. -
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.repository
Classes in com.broadleafcommerce.common.messaging.repository that implement ResourceLockRepository Modifier and Type Class Description class
NoOpResourceLockRepository
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 ResourceLockRepository Modifier and Type Method Description ResourceLockRepository<?,?>
CommonMessagingDefaultRepositoryAutoConfiguration. 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 ResourceLockRepository Modifier and Type Method Description protected ResourceLockRepository<?,?>
DefaultMessageLockService. getResourceLockRepository()
Constructors in com.broadleafcommerce.common.messaging.service with parameters of type ResourceLockRepository Constructor Description DefaultMessageLockService(ResourceLockRepository<?,?> resourceLockRepository)
-
Uses of ResourceLockRepository in com.broadleafcommerce.common.messaging.service.autoconfigure
Methods in com.broadleafcommerce.common.messaging.service.autoconfigure with parameters of type ResourceLockRepository Modifier and Type Method Description MessageLockService
CommonMessagingServiceAutoConfiguration. messageLockService(ResourceLockRepository<?,?> resourceLockRepository)
-