Class NetconfCallhomePluginBuilder
java.lang.Object
io.lighty.modules.southbound.netconf.impl.NetconfCallhomePluginBuilder
Builder for
NetconfCallhomePlugin.-
Constructor Summary
ConstructorsConstructorDescriptionNetconfCallhomePluginBuilder(LightyServices services, NetconfConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build new instance ofNetconfCallhomePluginfromNetconfCallhomePluginBuilder.static NetconfCallhomePluginBuilderfrom(NetconfConfiguration config, LightyServices services) withExecutorService(ExecutorService executor) Inject executor service to execute futures.
-
Constructor Details
-
NetconfCallhomePluginBuilder
-
-
Method Details
-
from
public static NetconfCallhomePluginBuilder from(NetconfConfiguration config, LightyServices services) - Parameters:
config- input Netconf configuration.services- services fromLightyController- Returns:
- instance of
NetconfCallhomePluginBuilderclass.
-
withExecutorService
Inject executor service to execute futures.- Parameters:
executor- injected executor service.- Returns:
- instance of
NetconfCallhomePluginBuilder.
-
build
Build new instance ofNetconfCallhomePluginfromNetconfCallhomePluginBuilder.- Returns:
- instance of NetconfSouthboundPlugin.
-