Package akka.stream

Class Inlet<T>


  • public final class Inlet<T>
    extends InPort
    • Constructor Detail

      • Inlet

        public Inlet()
    • Method Detail

      • apply

        public static <T> Inlet<T> apply​(java.lang.String name)
        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.

      • create

        public static <T> Inlet<T> create​(java.lang.String name)
        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.

      • s

        public java.lang.String s()
      • carbonCopy

        public Inlet<T> carbonCopy()
      • as

        public <U> Inlet<U> as()
        INTERNAL API.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object