java.lang.Object
org.apache.dubbo.registry.client.migration.model.MigrationRule

public class MigrationRule extends Object
# key = demo-consumer.migration # group = DUBBO_SERVICEDISCOVERY_MIGRATION # content key: demo-consumer step: APPLICATION_FIRST threshold: 1.0 proportion: 60 delay: 60 force: false interfaces: - serviceKey: DemoService:1.0.0 threshold: 0.5 proportion: 30 delay: 30 force: true step: APPLICATION_FIRST - serviceKey: GreetingService:1.0.0 step: FORCE_APPLICATION applications: - serviceKey: TestApplication threshold: 0.3 proportion: 20 delay: 10 force: false step: FORCE_INTERFACE
  • Constructor Details

    • MigrationRule

      public MigrationRule()
    • MigrationRule

      public MigrationRule(String key)
  • Method Details