Uses of Interface
org.hyperledger.fabric.gateway.spi.QueryHandlerFactory
Packages that use QueryHandlerFactory
Package
Description
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 QueryHandlerFactoryModifier and TypeClassDescriptionenum
Default query handler implementations.Methods in org.hyperledger.fabric.gateway with parameters of type QueryHandlerFactoryModifier and TypeMethodDescriptionGateway.Builder.queryHandler
(QueryHandlerFactory queryHandler) Optional - Allows an alternative query handler to be specified.