Class BizScenario


  • public class BizScenario
    extends Object
    BizScenario(业务场景)= bizId + useCase + scenario, which can uniquely identify a user scenario.
    Author:
    Frank Zhang
    • Constructor Detail

      • BizScenario

        public BizScenario()
    • Method Detail

      • getUniqueIdentity

        public String getUniqueIdentity()
        For above case, the BizScenario will be "tmall.placeOrder.88vip", with this code, we can provide extension processing other than "tmall.placeOrder.normal" scenario.
        Returns:
      • getIdentityWithDefaultScenario

        public String getIdentityWithDefaultScenario()
      • getIdentityWithDefaultUseCase

        public String getIdentityWithDefaultUseCase()