Class ChaincodeSupportClient



  • public class ChaincodeSupportClient
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ChaincodeSupportClient​(io.grpc.ManagedChannelBuilder<?> channelBuilder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> register​(io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> responseObserver)  
      void shutdown​()  
      • Methods inherited from class java.lang.Object

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

      • ChaincodeSupportClient

        public ChaincodeSupportClient​(io.grpc.ManagedChannelBuilder<?> channelBuilder)
    • Method Detail

      • shutdown

        public void shutdown​()
                      throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • register

        public io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> register​(io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> responseObserver)