public class ReducedPropagationQueueingStrategy extends QueueingStrategy
QueueingStrategy implementation used when the propagation of changes to the hooked resource should be reduced.
Per configured 'intervalMs' (in milliseconds) only 1 change to the hooked resource (without payload) will be propagated.
This strategy is used when the hook configuration contains the following properties:
"queueingStrategy": {
"type": "reducedPropagation",
"intervalMs": 60000
}
| Modifier | Constructor and Description |
|---|---|
protected |
ReducedPropagationQueueingStrategy(long propagationIntervalMs) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPropagationIntervalMs()
The propagation interval in milliseconds
|
Copyright © 2016–2019. All rights reserved.