Interface ShardCoordinator.ActorSystemDependentAllocationStrategy

    • Method Detail

      • start

        void start​(ActorSystem system)
        Called before any calls to allocate/rebalance. Do not block. If asynchronous actions are required they can be started here and delay the Futures returned by allocate/rebalance.