Class NetconfCallhomePluginBuilder
- java.lang.Object
-
- io.lighty.modules.southbound.netconf.impl.NetconfCallhomePluginBuilder
-
public class NetconfCallhomePluginBuilder extends Object
Builder forNetconfCallhomePlugin.
-
-
Constructor Summary
Constructors Constructor Description NetconfCallhomePluginBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetconfCallhomePluginbuild()Build new instance ofNetconfCallhomePluginfromNetconfCallhomePluginBuilder.NetconfCallhomePluginBuilderfrom(NetconfConfiguration configuration, LightyServices lightyServices)NetconfCallhomePluginBuilderwithExecutorService(ExecutorService executorService)Inject executor service to execute futures
-
-
-
Method Detail
-
from
public NetconfCallhomePluginBuilder from(NetconfConfiguration configuration, LightyServices lightyServices)
- Parameters:
configuration- input Netconf configuration.lightyServices- services fromLightyController- Returns:
- instance of
NetconfCallhomePluginBuilderclass.
-
withExecutorService
public NetconfCallhomePluginBuilder withExecutorService(ExecutorService executorService)
Inject executor service to execute futures- Parameters:
executorService-- Returns:
- instance of
NetconfCallhomePluginBuilder.
-
build
public NetconfCallhomePlugin build()
Build new instance ofNetconfCallhomePluginfromNetconfCallhomePluginBuilder.- Returns:
- instance of NetconfSouthboundPlugin.
-
-