You can extend StreamBase by writing your own custom clients, functions, embedded adapters, and Java operators. The following samples are provided:
-
Custom Embedded Adapter Sample — illustrates the use of a custom-written embedded adapter.
-
Custom C++ Aggregate Functions Samples — demonstrates how to use a custom C++ aggregate function.
-
Custom Java Aggregate Function Sample — Contains an aggregating calljava function.
-
Custom Java Simple Function Sample — Contains a custom simple (non-aggregating) calljava function.
-
Custom C++ Simple Function Sample — Demonstrates how to use a custom C++ simple (non-aggregating) function.
-
Java Operator Sample — Contains a StreamBase application and a StringCase class that extends
com.streambase.sb.streambase.operator. -
UTF-16 Sample — Demonstrates StreamBase's support for UTF-16 character data, and includes documentation about the
utf16custom Java functions.
