Packages

package chroniclequeue

Provides an implementation of com.cisco.streambed.durablequeue.DurableQueue that uses ChronicleQueue.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. chroniclequeue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class ChronicleQueue extends DurableQueue

    Provides an implementation of DurableQueue using Chronicle Queue.

  2. trait DurableQueueProvider extends Provider[ChronicleQueue]

    DurableQueue.Provider implementation that uses Chronicle Queue to store data.

    DurableQueue.Provider implementation that uses Chronicle Queue to store data. Mix this into your Application class to use Chronicle Queue as your DurableQueue.

Value Members

  1. object ChronicleQueue

Inherited from AnyRef

Inherited from Any

Ungrouped