Interface NetconfOperationService

  • All Superinterfaces:
    AutoCloseable

    public interface NetconfOperationService
    extends AutoCloseable
    Service of netconf operations.
    • 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:
        close in interface AutoCloseable