public abstract static class ChaincodeGrpc.ChaincodeImplBase extends Object implements io.grpc.BindableService
Chaincode as a server - peer establishes a connection to the chaincode as a client Currently only supports a stream connection.
Constructor and Description |
---|
ChaincodeImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<ChaincodeMessage> |
connect(io.grpc.stub.StreamObserver<ChaincodeMessage> responseObserver) |
public io.grpc.stub.StreamObserver<ChaincodeMessage> connect(io.grpc.stub.StreamObserver<ChaincodeMessage> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2022. All rights reserved.