Class Handler



  • public class Handler
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Handler.CCState  
    • Constructor Summary

      Constructors 
      Constructor Description
      Handler​(org.hyperledger.fabric.protos.peer.Chaincode.ChaincodeID chaincodeId, Chaincode chaincode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage nextOutboundChaincodeMessage​()  
      void onChaincodeMessage​(org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage chaincodeMessage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Handler

        public Handler​(org.hyperledger.fabric.protos.peer.Chaincode.ChaincodeID chaincodeId,
                       Chaincode chaincode)
    • Method Detail

      • nextOutboundChaincodeMessage

        public org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage nextOutboundChaincodeMessage​()
      • onChaincodeMessage

        public void onChaincodeMessage​(org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage chaincodeMessage)