Uses of Interface
org.hyperledger.fabric.gateway.spi.CommitHandlerFactory
Packages that use 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
Classes in org.hyperledger.fabric.gateway that implement CommitHandlerFactoryModifier and TypeClassDescriptionenum
Default commit handler implementations.Methods in org.hyperledger.fabric.gateway with parameters of type CommitHandlerFactoryModifier 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.