java.util.function.Consumer<org.hyperledger.fabric.sdk.BlockEvent> |
Network.addBlockListener(Checkpointer checkpointer,
java.util.function.Consumer<org.hyperledger.fabric.sdk.BlockEvent> listener) |
Add a listener to receive block events from the network with checkpointing.
|
java.util.function.Consumer<ContractEvent> |
Contract.addContractListener(Checkpointer checkpointer,
java.util.function.Consumer<ContractEvent> listener) |
Add a listener to receive all contract events emitted by committed transactions with checkpointing.
|
java.util.function.Consumer<ContractEvent> |
Contract.addContractListener(Checkpointer checkpointer,
java.util.function.Consumer<ContractEvent> listener,
java.lang.String eventName) |
Add a listener to receive contract events emitted by committed transactions with checkpointing.
|
java.util.function.Consumer<ContractEvent> |
Contract.addContractListener(Checkpointer checkpointer,
java.util.function.Consumer<ContractEvent> listener,
java.util.regex.Pattern eventNamePattern) |
Add a listener to receive contract events emitted by committed transactions with checkpointing.
|