All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.neko233.toolchain.actor.strategy.ActorIdStrategyConstant Maven / Gradle / Ivy

package com.neko233.toolchain.actor.strategy;

/**
 * @author SolarisNeko on 2023-02-05
 **/
public interface ActorIdStrategyConstant {

    String SHARDING = "sharding";

    String LOAD_BALANCE = "loadBalance";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy