Package akka.stream

Class FanOutShape<I>

    • Method Detail

      • in

        public final Inlet<I> in()
      • outlets

        public scala.collection.immutable.Seq<Outlet<?>> outlets()
        Not meant for overriding outside of Akka.
        Specified by:
        outlets in class Shape
      • inlets

        public final scala.collection.immutable.Seq<Inlet<I>> inlets()
      • newOutlet

        protected <T> Outlet<T> newOutlet​(java.lang.String name)
      • deepCopy

        public FanOutShape<I> deepCopy()
        Description copied from class: Shape
        Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.
        Specified by:
        deepCopy in class Shape