Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue

Siddhi Event Definitions in wiki format

...

Following example shows a sample stream definition;

Defining a stream called StockExchangeStream having three attributes, where symbol of type string, price of type int float and volume of type floatint.

define stream StockExchangeStream (symbol string, price intfloat, volume float int );