Interface DefaultResultGateway.ResultPreparationErrorHandler
- Enclosing class:
DefaultResultGateway
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handles an asynchronous result-preparation failure and may retry the supplied publication.
-
Method Summary
Modifier and TypeMethodDescriptionhandle(Throwable failure, Supplier<CompletableFuture<Void>> retry)
-
Method Details
-
handle
-