C# Class Postworthy.Models.Streaming.StandardProcessingStep

Inheritance: IProcessingStep, ITweepProcessingStep
Mostra file Open project: postworthy/postworthy

Protected Properties

Property Type Description
log System.IO.TextWriter
queue_push List
screenName string
secret string

Public Methods

Method Description
Init ( string screenname, TextWriter log ) : void
ProcessItems ( IEnumerable tweets ) : Task>
ProcessTweeps ( IEnumerable tweeps ) : Task>>
Shutdown ( ) : void

Protected Methods

Method Description
RemoveOldTweeps ( ) : void
StoreInRepository ( IEnumerable tweeps ) : void
StoreInRepository ( IEnumerable tweets ) : void

Method Details

Init() public method

public Init ( string screenname, TextWriter log ) : void
screenname string
log System.IO.TextWriter
return void

ProcessItems() public method

public ProcessItems ( IEnumerable tweets ) : Task>
tweets IEnumerable
return Task>

ProcessTweeps() public method

public ProcessTweeps ( IEnumerable tweeps ) : Task>>
tweeps IEnumerable
return Task>>

RemoveOldTweeps() protected method

protected RemoveOldTweeps ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void

StoreInRepository() protected method

protected StoreInRepository ( IEnumerable tweeps ) : void
tweeps IEnumerable
return void

StoreInRepository() protected method

protected StoreInRepository ( IEnumerable tweets ) : void
tweets IEnumerable
return void

Property Details

log protected_oe property

protected TextWriter,System.IO log
return System.IO.TextWriter

queue_push protected_oe static_oe property

protected static List queue_push
return List

screenName protected_oe property

protected string screenName
return string

secret protected_oe property

protected string secret
return string