Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaCompletableFuture compositionSingle-choice MCQ

Inside handle() on a CompletableFuture, what are the two parameters and when does the stage run?

future.handle((result, throwable) -> { /* ... */ });