Package akka.routing

Interface OptimalSizeExploringResizer

  • All Superinterfaces:
    Resizer
    All Known Implementing Classes:
    DefaultOptimalSizeExploringResizer

    public interface OptimalSizeExploringResizer
    extends Resizer
    Report the messageCount as well as current routees so that the it can collect metrics. Caution: this method is not thread safe.

    param: currentRoutees param: messageCounter

    • Method Detail

      • reportMessageCount

        void reportMessageCount​(scala.collection.immutable.IndexedSeq<Routee> currentRoutees,
                                long messageCounter)