Likun Liu created SCB-2038:
------------------------------

             Summary: Rename AbstractRestInvocation and its class hierarchy to 
avoid confusion 
                 Key: SCB-2038
                 URL: https://issues.apache.org/jira/browse/SCB-2038
             Project: Apache ServiceComb
          Issue Type: Improvement
            Reporter: Likun Liu
            Assignee: Likun Liu
             Fix For: java-chassis-2.1.1


AbstractRestInvocation class is not an invocation itself, it contains an 
Invocation field which is the invocation. The responsibilities of 
AbstractRestInvocation are the preparation, creation, and coordination of the 
invocation. 

 

The class name is quite confusing and so are the inherited classes of this 
class. Rename this class hierarchy to Coordinator class will be much clearer in 
terms of what they do.

 

The proposed new class names:

 

AbstractRestInvocation -> AbstractRestInvocationCoordinator

RestProducerInvocation -> RestProducerInvocationCoordinator

VertxRestInvocation -> VertxRestInvocationCoordinator

EdgeInvocation -> EdgeInvocationCoordinator

RestServletProducerInvocation -> RestServletProducerInvocationCoordinator

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to