Uses of Interface
org.hyperledger.fabric.client.ChaincodeEvent
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of ChaincodeEvent in org.hyperledger.fabric.client
Modifier and TypeMethodDescriptiondefault CloseableIterator
<ChaincodeEvent> Network.getChaincodeEvents
(String chaincodeName) Get events emitted by transaction functions of a specific chaincode from the next committed block.Network.getChaincodeEvents
(String chaincodeName, UnaryOperator<CallOptions> options) Get events emitted by transaction functions of a specific chaincode from the next committed block.default CloseableIterator
<ChaincodeEvent> Network.getChaincodeEvents
(String chaincodeName, CallOption... options) Deprecated.Modifier and TypeMethodDescriptionvoid
Checkpointer.checkpointChaincodeEvent
(ChaincodeEvent event) Checkpoint a chaincode event.void
FileCheckpointer.checkpointChaincodeEvent
(ChaincodeEvent event) void
InMemoryCheckpointer.checkpointChaincodeEvent
(ChaincodeEvent event)
Network.getChaincodeEvents(String, UnaryOperator)
.