Remove use of ThreadPools in sal-netconf-connector 36/76536/4
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Oct 2018 16:20:15 +0000 (18:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Oct 2018 19:11:20 +0000 (21:11 +0200)
We really just need a {Listening,Scheduled}ExecutorService, nothing
else. Propagating this outwords from NetconfDevice(Builder), eliminates
the need for per-session ListeningDecorator and proxies, saving us
at least 56 bytes for each connected device.

Change-Id: Ide69bd1a8f36eca1473313e3fd2cafb76d754464
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found