C# Класс EventHubReader.LogBolt

Log data read from EventHubs
Наследование: ISCPBolt
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( SCPTuple tuple ) : void

The Execute() function will be called, when a new tuple is available.

Get ( Context ctx, Object>.Dictionary parms ) : LogBolt

Returns a new instance of the bolt

LogBolt ( Context ctx ) : System

Описание методов

Execute() публичный Метод

The Execute() function will be called, when a new tuple is available.
public Execute ( SCPTuple tuple ) : void
tuple SCPTuple
Результат void

Get() публичный статический Метод

Returns a new instance of the bolt
public static Get ( Context ctx, Object>.Dictionary parms ) : LogBolt
ctx Context SCP Context instance
parms Object>.Dictionary Parameters to initialize this spout/bolt
Результат LogBolt

LogBolt() публичный Метод

public LogBolt ( Context ctx ) : System
ctx Context
Результат System