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(LightyServices services, NetconfConfiguration config)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NetconfCallhomePluginbuild()Build new instance ofNetconfCallhomePluginfromNetconfCallhomePluginBuilder.static NetconfCallhomePluginBuilderfrom(NetconfConfiguration config, LightyServices services)NetconfCallhomePluginBuilderwithExecutorService(ExecutorService executor)Inject executor service to execute futures.
-
-
-
Constructor Detail
-
NetconfCallhomePluginBuilder
public NetconfCallhomePluginBuilder(LightyServices services, NetconfConfiguration config)
-
-
Method Detail
-
from
public static NetconfCallhomePluginBuilder from(NetconfConfiguration config, LightyServices services)
- Parameters:
config- input Netconf configuration.services- services fromLightyController- Returns:
- instance of
NetconfCallhomePluginBuilderclass.
-
withExecutorService
public NetconfCallhomePluginBuilder withExecutorService(ExecutorService executor)
Inject executor service to execute futures.- Parameters:
executor- injected executor service.- Returns:
- instance of
NetconfCallhomePluginBuilder.
-
build
public NetconfCallhomePlugin build()
Build new instance ofNetconfCallhomePluginfromNetconfCallhomePluginBuilder.- Returns:
- instance of NetconfSouthboundPlugin.
-
-