Interface ReconnectListener
-
- All Known Implementing Classes:
MetaApiConnection
public interface ReconnectListenerDefines interface for a websocket reconnect listener class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Void>onReconnected()Invoked when connection to MetaTrader terminal re-established
-
-
-
Method Detail
-
onReconnected
CompletableFuture<Void> onReconnected()
Invoked when connection to MetaTrader terminal re-established- Returns:
- completable future which resolves when the asynchronous event is processed
-
-