Package akka.stream
Interface FanInShape.Init<O>
-
- All Known Implementing Classes:
FanInShape.Name
,FanInShape.Ports
- Enclosing class:
- FanInShape<O>
public static interface FanInShape.Init<O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.collection.immutable.Seq<Inlet<?>>
inlets()
java.lang.String
name()
Outlet<O>
outlet()
-