public class NetconfCallhomePluginBuilder extends Object
NetconfCallhomePlugin.| Constructor and Description |
|---|
NetconfCallhomePluginBuilder(LightyServices services,
NetconfConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
NetconfCallhomePlugin |
build()
Build new instance of
NetconfCallhomePlugin from NetconfCallhomePluginBuilder. |
static NetconfCallhomePluginBuilder |
from(NetconfConfiguration config,
LightyServices services)
|
NetconfCallhomePluginBuilder |
withExecutorService(ExecutorService executor)
Inject executor service to execute futures.
|
public NetconfCallhomePluginBuilder(LightyServices services, NetconfConfiguration config)
public static NetconfCallhomePluginBuilder from(NetconfConfiguration config, LightyServices services)
config - input Netconf configuration.services - services from LightyControllerNetconfCallhomePluginBuilder class.public NetconfCallhomePluginBuilder withExecutorService(ExecutorService executor)
executor - injected executor service.NetconfCallhomePluginBuilder.public NetconfCallhomePlugin build()
NetconfCallhomePlugin from NetconfCallhomePluginBuilder.Copyright © 2020. All rights reserved.