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 OperationContextctxstatic StringIDprotected StringlogNameprotected IntegernbThreadsprotected StringredisPrefixprotected IntegerretryDelaySprotected IntegerretryMaxprotected IntegerwaitMessageTimeoutSeconds
-
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()
-
-