C# Class Marten.Events.Projections.Async.EventPage

Afficher le fichier Open project: JasperFx/marten Class Usage Examples

Méthodes publiques

Méthode Description
CanContinueProcessing ( IList previous ) : bool
Ending ( ) : long
EventPage ( long @from, IList sequences, IList events ) : System
EventPage ( long from, long to, IList events ) : System
IsCompletelySequential ( IList sequences ) : bool
IsSequential ( ) : bool
LastEncountered ( ) : long
ShouldPause ( ) : bool
ToStreams ( IEnumerable events ) : EventStream[]
ToString ( ) : string

Method Details

CanContinueProcessing() public méthode

public CanContinueProcessing ( IList previous ) : bool
previous IList
Résultat bool

Ending() public méthode

public Ending ( ) : long
Résultat long

EventPage() public méthode

public EventPage ( long @from, IList sequences, IList events ) : System
@from long
sequences IList
events IList
Résultat System

EventPage() public méthode

public EventPage ( long from, long to, IList events ) : System
from long
to long
events IList
Résultat System

IsCompletelySequential() public static méthode

public static IsCompletelySequential ( IList sequences ) : bool
sequences IList
Résultat bool

IsSequential() public méthode

public IsSequential ( ) : bool
Résultat bool

LastEncountered() public méthode

public LastEncountered ( ) : long
Résultat long

ShouldPause() public méthode

public ShouldPause ( ) : bool
Résultat bool

ToStreams() public static méthode

public static ToStreams ( IEnumerable events ) : EventStream[]
events IEnumerable
Résultat EventStream[]

ToString() public méthode

public ToString ( ) : string
Résultat string