Uses of Interface
org.hyperledger.fabric.gateway.spi.Checkpointer
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Checkpointer in org.hyperledger.fabric.gateway
Modifier and TypeMethodDescriptionstatic Checkpointer
Checkpointer implementation that persists state to a given file.Modifier and TypeMethodDescriptionConsumer<org.hyperledger.fabric.sdk.BlockEvent>
Network.addBlockListener
(Checkpointer checkpointer, Consumer<org.hyperledger.fabric.sdk.BlockEvent> listener) Add a listener to receive block events from the network with checkpointing.Contract.addContractListener
(Checkpointer checkpointer, Consumer<ContractEvent> listener) Add a listener to receive all contract events emitted by committed transactions with checkpointing.Contract.addContractListener
(Checkpointer checkpointer, Consumer<ContractEvent> listener, String eventName) Add a listener to receive contract events emitted by committed transactions with checkpointing.Contract.addContractListener
(Checkpointer checkpointer, Consumer<ContractEvent> listener, Pattern eventNamePattern) Add a listener to receive contract events emitted by committed transactions with checkpointing.