Class LockBasedSequenceValueProvider
java.lang.Object
com.flowable.platform.engine.impl.sequence.LockBasedSequenceValueProvider
- All Implemented Interfaces:
SequenceValueProvider
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.platform.api.sequence.SequenceValueProvider
SequenceValueProvider.Context
-
Field Summary
Modifier and TypeFieldDescriptionprotected final CommandExecutor
protected final CommandConfig
protected final LockBasedSequenceValueProviderProperties
-
Constructor Summary
ConstructorDescriptionLockBasedSequenceValueProvider
(CommandExecutor commandExecutor, LockBasedSequenceValueProviderProperties properties) -
Method Summary
-
Field Details
-
commandExecutor
-
properties
-
incrementSequenceCommandConfig
-
-
Constructor Details
-
LockBasedSequenceValueProvider
public LockBasedSequenceValueProvider(CommandExecutor commandExecutor, LockBasedSequenceValueProviderProperties properties)
-
-
Method Details
-
nextValue
- Specified by:
nextValue
in interfaceSequenceValueProvider
-