Hexa
10/24/2018, 2:17 PMval testService: TestService = TestServiceImpl(client) into my TestHandler constructor. The problem is TestServiceImpl takes in a client and client is not really known until this line (line8) finished executing val client = clientProviderInterfaceImpl.buildIoTClient(validatedResult)