Interface IModuleBlockPort

  • All Superinterfaces:
    IBasePort

    public interface IModuleBlockPort
    extends IBasePort

    An interface that describes a module block's input or output port. Enhances the base port with a stream path representing the module block module stream bound to the port.

    • Method Detail

      • getStreamName

        String getStreamName()

        Return the EventFlow path, sans container name, of the module stream bound to this port.

        Returns:
        stream path, null if none