|
Rename Method protected membershipInformationFromNonMetadataSource(serviceInstance ServiceInstance) : MembershipInformation renamed to protected messageRoutingInformationFromNonMetadataSource(serviceInstance ServiceInstance) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Rename Method public testGetLocalMembershipInformationReturnsMembershipInformation() : void renamed to public testGetLocalMessageRoutingInformationReturnsMessageRoutingInformation() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Rename Method public testMembershipInformationFromNonMetadataSourceRequestMembershipInformation() : void renamed to public testMessageRoutingInformationFromNonMetadataSourceRequestMessageRoutingInformation() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Rename Method public testUpdateMembershipsOnHeartbeatEventRequestsMembershipInformationByHttpRequest() : void renamed to public testUpdateMembershipsOnHeartbeatEventRequestsMessageRoutingInformationByHttpRequest() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Rename Method private membershipInformationFromMetadata(serviceInstanceMetadata Map<String,String>) : MembershipInformation renamed to private messageRoutingInformationFromMetadata(serviceInstanceMetadata Map<String,String>) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Rename Method public testMembershipInformationFromNonMetadataSourceThrowsIllegalArgumentExceptionIfEndpointIsMissing() : void renamed to public testMessageRoutingInformationFromNonMetadataSourceThrowsIllegalArgumentExceptionIfEndpointIsMissing() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Rename Method protected membershipInformationFromNonMetadataSource(serviceInstance ServiceInstance) : MembershipInformation renamed to protected messageRoutingInformationFromNonMetadataSource(serviceInstance ServiceInstance) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouter |
From |
To |
|
Rename Method public getLocalMembershipInformation() : MembershipInformation renamed to public getLocalMessageRoutingInformation() : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouter |
From |
To |
|
Rename Method public testUpdateMembershipsOnHeartbeatEventThrowsUnsupportedOperationExceptionForServiceInstanceWithoutMembershipInfoMetadata() : void renamed to public testUpdateMembershipsOnHeartbeatEventThrowsUnsupportedOperationExceptionForServiceInstanceWithoutCommandRouterSpecificMetadata() : void in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouterTest |
From |
To |
|
Rename Method private getMembershipInformationFrom(serviceInstance ServiceInstance) : MembershipInformation renamed to private getMessageRoutingInformationFrom(serviceInstance ServiceInstance) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Rename Method public testGetLocalMembershipInformationReturnsNullIfMembershipIsNeverUpdated() : void renamed to public testGetLocalMessageRoutingInformationReturnsNullIfMembershipIsNeverUpdated() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Rename Method public testMembershipInformationFromNonMetadataSourceReturnsLocalMembershipInformationIfSimpleMemberIsLocal() : void renamed to public testMessageRoutingInformationFromNonMetadataSourceReturnsLocalMessageRoutingInformationIfSimpleMemberIsLocal() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Rename Method public serviceInstanceMetadataContainsMembershipInformation(serviceInstance ServiceInstance) : boolean renamed to public serviceInstanceMetadataContainsMessageRoutingInformation(serviceInstance ServiceInstance) : boolean in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Change Return Type MembershipInformation to MessageRoutingInformation in method private getMessageRoutingInformationFrom(serviceInstance ServiceInstance) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Change Return Type MembershipInformation to MessageRoutingInformation in method public getLocalMessageRoutingInformation() : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouter |
From |
To |
|
Change Return Type MembershipInformation to MessageRoutingInformation in method protected messageRoutingInformationFromNonMetadataSource(serviceInstance ServiceInstance) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouter |
From |
To |
|
Change Return Type MembershipInformation to MessageRoutingInformation in method protected messageRoutingInformationFromNonMetadataSource(serviceInstance ServiceInstance) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Change Return Type MembershipInformation to MessageRoutingInformation in method private messageRoutingInformationFromMetadata(serviceInstanceMetadata Map<String,String>) : MessageRoutingInformation in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Change Variable Type membershipInformation : MembershipInformation to messageRoutingInfo : MessageRoutingInformation in method private updateMembershipForServiceInstance(serviceInstance ServiceInstance, atomicConsistentHash AtomicReference<ConsistentHash>) : void in class org.axonframework.springcloud.commandhandling.SpringCloudCommandRouter |
From |
To |
|
Change Variable Type responseEntity : ResponseEntity<MembershipInformation> to responseEntity : ResponseEntity<MessageRoutingInformation> in method public setUp() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Change Variable Type result : MembershipInformation to result : MessageRoutingInformation in method public testGetLocalMessageRoutingInformationReturnsMessageRoutingInformation() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Change Variable Type other : MembershipInformation to other : MessageRoutingInformation in method public equals(obj Object) : boolean in class org.axonframework.springcloud.commandhandling.MessageRoutingInformation |
From |
To |
|
Change Variable Type result : MembershipInformation to result : MessageRoutingInformation in method public testMessageRoutingInformationFromNonMetadataSourceRequestMessageRoutingInformation() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |
|
Change Variable Type result : MembershipInformation to result : MessageRoutingInformation in method public testMessageRoutingInformationFromNonMetadataSourceReturnsLocalMessageRoutingInformationIfSimpleMemberIsLocal() : void in class org.axonframework.springcloud.commandhandling.SpringCloudHttpBackupCommandRouterTest |
From |
To |