C# Class StormNet.Bolt

显示文件 Open project: ascjones/storm-net

Public Methods

Method Description
Run ( ) : void
Stop ( ) : void

Protected Methods

Method Description
Emit ( ) : void
Process ( StormTuple tuple ) : void

Method Details

Emit() protected method

protected Emit ( ) : void
return void

Process() protected abstract method

protected abstract Process ( StormTuple tuple ) : void
tuple StormTuple
return void

Run() public method

public Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void