builtin package
public struct Regex
Represents a Regular expression in ballerina and can perform various Regular expression methods.
Field Name | Data Type | Description | Default Value |
---|---|---|---|
pattern | string | regex:Pattern as a String |
public struct error
Field Name | Data Type | Description | Default Value |
---|---|---|---|
message | string | ||
cause | error[] |
public function startForever(string streamQuery, any inStreamRefs, any inTableRefs, any outStreamRefs, any outTableRefs, any funcPointers)
Creates the forever runtime
Parameter Name | Data Type | Description |
---|---|---|
streamQuery | string | The siddhi query by which the siddhi app runtime is created |
inStreamRefs | any | References of the input streams in the forever |
inTableRefs | any | References of the input tables in the forever |
outStreamRefs | any | References of the output streams in the forever |
outTableRefs | any | References of the output tables in the forever |
funcPointers | any | References of the functions to invoke as the streaming action |