public abstract static class ChaincodeSupportGrpc.ChaincodeSupportImplBase extends Object implements io.grpc.BindableService
Interface that provides support to chaincode execution. ChaincodeContext provides the context necessary for the server to respond appropriately.
Constructor and Description |
---|
ChaincodeSupportImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<ChaincodeMessage> |
register(io.grpc.stub.StreamObserver<ChaincodeMessage> responseObserver) |
public io.grpc.stub.StreamObserver<ChaincodeMessage> register(io.grpc.stub.StreamObserver<ChaincodeMessage> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2022. All rights reserved.