Uses of Interface
org.apache.camel.builder.EndpointProducerBuilder
Packages that use EndpointProducerBuilder
-
Uses of EndpointProducerBuilder in org.apache.camel.model
Fields in org.apache.camel.model declared as EndpointProducerBuilderModifier and TypeFieldDescriptionprotected EndpointProducerBuilderSendDefinition.endpointProducerBuilderprotected EndpointProducerBuilderToDynamicDefinition.endpointProducerBuilderMethods in org.apache.camel.model that return EndpointProducerBuilderModifier and TypeMethodDescriptionSendDefinition.getEndpointProducerBuilder()ToDynamicDefinition.getEndpointProducerBuilder()Methods in org.apache.camel.model with parameters of type EndpointProducerBuilderModifier and TypeMethodDescriptionProcessorDefinition.enrich(EndpointProducerBuilder resourceUri) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUri.ProcessorDefinition.enrich(EndpointProducerBuilder resourceUri, org.apache.camel.AggregationStrategy aggregationStrategy) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUri.ProcessorDefinition.enrich(EndpointProducerBuilder resourceUri, org.apache.camel.AggregationStrategy aggregationStrategy, boolean aggregateOnException) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUri.ProcessorDefinition.enrich(EndpointProducerBuilder resourceUri, org.apache.camel.AggregationStrategy aggregationStrategy, boolean aggregateOnException, boolean shareUnitOfWork) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUri.ProcessorDefinition.enrichWith(EndpointProducerBuilder resourceUri) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.ProcessorDefinition.enrichWith(EndpointProducerBuilder resourceUri, boolean aggregateOnException) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.ProcessorDefinition.enrichWith(EndpointProducerBuilder resourceUri, boolean aggregateOnException, boolean shareUnitOfWork) The Content Enricher EIP enriches an exchange with additional data obtained from aresourceUriand with an aggregation strategy created using a fluent builder.voidSendDefinition.setEndpointProducerBuilder(EndpointProducerBuilder endpointProducerBuilder) voidToDynamicDefinition.setEndpointProducerBuilder(EndpointProducerBuilder endpointProducerBuilder) ProcessorDefinition.to(EndpointProducerBuilder endpoint) Sends the exchange to the given endpointProcessorDefinition.to(EndpointProducerBuilder... endpoints) Sends the exchange to a list of endpointsProcessorDefinition.to(org.apache.camel.ExchangePattern pattern, EndpointProducerBuilder endpoint) Sends the exchange with certain exchange pattern to the given endpointProcessorDefinition.to(org.apache.camel.ExchangePattern pattern, EndpointProducerBuilder... endpoints) Sends the exchange to a list of endpointsProcessorDefinition.toD(EndpointProducerBuilder endpointProducerBuilder) Sends the exchange to the given dynamic endpointProcessorDefinition.toD(EndpointProducerBuilder endpointProducerBuilder, boolean ignoreInvalidEndpoint) Sends the exchange to the given dynamic endpointProcessorDefinition.toD(EndpointProducerBuilder endpointProducerBuilder, int cacheSize) Sends the exchange to the given dynamic endpointToDynamicDefinition.uri(EndpointProducerBuilder endpointProducerBuilder) The uri of the endpoint to send to.ProcessorDefinition.wireTap(EndpointProducerBuilder endpoint) WireTap EIP: Sends messages to all its child outputs; so that each processor and destination gets a copy of the original message to avoid the processors interfering with each other usingExchangePattern.InOnly.Constructors in org.apache.camel.model with parameters of type EndpointProducerBuilderModifierConstructorDescriptionToDefinition(EndpointProducerBuilder endpointDefinition) ToDefinition(EndpointProducerBuilder endpoint, org.apache.camel.ExchangePattern pattern)