vmware-archive / ovsdb-client-library

An OVSDB client for interacting with an OVSDB server.
Other
12 stars 6 forks source link

Make listener and connector fully asynchronous. #4

Closed hechaoli closed 6 years ago

hechaoli commented 6 years ago
  1. Return a Completable future instead of sync() on the bind() and connect() operations.
  2. The interface of active connector is also changed. Now it returns a CompleteableFuture of OvsdbClient object.

Signed-off-by: Hechao Li hechaol@outlook.com

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 12


Changes Missing Coverage Covered Lines Changed/Added Lines %
ovsdb-client/src/main/java/com/vmware/ovsdb/service/impl/OvsdbPassiveConnectionListenerImpl.java 28 33 84.85%
<!-- Total: 60 65 92.31% -->
Totals Coverage Status
Change from base Build 11: 0.3%
Covered Lines: 1344
Relevant Lines: 1797

💛 - Coveralls