Closed kortemik closed 6 months ago
Description refactor client into an Interface, move Future functionality into FutureClient. This will allow the Client to be an reusable impementation.
maybe later, not a good idea at the moment, futures can do .whenComplete() which should be enough for the time being.
Description refactor client into an Interface, move Future functionality into FutureClient. This will allow the Client to be an reusable impementation.