Package org.hyperledger.fabric.sdk
Interface EventHub.EventHubDisconnected
- 
- Enclosing class:
 - EventHub
 
public static interface EventHub.EventHubDisconnectedEventhub disconnection notification interface 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisconnected(EventHub eventHub)Called when a disconnect is detected. 
 - 
 
- 
- 
Method Detail
- 
disconnected
void disconnected(EventHub eventHub) throws EventHubException
Called when a disconnect is detected.- Parameters:
 eventHub-- Throws:
 EventHubException
 
 - 
 
 -