Uses of Interface
org.hyperledger.fabric.gateway.Network
-
Packages that use Network 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.org.hyperledger.fabric.gateway.spi This package provides the set of interfaces that enable a Java developer to extend the set of built in handlers for controlling gateway strategies. -
-
Uses of Network in org.hyperledger.fabric.gateway
Methods in org.hyperledger.fabric.gateway that return Network Modifier and Type Method Description Network
Gateway. getNetwork(java.lang.String networkName)
Returns an object representing a network.Methods in org.hyperledger.fabric.gateway with parameters of type Network Modifier and Type Method Description CommitHandler
DefaultCommitHandlers. create(java.lang.String transactionId, Network network)
QueryHandler
DefaultQueryHandlers. create(Network network)
-
Uses of Network in org.hyperledger.fabric.gateway.spi
Methods in org.hyperledger.fabric.gateway.spi with parameters of type Network Modifier and Type Method Description CommitHandler
CommitHandlerFactory. create(java.lang.String transactionId, Network network)
Factory function to create a commit handler instance.QueryHandler
QueryHandlerFactory. create(Network network)
Factory function to create a query handler instance.
-