Using Global Java Operators

Operators in StreamBase are components that perform a specific type of runtime action, such as filtering, merging, or querying, on the data streaming through them. You can separately configure each instance of an operator in StreamBase Studio using its Properties view.

The global Java operators listed in this section appear as part of the dialog invoked by the Adapters, Java Operators icon. To restrict the list to show only the operators in this section, enter sb.operator in the search field.

Global Java operators are similar to custom Java operators that you write and add to a project, but these StreamBase-provided operators have global scope and can be used in any EventFlow module.