@Retention(value=RUNTIME) @Target(value={}) public @interface Example
eg:-
@Extension(
...
examples = { @Example(syntax = "from fooStream#window.time(10 sec)
select symbol as name, volume insert into barStream;",
description = "This will processing events that arrived within the last 10 seconds.")
public CustomExtension extends ExtensionSuperClass {
...
}
Modifier and Type | Optional Element and Description |
---|---|
String |
description |
String |
syntax |
Copyright © 2017 WSO2. All rights reserved.