Interface CamelFailureHandler
-
- All Known Implementing Classes:
CamelFailStop,CamelIgnoreFailure
public interface CamelFailureHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCamelFailureHandler.Strategy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>handle(CamelMessage<?> message, Throwable reason)
-
-
-
Method Detail
-
handle
CompletionStage<Void> handle(CamelMessage<?> message, Throwable reason)
-
-