Interface NetconfOperationService
-
- All Superinterfaces:
AutoCloseable
public interface NetconfOperationService extends AutoCloseable
Service of netconf operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Called when netconf session is destroyed.Set<NetconfOperation>getNetconfOperations()Get set of netconf operations that are handled by this service.
-
-
-
Method Detail
-
getNetconfOperations
Set<NetconfOperation> getNetconfOperations()
Get set of netconf operations that are handled by this service.
-
close
void close()
Called when netconf session is destroyed.- Specified by:
closein interfaceAutoCloseable
-
-