Deprecate messagebus for removal
[controller.git] / opendaylight / md-sal / messagebus-impl / src / main / java / org / opendaylight / controller / messagebus / app / impl / EventSourceTopology.java
index 7f53a53ac65275b6b79e3d8d68b1f5f4371e4532..b22eee233e612679da6b766126792f299e426fba 100644 (file)
@@ -57,6 +57,7 @@ import org.opendaylight.yangtools.yang.common.RpcResult;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+@Deprecated(forRemoval = true)
 public class EventSourceTopology implements EventAggregatorService, EventSourceRegistry {
     private static final Logger LOG = LoggerFactory.getLogger(EventSourceTopology.class);
 
@@ -79,7 +80,7 @@ public class EventSourceTopology implements EventAggregatorService, EventSourceR
     private final RpcProviderService rpcRegistry;
 
     public EventSourceTopology(final DataBroker dataBroker, final RpcProviderService providerService,
-            RpcConsumerRegistry rpcService) {
+            final RpcConsumerRegistry rpcService) {
 
         this.dataBroker = dataBroker;
         this.rpcRegistry = providerService;