teragrep / rlp_03

Java RELP Server library
GNU Affero General Public License v3.0
1 stars 5 forks source link

refactor client into an Interface, move Future functionality into decorated FutureClient #137

Closed kortemik closed 6 months ago

kortemik commented 7 months ago

Description refactor client into an Interface, move Future functionality into FutureClient. This will allow the Client to be an reusable impementation.

kortemik commented 6 months ago

maybe later, not a good idea at the moment, futures can do .whenComplete() which should be enough for the time being.