Adjust to RPC method signature update 07/71807/2
authorLorand Jakab <lojakab@cisco.com>
Fri, 4 May 2018 18:47:23 +0000 (20:47 +0200)
committerFaseela K <faseela.k@ericsson.com>
Fri, 18 May 2018 09:47:17 +0000 (15:17 +0530)
commit8caa483f9f0f824fb0314a9a249cbbfaf9aa6143
tree8f670d880a97d466aeba325fa72616304c8a2f04
parent38af0c08ff686bf6660137e7495b8dc220b33983
Adjust to RPC method signature update

Input/Output structures are always present and we need to return
ListenableFuture.

JIRA: TSC-99
Change-Id: I985feb0261ba73192a656c3c8803e0a258b28b80
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/MappingService.java
mappingservice/implementation/src/test/java/org/opendaylight/lispflowmapping/implementation/lisp/MappingServiceTest.java
mappingservice/neutron/src/main/java/org/opendaylight/lispflowmapping/neutron/SubnetDataProcessor.java
mappingservice/neutron/src/test/java/org/opendaylight/lispflowmapping/neutron/SubnetDataProcessorTest.java
mappingservice/southbound/src/main/java/org/opendaylight/lispflowmapping/southbound/LispSouthboundRPC.java
mappingservice/southbound/src/test/java/org/opendaylight/lispflowmapping/southbound/LispSouthboundRpcTest.java