Class ConsumerActorRouteBuilder

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

    public class ConsumerActorRouteBuilder
    extends org.apache.camel.builder.RouteBuilder
    INTERNAL API Builder of a route to a target which can be an actor.

    param: endpointUri endpoint URI of the consumer actor.

    • Field Summary

      • Fields inherited from class org.apache.camel.builder.RouteBuilder

        log
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.camel.model.ProcessorDefinition<? extends org.apache.camel.model.ProcessorDefinition<org.apache.camel.model.ProcessorDefinition>> applyUserRouteCustomization​(org.apache.camel.model.RouteDefinition rd)  
      void configure()  
      protected java.lang.String targetActorUri()  
      • Methods inherited from class org.apache.camel.builder.RouteBuilder

        addRoutes, addRoutesToCamelContext, checkInitialized, configureRest, configureRests, configureRoute, configureRoutes, createContainer, errorHandler, from, from, from, from, fromF, getContext, getRestCollection, getRestConfigurations, getRouteCollection, includeRoutes, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, rest, rest, restConfiguration, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollection, toString
      • Methods inherited from class org.apache.camel.builder.BuilderSupport

        bean, bean, bean, bean, body, body, bodyAs, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, faultBody, faultBodyAs, getErrorHandlerBuilder, header, language, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, method, method, method, method, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, sendTo, setContext, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpath
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • applyUserRouteCustomization

        public org.apache.camel.model.ProcessorDefinition<? extends org.apache.camel.model.ProcessorDefinition<org.apache.camel.model.ProcessorDefinition>> applyUserRouteCustomization​(org.apache.camel.model.RouteDefinition rd)
      • configure

        public void configure()
        Specified by:
        configure in class org.apache.camel.builder.RouteBuilder
      • targetActorUri

        protected java.lang.String targetActorUri()