You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/13 06:20:00 UTC

[jira] [Commented] (SCB-228) Update to replace the type of TxEvent with Enum

    [ https://issues.apache.org/jira/browse/SCB-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324994#comment-16324994 ] 

ASF GitHub Bot commented on SCB-228:
------------------------------------

coveralls commented on issue #115: SCB-228 Update to replace the type of TxEvent with Enum
URL: https://github.com/apache/incubator-servicecomb-saga/pull/115#issuecomment-357413305
 
 
   
   [![Coverage Status](https://coveralls.io/builds/15033894/badge)](https://coveralls.io/builds/15033894)
   
   Changes Unknown when pulling **b76506adc3cb0b2477847cd8b2f1d20ba580d81b on zhfeng:SCB-228** into ** on apache:master**.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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)