Class DeadLetterRouteBuilder
- java.lang.Object
-
- org.apache.camel.builder.BuilderSupport
-
- org.apache.camel.builder.RouteBuilder
-
- com.oregor.trinity4j.shared.camel.DeadLetterRouteBuilder
-
- All Implemented Interfaces:
org.apache.camel.Ordered,org.apache.camel.RoutesBuilder
public abstract class DeadLetterRouteBuilder extends org.apache.camel.builder.RouteBuilderThe type Dead letter route builder.- Author:
- Christos Tsakostas
-
-
Constructor Summary
Constructors Constructor Description DeadLetterRouteBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.builder.DeadLetterChannelBuilderdeadLetterChannel(String uri)org.apache.camel.builder.DeadLetterChannelBuilderdeadLetterChannel(org.apache.camel.Endpoint endpoint)org.apache.camel.model.RouteDefinitionfrom(String endpoint)-
Methods inherited from class org.apache.camel.builder.RouteBuilder
addRoutes, addRoutesToCamelContext, bindToRegistry, bindToRegistry, checkInitialized, configure, configureRest, configureRests, configureRoute, configureRoutes, errorHandler, from, from, fromF, getOrder, getRestCollection, getRestConfigurations, getRouteCollection, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, populateTransformers, populateValidators, propertyInject, rest, rest, restConfiguration, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollection, toString, transformer, validator
-
Methods inherited from class org.apache.camel.builder.BuilderSupport
body, bodyAs, constant, createErrorHandlerBuilder, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, getContext, getErrorHandlerBuilder, header, jsonpath, jsonpath, language, method, method, method, method, noErrorHandler, regexReplaceAll, regexReplaceAll, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpath, xpath, xpath
-
-
-
-
Field Detail
-
DEAD
protected static final String DEAD
The constant DEAD.- See Also:
- Constant Field Values
-
-
Method Detail
-
deadLetterChannel
public org.apache.camel.builder.DeadLetterChannelBuilder deadLetterChannel(String uri)
- Overrides:
deadLetterChannelin classorg.apache.camel.builder.BuilderSupport
-
deadLetterChannel
public org.apache.camel.builder.DeadLetterChannelBuilder deadLetterChannel(org.apache.camel.Endpoint endpoint)
- Overrides:
deadLetterChannelin classorg.apache.camel.builder.BuilderSupport
-
from
public org.apache.camel.model.RouteDefinition from(String endpoint)
- Overrides:
fromin classorg.apache.camel.builder.RouteBuilder
-
-