Package org.hyperledger.fabric.shim.impl
Class ChaincodeSupportClient
- java.lang.Object
-
- org.hyperledger.fabric.shim.impl.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()
-
-
-
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)
-
-