C# Class EventSourcing.Sample.ForumSample.ThreadEventSubscriber

Afficher le fichier Open project: tangxuehua/eventsourcing

Méthodes publiques

Méthode Description
ThreadEventSubscriber ( IDbConnectionFactory connectionFactory ) : CodeSharp.EventSourcing

Private Methods

Méthode Description
Handle ( ContentChanged evnt ) : void
Handle ( ThreadCreated evnt ) : void
Handle ( ThreadStatusChanged evnt ) : void
Handle ( ThreadStickInfoChanged evnt ) : void

Method Details

ThreadEventSubscriber() public méthode

public ThreadEventSubscriber ( IDbConnectionFactory connectionFactory ) : CodeSharp.EventSourcing
connectionFactory IDbConnectionFactory
Résultat CodeSharp.EventSourcing