ReentrantReadWriteLock包含ReadLock和WriteLock作为子类。I want to extend this ReadLock and WriteLock by my custom classes as
final Lock lock = new DummyReadLock.readLock();final Lock lock = new DummyWriteLock.writeLock
readLock=idempotent&readLockRemoveOnCommit=true"/>
我在集群环境上使用camel,并且希望在我的文件使用者端点上使用readlock。Caused by: java.lang.IllegalArgumentException: IdempotentRepository must be configured whe