Uses of Class
com.streambase.sb.operator.PortMismatchException
-
Packages that use PortMismatchException Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. -
-
Uses of PortMismatchException in com.streambase.sb.operator
Methods in com.streambase.sb.operator that throw PortMismatchException Modifier and Type Method Description protected void
Operator. requireInputPortCount(int numPorts)
Throws a PortMismatchException if the number of ports is not numPorts.
-