Package akka.stream

Class Outlet$


  • public class Outlet$
    extends java.lang.Object
    Scala API

    Creates a new Outlet with the given name. The name will be used when displaying debug information or error messages involving the port.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Outlet$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Outlet$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Outlet<T> apply​(java.lang.String name)  
      <T> Outlet<T> create​(java.lang.String name)
      JAVA API
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Outlet$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Outlet$

        public Outlet$()
    • Method Detail

      • apply

        public <T> Outlet<T> apply​(java.lang.String name)
      • create

        public <T> Outlet<T> create​(java.lang.String name)
        JAVA API

        Creates a new Outlet with the given name. The name will be used when displaying debug information or error messages involving the port.

        Parameters:
        name - (undocumented)
        Returns:
        (undocumented)