Interface TNCStartRequestIfc


public interface TNCStartRequestIfc
Callback interface for initiating the start of a Node Chain Test.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback method that is invoked to initiate the start of a Node Chain Test.
  • Method Details

    • start

      void start() throws NodeChainTestException
      Callback method that is invoked to initiate the start of a Node Chain Test.
      Throws:
      NodeChainTestException - If an exception occurs during the test start process, it needs to be wrapped and thrown as a NodeChainTestException.