CompletableFuture.allof() gets nullpointerexception
I have a structure similar to the code block below. Somehow I get nullpointerException in CompletableFuture.allOf method:
What could be the problem here?
Thanks..
I have a structure similar to the code block below. Somehow I get nullpointerException in CompletableFuture.allOf method:
What could be the problem here?
Thanks..