[
https://issues.apache.org/jira/browse/SCB-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zheng Feng updated SCB-228:
---------------------------
Fix Version/s: saga-0.3.0
> Update to replace the type of TxEvent with Enum
> -----------------------------------------------
>
> Key: SCB-228
> URL: https://issues.apache.org/jira/browse/SCB-228
> Project: Apache ServiceComb
> Issue Type: Improvement
> Components: Saga
> Reporter: Zheng Feng
> Assignee: Zheng Feng
> Fix For: saga-0.3.0
>
>
> Currently the type of TxEvent is with the className such as
> {code}
> public String type() {
> return this.getClass().getSimpleName();
> }
> {code}
> It could be better with the Enum value since we could have changed the event
> class name in the future.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)