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