Interface OptimalSizeExploringResizer

All Superinterfaces:
Resizer
All Known Implementing Classes:
DefaultOptimalSizeExploringResizer

public interface OptimalSizeExploringResizer extends Resizer
  • Method Details

    • 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 -