Uses of Class
org.axonframework.common.lock.PessimisticLockFactory.Builder
Packages that use PessimisticLockFactory.Builder
-
Uses of PessimisticLockFactory.Builder in org.axonframework.common.lock
Methods in org.axonframework.common.lock that return PessimisticLockFactory.BuilderModifier and TypeMethodDescriptionPessimisticLockFactory.Builder.acquireAttempts(int acquireAttempts) Indicates how many attempts should be done to acquire a lock.PessimisticLockFactory.builder()Creates a builder to construct an instance of this LockFactory.PessimisticLockFactory.Builder.lockAttemptTimeout(int lockAttemptTimeout) The duration of a single attempt to acquire the internal lock.PessimisticLockFactory.Builder.queueLengthThreshold(int maximumQueued) Defines the maximum number of queued threads to allow for this lock.Constructors in org.axonframework.common.lock with parameters of type PessimisticLockFactory.BuilderModifierConstructorDescriptionprotectedCreates an instance of the lock factory using the givenbuildercontaining the configuration properties to use.