java.lang.Object com.ibm.broker.plugin.MbTerminal com.ibm.broker.plugin.MbInputTerminal
public class MbInputTerminal
extends MbTerminal
MbInputTerminal represents a terminal on which a message is passed into the user-defined node. A node must have one or more input terminals except an input node which should have none.
Input terminals are created in the constructor of the user node class by calling the createInputTerminal method.