Class CamelFailStop
- java.lang.Object
-
- io.smallrye.reactive.messaging.camel.CamelFailStop
-
- All Implemented Interfaces:
CamelFailureHandler
public class CamelFailStop 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 CamelFailStop(String channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>
handle(CamelMessage<?> message, Throwable reason)
-
-
-
Constructor Detail
-
CamelFailStop
public CamelFailStop(String channel)
-
-
Method Detail
-
handle
public CompletionStage<Void> handle(CamelMessage<?> message, Throwable reason)
- Specified by:
handle
in interfaceCamelFailureHandler
-
-