object Inlet
Ordering
- Alphabetic
- By Inheritance
Inherited
- Inlet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[T](name: String): Inlet[T]
Scala API
Scala API
Creates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.
- def create[T](name: String): Inlet[T]
JAVA API
JAVA API
Creates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.
An Inlet is a typed input to a Shape. Its partner in the Module view is the InPort (which does not bear an element type because Modules only express the internal structural hierarchy of stream topologies).