Package org.apache.pekko.stream
Class Inlet$
java.lang.Object
org.apache.pekko.stream.Inlet$
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).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Inlet$
public Inlet$()
-
-
Method Details
-
apply
Scala APICreates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.
-
create
JAVA APICreates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.
-