Uses of Interface
org.hyperledger.fabric.gateway.spi.PeerDisconnectEvent
Package
Description
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
Modifier and TypeMethodDescriptionvoid
CommitListener.acceptDisconnect
(PeerDisconnectEvent disconnectEvent) Called to notify the listener of a communication failure with a given peer.