Uses of Interface
org.hyperledger.fabric.gateway.spi.CommitHandlerFactory
-
Packages that use CommitHandlerFactory 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. -
-
Uses of CommitHandlerFactory in org.hyperledger.fabric.gateway
Classes in org.hyperledger.fabric.gateway that implement CommitHandlerFactory Modifier and Type Class Description class
DefaultCommitHandlers
Default commit handler implementations.Methods in org.hyperledger.fabric.gateway with parameters of type CommitHandlerFactory Modifier and Type Method 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.
-