Class RedisDocumentConsumers
- java.lang.Object
-
- org.nuxeo.importer.stream.automation.RedisDocumentConsumers
-
public class RedisDocumentConsumers extends Object
Import document message into Redis, so they can be used by Gatling simulation to create Nuxeo documents.- Since:
- 10.2
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationContext
ctx
static String
ID
protected String
logName
protected Integer
nbThreads
protected String
redisPrefix
protected Integer
retryDelayS
protected Integer
retryMax
protected Integer
waitMessageTimeoutSeconds
-
Constructor Summary
Constructors Constructor Description RedisDocumentConsumers()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
nbThreads
protected Integer nbThreads
-
redisPrefix
protected String redisPrefix
-
retryMax
protected Integer retryMax
-
retryDelayS
protected Integer retryDelayS
-
logName
protected String logName
-
waitMessageTimeoutSeconds
protected Integer waitMessageTimeoutSeconds
-
-
Method Detail
-
run
public void run() throws OperationException
- Throws:
OperationException
-
getNbThreads
protected short getNbThreads()
-
-