public class CamelIgnoreFailure extends Object implements CamelFailureHandler
CamelFailureHandler.Strategy| Constructor and Description |
|---|
CamelIgnoreFailure(String channel) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
handle(CamelMessage<?> message,
Throwable reason) |
public CamelIgnoreFailure(String channel)
public CompletionStage<Void> handle(CamelMessage<?> message, Throwable reason)
handle in interface CamelFailureHandlerCopyright © 2018–2021 SmallRye. All rights reserved.