Class CamelIgnoreFailure
- java.lang.Object
-
- io.smallrye.reactive.messaging.camel.CamelIgnoreFailure
-
- All Implemented Interfaces:
CamelFailureHandler
public class CamelIgnoreFailure extends Object implements CamelFailureHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.smallrye.reactive.messaging.camel.CamelFailureHandler
CamelFailureHandler.Strategy
-
-
Constructor Summary
Constructors Constructor Description CamelIgnoreFailure(String channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>
handle(CamelMessage<?> message, Throwable reason)
-
-
-
Constructor Detail
-
CamelIgnoreFailure
public CamelIgnoreFailure(String channel)
-
-
Method Detail
-
handle
public CompletionStage<Void> handle(CamelMessage<?> message, Throwable reason)
- Specified by:
handle
in interfaceCamelFailureHandler
-
-