Package akka.routing

Interface OptimalSizeExploringResizer

    • Method Detail

      • reportMessageCount

        void reportMessageCount​(scala.collection.immutable.IndexedSeq<Routee> currentRoutees,
                                long messageCounter)
        Report the messageCount as well as current routees so that the it can collect metrics. Caution: this method is not thread safe.

        Parameters:
        currentRoutees -
        messageCounter -