Searched refs:connectionOptional (Results 1 – 1 of 1) sorted by relevance
813 Optional<SelfManagedConnection> connectionOptional = connectionService.getConnections() in waitForAndGetConnection() local817 assert(connectionOptional.isPresent()); in waitForAndGetConnection()818 return connectionOptional.get(); in waitForAndGetConnection()