C# 클래스 Brod.Brokers.Flusher

상속: ITask
파일 보기 프로젝트 열기: paralect/brod

공개 메소드들

메소드 설명
Dispose ( ) : void
Flusher ( BrokerConfiguration configuration, Store storage ) : System.Threading
Init ( ) : void
Run ( CancellationToken token ) : void
Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flusher() 공개 메소드

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

Init() 공개 메소드

public Init ( ) : void
리턴 void

Run() 공개 메소드

public Run ( CancellationToken token ) : void
token System.Threading.CancellationToken
리턴 void

Timer_Elapsed() 공개 메소드

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