Class GroupedWeightedWithin<T>

  • All Implemented Interfaces:
    Graph<FlowShape<T,​scala.collection.immutable.Seq<T>>,​NotUsed>

    public final class GroupedWeightedWithin<T>
    extends GraphStage<FlowShape<T,​scala.collection.immutable.Seq<T>>>
    INTERNAL API
    • Constructor Detail

      • GroupedWeightedWithin

        public GroupedWeightedWithin​(long maxWeight,
                                     scala.Function1<T,​java.lang.Object> costFn,
                                     scala.concurrent.duration.FiniteDuration interval)
    • Method Detail

      • groupedWeightedWithinTimer

        public static java.lang.String groupedWeightedWithinTimer()
      • maxWeight

        public long maxWeight()
      • interval

        public scala.concurrent.duration.FiniteDuration interval()
      • out

        public Outlet<scala.collection.immutable.Seq<T>> out()
      • shape

        public FlowShape<T,​scala.collection.immutable.Seq<T>> shape()
        Description copied from interface: Graph
        The shape of a graph is all that is externally visible: its inlets and outlets.
        Returns:
        (undocumented)