Uses of Interface
org.hyperledger.fabric.gateway.spi.CommitHandlerFactory
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of CommitHandlerFactory in org.hyperledger.fabric.gateway
Modifier and TypeClassDescriptionenum
Default commit handler implementations.Modifier and TypeMethodDescriptionGateway.Builder.commitHandler
(CommitHandlerFactory commitHandler) Optional - Allows an alternative commit handler to be specified.Transaction.setCommitHandler
(CommitHandlerFactory commitHandler) Set the commit handler to use for this transaction invocation instead of the default handler configured for the gateway.