Interface PeerDisconnectEvent
-
public interface PeerDisconnectEventEvent with information relating to a peer disconnect.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ThrowablegetCause()Get any underlying exception describing the reason the peer disconnected.org.hyperledger.fabric.sdk.PeergetPeer()Get the peer that has disconnected.
-