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 EndpointConsumerBuilder -
Uses of EndpointConsumerBuilder in org.apache.camel.model
Methods in org.apache.camel.model that return EndpointConsumerBuilderMethods in org.apache.camel.model with parameters of type EndpointConsumerBuilderModifier and TypeMethodDescriptionRouteDefinition.from(EndpointConsumerBuilder endpoint) Creates an input to the routeRoutesDefinition.from(EndpointConsumerBuilder endpoint) RouteTemplateDefinition.from(EndpointConsumerBuilder endpoint) Creates an input to the routeProcessorDefinition.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) Constructors in org.apache.camel.model with parameters of type EndpointConsumerBuilder