| 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 |
|---|---|
CommitListener |
Network.addCommitListener(CommitListener listener,
Collection<org.hyperledger.fabric.sdk.Peer> peers,
String transactionId)
Add a listener to receive transaction commit and peer disconnect events for a set of peers.
|
| Modifier and Type | Method and Description |
|---|---|
CommitListener |
Network.addCommitListener(CommitListener listener,
Collection<org.hyperledger.fabric.sdk.Peer> peers,
String transactionId)
Add a listener to receive transaction commit and peer disconnect events for a set of peers.
|
void |
Network.removeCommitListener(CommitListener listener)
Removes a previously added transaction commit listener.
|
Copyright © 2023. All rights reserved.