Class NoOpResourceLockRepository

java.lang.Object
com.broadleafcommerce.common.messaging.repository.NoOpResourceLockRepository
All Implemented Interfaces:
ResourceLockRepository<String,String>, org.springframework.data.repository.Repository<String,String>

public class NoOpResourceLockRepository extends Object implements ResourceLockRepository<String,String>
Simple ResourceLockRepository implementation that DOES NOTHING. This implementation is meant to serve as a placeholder in the case that a specific data provider is not registered - ie for integration tests that depend on this module.
Author:
Chris Kittrell (ckittrell)