C# Class Brod.Brokers.Flusher

Inheritance: ITask
Mostrar archivo Open project: paralect/brod

Public Methods

Method Description
Dispose ( ) : void
Flusher ( BrokerConfiguration configuration, Store storage ) : System.Threading
Init ( ) : void
Run ( CancellationToken token ) : void
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flusher() public method

public Flusher ( BrokerConfiguration configuration, Store storage ) : System.Threading
configuration BrokerConfiguration
storage Brod.Storage.Store
return System.Threading

Init() public method

public Init ( ) : void
return void

Run() public method

public Run ( CancellationToken token ) : void
token System.Threading.CancellationToken
return void

Timer_Elapsed() public method

public Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void