Added config service interface for netty EventExecutor, module implementation of...
[controller.git] / opendaylight / config / threadpool-config-api / src / main / yang / threadpool.yang
index 5cc17e52ffa728ac03924708a804f055157b6ad9..9c73711c17bf98e0547b87674be96fd6451a64f1 100644 (file)
@@ -82,6 +82,14 @@ module threadpool {
         base "config:service-type";
         config:java-class "io.netty.channel.EventLoopGroup";
     }
+    
+    identity netty-event-executor {
+        description
+            "Configuration wrapper around netty's event executor";
+
+        base "config:service-type";
+        config:java-class "io.netty.util.concurrent.EventExecutor";
+    }
 
 
 }