eventsource-api-1.5.1: Provides an eventsourcing high level API.

Copyright(C) 2018 Yorick Laupa
License(see the file LICENSE)
MaintainerYorick Laupa <yo.eight@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

EventSource.Store.Internal.Iterator

Description

 
Synopsis

Documentation

data Batch' a Source #

Represents batch information needed to read a stream.

Constructors

Batch' 

Fields

startFrom :: a -> Batch' a Source #

Starts a Batch from a given point. The batch size is set to default, which is 500.