Uses of Interface
org.hyperledger.fabric.client.CloseableIterator
Packages that use CloseableIterator
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of CloseableIterator in org.hyperledger.fabric.client
Methods in org.hyperledger.fabric.client that return CloseableIteratorModifier and TypeMethodDescriptiondefault CloseableIterator<org.hyperledger.fabric.protos.peer.BlockAndPrivateData> Network.getBlockAndPrivateDataEvents()Get block and private data events.CloseableIterator<org.hyperledger.fabric.protos.peer.BlockAndPrivateData> Network.getBlockAndPrivateDataEvents(UnaryOperator<CallOptions> options) Get block and private data events.default CloseableIterator<org.hyperledger.fabric.protos.common.Block> Network.getBlockEvents()Get block events.CloseableIterator<org.hyperledger.fabric.protos.common.Block> Network.getBlockEvents(UnaryOperator<CallOptions> options) Get block events.default 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.default CloseableIterator<T> EventsRequest.getEvents()Get events.EventsRequest.getEvents(UnaryOperator<CallOptions> options) Get events.default CloseableIterator<T> EventsRequest.getEvents(CallOption... options) Deprecated.Replaced byEventsRequest.getEvents(UnaryOperator).default CloseableIterator<org.hyperledger.fabric.protos.peer.FilteredBlock> Network.getFilteredBlockEvents()Get filtered block events.CloseableIterator<org.hyperledger.fabric.protos.peer.FilteredBlock> Network.getFilteredBlockEvents(UnaryOperator<CallOptions> options) Get filtered block events.
Network.getChaincodeEvents(String, UnaryOperator).