Interface FanOutShape.Init<I>

All Known Implementing Classes:
FanOutShape.Name, FanOutShape.Ports
Enclosing class:
FanOutShape<I>

public static interface FanOutShape.Init<I>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    scala.collection.immutable.Seq<Outlet<?>>
     
  • Method Details

    • inlet

      Inlet<I> inlet()
    • name

      String name()
    • outlets

      scala.collection.immutable.Seq<Outlet<?>> outlets()