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 interfaceJpaResourceLockRepositoryClasses in com.broadleafcommerce.common.messaging.provider.jpa.repository that implement ResourceLockRepository Modifier and Type Class Description classJpaCustomizedResourceLockRepositorySpecialized 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 interfaceMongoResourceLockRepositoryClasses in com.broadleafcommerce.common.messaging.provider.mongo.repository that implement ResourceLockRepository Modifier and Type Class Description classMongoCustomizedResourceLockRepositorySpecialized 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 classNoOpResourceLockRepositorySimpleResourceLockRepositoryimplementation 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 MessageLockServiceCommonMessagingServiceAutoConfiguration. messageLockService(ResourceLockRepository<?,?> resourceLockRepository)
-