Package org.hyperledger.fabric.sdk
Interface EventHub.EventHubDisconnected
-
- Enclosing class:
- EventHub
public static interface EventHub.EventHubDisconnected
Eventhub disconnection notification interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disconnected(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
-
-