Interface ChaincodeServer

  • All Known Implementing Classes:
    NettyChaincodeServer

    public interface ChaincodeServer
    External chaincode server.
    • Method Detail

      • start

        void start()
            throws java.io.IOException,
                   java.lang.InterruptedException
        run external chaincode server.
        Throws:
        java.io.IOException - problem while start grpc server
        java.lang.InterruptedException - thrown when block and awaiting shutdown gprc server
      • stop

        void stop()
        shutdown now grpc server.