Package akka.stream

Class FanInShape<O>

    • Method Detail

      • out

        public final Outlet<O> out()
      • outlets

        public final scala.collection.immutable.Seq<Outlet<O>> outlets()
      • inlets

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

        protected <T> Inlet<T> newInlet​(java.lang.String name)
      • deepCopy

        public FanInShape<O> 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