How to invoke a generic workflow on two different services depending on an identifier/message type?

前端 未结 0 1026
梦谈多话
梦谈多话 2020-12-14 05:22

I have two services defined as below

public class RuleService{
public ServiceError validate(MyRuleInput input){...}
public void persist(MyRuleInput input){...         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题