| 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 | Class and Description |
|---|---|
class |
DefaultCommitHandlers
Default commit handler implementations.
|
| Modifier and Type | Method and Description |
|---|---|
Gateway.Builder |
Gateway.Builder.commitHandler(CommitHandlerFactory commitHandler)
Optional - Allows an alternative commit handler to be specified.
|
Transaction |
Transaction.setCommitHandler(CommitHandlerFactory commitHandler)
Set the commit handler to use for this transaction invocation instead of the default handler configured for the
gateway.
|
Copyright © 2023. All rights reserved.