| Package | Description |
|---|---|
| reactor.io.queue |
Queue implementations that provide a persistence strategy for making sure items in the Queue aren't lost. |
| reactor.io.queue.spec |
Specs provide a simple fluent DSL for creating
PersistentQueues by
specifying common options. |
| Class and Description |
|---|
| QueuePersistor
Implementations of this interface are responsible for persisting the elements of a
PersistentQueue. |
| Class and Description |
|---|
| PersistentQueue
A PersistentQueue is a
Queue implementation that delegates the actual storage of the
elements in the queue to a QueuePersistor. |
Copyright © 2016. All rights reserved.