Uses of Interface
org.hyperledger.fabric.client.Gateway.Builder
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Gateway.Builder in org.hyperledger.fabric.client
Modifier and TypeMethodDescriptionGateway.Builder.blockAndPrivateDataEventsOptions
(UnaryOperator<CallOptions> options) Specify the default call options for block and private data events.Gateway.Builder.blockEventsOptions
(UnaryOperator<CallOptions> options) Specify the default call options for block events.Gateway.Builder.chaincodeEventsOptions
(UnaryOperator<CallOptions> options) Specify the default call options for chaincode events.default Gateway.Builder
Gateway.Builder.chaincodeEventsOptions
(CallOption... options) Deprecated.Gateway.Builder.commitStatusOptions
(UnaryOperator<CallOptions> options) Specify the default call options for retrieving transaction commit status.default Gateway.Builder
Gateway.Builder.commitStatusOptions
(CallOption... options) Deprecated.Replaced bycommitStatusOptions(UnaryOperator)
.Gateway.Builder.connection
(Channel grpcChannel) Specifies an existing gRPC connection to be used by the Gateway.Gateway.Builder.endorseOptions
(UnaryOperator<CallOptions> options) Specify the default call options for endorsements.default Gateway.Builder
Gateway.Builder.endorseOptions
(CallOption... options) Deprecated.Replaced byendorseOptions(UnaryOperator)
.Gateway.Builder.evaluateOptions
(UnaryOperator<CallOptions> options) Specify the default call options for evaluating transactions.default Gateway.Builder
Gateway.Builder.evaluateOptions
(CallOption... options) Deprecated.Replaced byevaluateOptions(UnaryOperator)
.Gateway.Builder.filteredBlockEventsOptions
(UnaryOperator<CallOptions> options) Specify the default call options for filtered block events.Specify the hashing implementation used to generate digests of messages sent to the Fabric network.Specifies the client identity used to connect to the network.static Gateway.Builder
Gateway.newInstance()
Creates a gateway builder which is used to configure and connect a new Gateway instance.Specify the signing implementation used to sign messages sent to the Fabric network.Gateway.Builder.submitOptions
(UnaryOperator<CallOptions> options) Specify the default call options for submit of transactions to the orderer.default Gateway.Builder
Gateway.Builder.submitOptions
(CallOption... options) Deprecated.Replaced bysubmitOptions(UnaryOperator)
.Gateway.Builder.tlsClientCertificateHash
(byte[] certificateHash) Specify the SHA-256 hash of the TLS client certificate.
chaincodeEventsOptions(UnaryOperator)
.