Uses of Interface
org.hyperledger.fabric.gateway.spi.PeerDisconnectEvent
-
Packages that use PeerDisconnectEvent Package Description 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 PeerDisconnectEvent in org.hyperledger.fabric.gateway.spi
Methods in org.hyperledger.fabric.gateway.spi with parameters of type PeerDisconnectEvent Modifier and Type Method Description void
CommitListener. acceptDisconnect(PeerDisconnectEvent disconnectEvent)
Called to notify the listener of a communication failure with a given peer.
-