Uses of Interface
org.hyperledger.fabric.gateway.spi.QueryHandlerFactory
-
Packages that use QueryHandlerFactory 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 QueryHandlerFactory in org.hyperledger.fabric.gateway
Classes in org.hyperledger.fabric.gateway that implement QueryHandlerFactory Modifier and Type Class Description class
DefaultQueryHandlers
Default query handler implementations.Methods in org.hyperledger.fabric.gateway with parameters of type QueryHandlerFactory Modifier and Type Method Description Gateway.Builder
Gateway.Builder. queryHandler(QueryHandlerFactory queryHandler)
Optional - Allows an alternative query handler to be specified.
-