Uses of Interface
org.apache.camel.builder.EndpointConsumerBuilder
Packages that use EndpointConsumerBuilder
-
Uses of EndpointConsumerBuilder in org.apache.camel.builder
Methods in org.apache.camel.builder with parameters of type EndpointConsumerBuilderModifier and TypeMethodDescriptionRouteBuilder.from(EndpointConsumerBuilder endpoint) Creates a new route from the given endpointRouteBuilder.fromV(EndpointConsumerBuilder endpoint, String variable) Creates an input to the route, and use a variable to store a copy of the incoming message body (only body, not headers). -
Uses of EndpointConsumerBuilder in org.apache.camel.model
Fields in org.apache.camel.model declared as EndpointConsumerBuilderModifier and TypeFieldDescriptionprotected EndpointConsumerBuilderPollDefinition.endpointConsumerBuilderMethods in org.apache.camel.model that return EndpointConsumerBuilderModifier and TypeMethodDescriptionFromDefinition.getEndpointConsumerBuilder()PollDefinition.getEndpointConsumerBuilder()Methods in org.apache.camel.model with parameters of type EndpointConsumerBuilderModifier and TypeMethodDescriptionRouteDefinition.from(EndpointConsumerBuilder endpoint) Creates an input to the routeRoutesDefinition.from(EndpointConsumerBuilder endpoint) Creates a new route from the given endpointRouteTemplateDefinition.from(EndpointConsumerBuilder endpoint) Creates an input to the routeRouteDefinition.fromV(EndpointConsumerBuilder endpoint, String variableReceive) Creates an input to the route, and uses a variable to store a copy of the received message body (only body, not headers).RoutesDefinition.fromV(EndpointConsumerBuilder endpoint, String variableReceive) Creates an input to the route, and uses a variable to store a copy of the received message body (only body, not headers).ProcessorDefinition.poll(EndpointConsumerBuilder endpoint) Polls a message from the given endpointProcessorDefinition.poll(EndpointConsumerBuilder endpoint, long timeout) Polls a message from the given endpointProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriusing aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri, long timeout) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriusing aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri, long timeout, String aggregationStrategyRef) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriusing aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri, long timeout, String aggregationStrategyRef, boolean aggregateOnException) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriusing aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri, long timeout, org.apache.camel.AggregationStrategy aggregationStrategy) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriusing aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri, long timeout, org.apache.camel.AggregationStrategy aggregationStrategy, boolean aggregateOnException) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriusing aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri, org.apache.camel.AggregationStrategy aggregationStrategy) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriusing aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrichWith(EndpointConsumerBuilder resourceUri) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrichWith(EndpointConsumerBuilder resourceUri, long timeout) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.ProcessorDefinition.pollEnrichWith(EndpointConsumerBuilder resourceUri, long timeout, boolean aggregateOnException) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder using aPollingConsumerto poll the endpoint.voidFromDefinition.setEndpointConsumerBuilder(EndpointConsumerBuilder endpointConsumerBuilder) voidPollDefinition.setEndpointConsumerBuilder(EndpointConsumerBuilder endpointConsumerBuilder) Constructors in org.apache.camel.model with parameters of type EndpointConsumerBuilderModifierConstructorDescriptionFromDefinition(EndpointConsumerBuilder endpointConsumerBuilder) PollDefinition(EndpointConsumerBuilder endpointDefinition)