Uses of Interface
com.streambase.sb.operator.Parameterizable
Packages that use Parameterizable
Package
Description
Provides classes and interfaces to add custom operators to Streaming applications.
-
Uses of Parameterizable in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return ParameterizableModifier and TypeMethodDescriptionOperator.getParameters()
Returns the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator.Methods in com.streambase.sb.operator with parameters of type ParameterizableModifier and TypeMethodDescriptionvoid
Operator.setParameters
(Parameterizable params) Sets the Java Bean that holds the user-configurable parameters visible in the StreamBase Studio Properties View of this operator.