| Package | Description |
|---|---|
| org.hyperledger.fabric.gateway |
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
static Checkpointer |
DefaultCheckpointers.file(Path path)
Checkpointer implementation that persists state to a given file.
|
| Modifier and Type | Method and Description |
|---|---|
Consumer<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.
|
Consumer<ContractEvent> |
Contract.addContractListener(Checkpointer checkpointer,
Consumer<ContractEvent> listener)
Add a listener to receive all contract events emitted by committed transactions with checkpointing.
|
Consumer<ContractEvent> |
Contract.addContractListener(Checkpointer checkpointer,
Consumer<ContractEvent> listener,
Pattern eventNamePattern)
Add a listener to receive contract events emitted by committed transactions with checkpointing.
|
Consumer<ContractEvent> |
Contract.addContractListener(Checkpointer checkpointer,
Consumer<ContractEvent> listener,
String eventName)
Add a listener to receive contract events emitted by committed transactions with checkpointing.
|
Copyright © 2023. All rights reserved.