Interface SubscriptionLockRepository<D>

All Superinterfaces:
CustomizedSubscriptionLockRepository<D>, org.springframework.data.repository.Repository<D,String>
All Known Subinterfaces:
JpaSubscriptionLockRepository<D>

@NoRepositoryBean public interface SubscriptionLockRepository<D> extends org.springframework.data.repository.Repository<D,String>, CustomizedSubscriptionLockRepository<D>
Repository layer for interacting with JpaSubscriptionLock
  • Method Details