Class ChatChaincodeWithPeer

  • All Implemented Interfaces:
    io.grpc.BindableService

    public class ChatChaincodeWithPeer
    extends org.hyperledger.fabric.protos.peer.ChaincodeGrpc.ChaincodeImplBase
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> connect​(io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> responseObserver)
      Chaincode as a server - peer establishes a connection to the chaincode as a client Currently only supports a stream connection.
      • Methods inherited from class org.hyperledger.fabric.protos.peer.ChaincodeGrpc.ChaincodeImplBase

        bindService
      • Methods inherited from class java.lang.Object

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

      • connect

        public io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> connect​(io.grpc.stub.StreamObserver<org.hyperledger.fabric.protos.peer.ChaincodeShim.ChaincodeMessage> responseObserver)
        Chaincode as a server - peer establishes a connection to the chaincode as a client Currently only supports a stream connection.
        Overrides:
        connect in class org.hyperledger.fabric.protos.peer.ChaincodeGrpc.ChaincodeImplBase
        Parameters:
        responseObserver -
        Returns: