Class DeadLetterRouteBuilder

  • All Implemented Interfaces:
    org.apache.camel.Ordered, org.apache.camel.RoutesBuilder

    public abstract class DeadLetterRouteBuilder
    extends org.apache.camel.builder.RouteBuilder
    The type Dead letter route builder.
    Author:
    Christos Tsakostas
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static String DEAD
      The constant DEAD.
      • Fields inherited from class org.apache.camel.builder.RouteBuilder

        log
      • Fields inherited from interface org.apache.camel.Ordered

        HIGHEST, LOWEST
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.camel.builder.DeadLetterChannelBuilder deadLetterChannel​(String uri)  
      org.apache.camel.builder.DeadLetterChannelBuilder deadLetterChannel​(org.apache.camel.Endpoint endpoint)  
      org.apache.camel.model.RouteDefinition from​(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
    • Constructor Detail

      • DeadLetterRouteBuilder

        public DeadLetterRouteBuilder()
    • Method Detail

      • deadLetterChannel

        public org.apache.camel.builder.DeadLetterChannelBuilder deadLetterChannel​(String uri)
        Overrides:
        deadLetterChannel in class org.apache.camel.builder.BuilderSupport
      • deadLetterChannel

        public org.apache.camel.builder.DeadLetterChannelBuilder deadLetterChannel​(org.apache.camel.Endpoint endpoint)
        Overrides:
        deadLetterChannel in class org.apache.camel.builder.BuilderSupport
      • from

        public org.apache.camel.model.RouteDefinition from​(String endpoint)
        Overrides:
        from in class org.apache.camel.builder.RouteBuilder