Class LockBasedSequenceValueProvider

java.lang.Object
com.flowable.platform.engine.impl.sequence.LockBasedSequenceValueProvider
All Implemented Interfaces:
SequenceValueProvider

public class LockBasedSequenceValueProvider extends Object implements SequenceValueProvider
Author:
Filip Hrisafov
  • Field Details

    • commandExecutor

      protected final org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor
    • properties

      protected final LockBasedSequenceValueProviderProperties properties
    • incrementSequenceCommandConfig

      protected final org.flowable.common.engine.impl.interceptor.CommandConfig incrementSequenceCommandConfig
  • Constructor Details

    • LockBasedSequenceValueProvider

      public LockBasedSequenceValueProvider(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor, LockBasedSequenceValueProviderProperties properties)
  • Method Details