Interface NodeSslConnectionErrorListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener

    @Generated("mdsal-binding-generator")
    public interface NodeSslConnectionErrorListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module node-ssl-connection-error
     notification ssl-error {
       uses error-message;
       container switch-certificate {
         uses system-notifications:switch-certificate;
       }
     }
     
    • Method Detail

      • onSslError

        void onSslError​(SslError notification)
             
                 Model for Node SSL Error Messages.