A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
A
- accessCode(String, String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- accumulateInCollection(Class<? extends Collection>) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Accumulate the result of the pick expression in a collection of the designated type.
- aclToken(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Sets the ACL token to be used with Consul
- add() - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Adds the route to the
CamelContext
which is built from the configured route template. - addAppliedRouteConfigurationId(String) - Method in class org.apache.camel.model.RouteDefinition
-
This is used internally by Camel to keep track which route configurations is applied when creating a route from this model.
- addDefaultValue(String, String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Adds a default value for the query parameter
- addFaultToleranceConfiguration(String, FaultToleranceConfigurationDefinition) - Method in interface org.apache.camel.model.Model
-
Adds the MicroProfile Fault Tolerance configuration
- addInterceptStrategy(InterceptStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
- addLifecycleInterceptor(RouteBuilderLifecycleStrategy) - Method in class org.apache.camel.builder.RouteBuilder
-
Adds the given
RouteBuilderLifecycleStrategy
to be used. - addModelLifecycleStrategy(ModelLifecycleStrategy) - Method in interface org.apache.camel.model.Model
-
Adds the given model lifecycle strategy to be used.
- addOutput(ProcessorDefinition<?>) - Method in interface org.apache.camel.model.Block
-
Adds the given definition as output to this block
- addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ChoiceDefinition
- addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.CircuitBreakerDefinition
- addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
- addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.TryDefinition
- addOutput(ProcessorDefinition<?>) - Method in class org.apache.camel.model.WireTapDefinition
- addRequiredHeader(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Adds a required HTTP header
- addRequiredQueryParameter(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Adds a required query parameter
- addResilience4jConfiguration(String, Resilience4jConfigurationDefinition) - Method in interface org.apache.camel.model.Model
-
Adds the Resilience4j configuration
- addRestDefinitions(Collection<RestDefinition>, boolean) - Method in interface org.apache.camel.model.Model
-
Adds a collection of rest definitions to the context
- addRouteConfiguration(RouteConfigurationDefinition) - Method in interface org.apache.camel.model.Model
-
Adds a single route configuration definition to the context
- addRouteConfigurations(List<RouteConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
-
Adds a collection of route configuration definitions to the context
- addRouteConfigurationsToCamelContext(CamelContext) - Method in class org.apache.camel.builder.RouteConfigurationBuilder
- addRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.Model
-
Add a route definition to the context
- addRouteDefinitions(Collection<RouteDefinition>) - Method in interface org.apache.camel.model.Model
-
Adds a collection of route definitions to the context
- addRouteFromTemplate(String, String, Map<String, Object>) - Method in interface org.apache.camel.model.Model
-
Adds a new route from a given route template
- addRouteFromTemplate(String, String, RouteTemplateContext) - Method in interface org.apache.camel.model.Model
-
Adds a new route from a given route template
- addRouteFromTemplatedRoute(TemplatedRouteDefinition) - Method in interface org.apache.camel.model.Model
-
Adds a new route from a given templated route definition
- addRouteFromTemplatedRoutes(Collection<TemplatedRouteDefinition>) - Method in interface org.apache.camel.model.Model
-
Adds new routes from a given templated route definitions
- addRoutes(CamelContext, LambdaRouteBuilder) - Static method in class org.apache.camel.builder.RouteBuilder
-
Add routes to a context using a lambda expression.
- addRoutesToCamelContext(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
- addRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.Model
-
Add a route definition to the context
- addRouteTemplateDefinitionConverter(String, RouteTemplateDefinition.Converter) - Method in interface org.apache.camel.model.Model
-
Add a converter to translate a
RouteTemplateDefinition
to aRouteDefinition
. - addRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in interface org.apache.camel.model.Model
-
Adds a collection of route template definitions to the context
- addServiceCallConfiguration(String, ServiceCallConfigurationDefinition) - Method in interface org.apache.camel.model.Model
-
Adds the service call configuration
- addServiceDiscoveryConfigurations(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
-
Add a ServiceDiscovery configuration
- addServiceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
-
Add a ServiceFilter configuration
- adviceWith(CamelContext, Object, boolean, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWith
-
Advices this route with the route builder using a lambda expression.
- adviceWith(CamelContext, Object, boolean, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWithRouteBuilder
- adviceWith(CamelContext, Object, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWith
-
Advices this route with the route builder using a lambda expression.
- adviceWith(CamelContext, Object, ThrowingConsumer<AdviceWithRouteBuilder, Exception>) - Static method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Deprecated.
- adviceWith(RouteDefinition, AdviceWithRouteBuilder) - Method in interface org.apache.camel.model.ModelCamelContext
- adviceWith(RouteDefinition, CamelContext, RouteBuilder) - Static method in class org.apache.camel.builder.AdviceWith
-
Advices this route with the route builder.
- AdviceWith - Class in org.apache.camel.builder
-
Use this for using the advice with feature.
- AdviceWithBuilder<T extends ProcessorDefinition<?>> - Class in org.apache.camel.builder
-
A builder when using the advice with feature.
- AdviceWithBuilder(AdviceWithRouteBuilder, String, String, String, Class<T>) - Constructor for class org.apache.camel.builder.AdviceWithBuilder
- AdviceWithDefinition - Class in org.apache.camel.model
-
Temporary model used internally by advice-with
- AdviceWithDefinition() - Constructor for class org.apache.camel.model.AdviceWithDefinition
- AdviceWithRouteBuilder - Class in org.apache.camel.builder
-
A
RouteBuilder
which has extended capabilities when using the advice with feature. - AdviceWithRouteBuilder() - Constructor for class org.apache.camel.builder.AdviceWithRouteBuilder
- AdviceWithRouteBuilder(CamelContext) - Constructor for class org.apache.camel.builder.AdviceWithRouteBuilder
- AdviceWithTask - Interface in org.apache.camel.builder
-
Task or command being executed when using the advice with feature.
- AdviceWithTasks - Class in org.apache.camel.builder
-
AdviceWithTask
tasks which are used by theAdviceWithRouteBuilder
. - after() - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Insert the following node(s) after the matched node(s)
- afterById(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- afterByToString(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- afterByToUri(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- afterByType(RouteDefinition, Class<?>, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- afterConfigure(RouteBuilder) - Method in interface org.apache.camel.builder.RouteBuilderLifecycleStrategy
-
This method is invoked after the
RouteBuilder.configure()
method is invoked. - AfterConsumer - org.apache.camel.model.OnCompletionMode
- afterPropertiesSet() - Method in class org.apache.camel.model.InterceptDefinition
-
This method is only for handling some post configuration that is needed since this is an interceptor, and we have to do a bit of magic logic to fixup to handle predicates with or without proceed/stop set as well.
- afterPropertiesSet() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
This method is only for handling some post configuration that is needed since this is an interceptor, and we have to do a bit of magic logic to fixup to handle predicates with or without proceed/stop set as well.
- afterUri(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
After sending to the endpoint then send the message to this url which allows to process its result.
- afterUrl(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
Deprecated.
- aggregate() - Method in class org.apache.camel.model.ProcessorDefinition
-
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
- aggregate(AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
- aggregate(Exchange, Exchange) - Method in class org.apache.camel.builder.AggregationStrategyClause
- aggregate(Exchange, Exchange) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
- aggregate(Exchange, Exchange, Exchange) - Method in class org.apache.camel.builder.AggregationStrategyClause
- aggregate(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
- aggregate(Expression, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
Aggregator EIP: Creates an aggregator allowing you to combine a number of messages together into a single message.
- aggregateController(String) - Method in class org.apache.camel.model.AggregateDefinition
-
To use a
AggregateController
to allow external sources to control this aggregator. - aggregateController(AggregateController) - Method in class org.apache.camel.model.AggregateDefinition
-
To use a
AggregateController
to allow external sources to control this aggregator. - AggregateDefinition - Class in org.apache.camel.model
-
Aggregates many messages into a single message
- AggregateDefinition() - Constructor for class org.apache.camel.model.AggregateDefinition
- AggregateDefinition(Expression) - Constructor for class org.apache.camel.model.AggregateDefinition
- AggregateDefinition(Expression, AggregationStrategy) - Constructor for class org.apache.camel.model.AggregateDefinition
- AggregateDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.AggregateDefinition
- AggregateDefinition(Predicate) - Constructor for class org.apache.camel.model.AggregateDefinition
- aggregateOnException(boolean) - Method in class org.apache.camel.model.EnrichDefinition
-
If this option is false then the aggregate method is not used if there was an exception thrown while trying to retrieve the data to enrich from the resource.
- aggregateOnException(boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
-
If this option is false then the aggregate method is not used if there was an exception thrown while trying to retrieve the data to enrich from the resource.
- aggregationRepository(String) - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the custom aggregate repository to use.
- aggregationRepository(AggregationRepository) - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the custom aggregate repository to use.
- AggregationStrategies - Class in org.apache.camel.builder
-
Toolbox class to create commonly used Aggregation Strategies in a fluent manner.
- aggregationStrategy() - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the AggregationStrategy to use with a fluent builder.
- aggregationStrategy() - Method in class org.apache.camel.model.MulticastDefinition
-
Sets the AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast using a fluent builder.
- aggregationStrategy(String) - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the aggregate strategy to use
- aggregationStrategy(String) - Method in interface org.apache.camel.model.AggregationStrategyAwareDefinition
-
Sets the aggregation strategy to use.
- aggregationStrategy(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
-
To use a custom
AggregationStrategy
instead of the default implementation. - aggregationStrategy(String) - Method in class org.apache.camel.model.EnrichDefinition
-
Refers to an AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
- aggregationStrategy(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Sets a reference to the AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
- aggregationStrategy(String) - Method in class org.apache.camel.model.PollEnrichDefinition
-
Refers to an AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
- aggregationStrategy(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
Sets a reference to the AggregationStrategy to be used to assemble the replies from the recipients, into a single outgoing message from the RecipientList.
- aggregationStrategy(String) - Method in class org.apache.camel.model.SplitDefinition
-
Sets a reference to the AggregationStrategy to be used to assemble the replies from the split messages, into a single outgoing message from the Splitter.
- aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the aggregate strategy to use
- aggregationStrategy(AggregationStrategy) - Method in interface org.apache.camel.model.AggregationStrategyAwareDefinition
-
Sets the aggregation strategy to use.
- aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.ClaimCheckDefinition
-
To use a custom
AggregationStrategy
instead of the default implementation. - aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.EnrichDefinition
-
Sets the AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
- aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.MulticastDefinition
-
Sets the AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
- aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.PollEnrichDefinition
-
Sets the AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
- aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.RecipientListDefinition
-
Sets the AggregationStrategy to be used to assemble the replies from the recipients, into a single outgoing message from the RecipientList.
- aggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.SplitDefinition
-
Sets the AggregationStrategy to be used to assemble the replies from the split messages, into a single outgoing message from the Splitter.
- AggregationStrategyAwareDefinition<Type extends ProcessorDefinition<?>> - Interface in org.apache.camel.model
-
Enables definitions to support
AggregationStrategy
- AggregationStrategyClause<T> - Class in org.apache.camel.builder
- AggregationStrategyClause(T) - Constructor for class org.apache.camel.builder.AggregationStrategyClause
- aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.AggregateDefinition
-
Sets allowing null when using a bean as
AggregationStrategy
. - aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.MulticastDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.RecipientListDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- aggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.SplitDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- aggregationStrategyMethodAllowNull(boolean) - Method in class org.apache.camel.model.EnrichDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- aggregationStrategyMethodAllowNull(boolean) - Method in class org.apache.camel.model.PollEnrichDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- aggregationStrategyMethodAllowNull(boolean) - Method in class org.apache.camel.model.SplitDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- aggregationStrategyMethodAllowNull(String) - Method in class org.apache.camel.model.SplitDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.AggregateDefinition
-
Sets the method name to use when using a bean as
AggregationStrategy
. - aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.EnrichDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.MulticastDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.PollEnrichDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- aggregationStrategyMethodName(String) - Method in class org.apache.camel.model.SplitDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- allLocalIp - org.apache.camel.model.rest.RestHostNameResolver
- allowableValues(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Allowed values of the parameter when its an enum type
- allowableValues(String...) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Allowed values of the parameter when its an enum type
- allowableValues(String...) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Allowed values of the parameter when its an enum type
- allowableValues(List<String>) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Allowed values of the parameter when its an enum type
- allowableValues(List<String>) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Allowed values of the header when its an enum type
- allowCoreThreadTimeOut(boolean) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- allowCoreThreadTimeOut(boolean) - Method in class org.apache.camel.model.ThreadsDefinition
-
Whether idle core threads are allowed to timeout and therefore can shrink the pool size below the core pool size
- allowCoreThreadTimeOut(Boolean) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- allowCoreThreadTimeOut(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- allowCoreThreadTimeOut(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Whether idle core threads is allowed to timeout and therefore can shrink the pool size below the core pool size
- allowDuplicates() - Method in class org.apache.camel.model.ResequenceDefinition
-
Enables duplicates for the batch resequencer mode
- allowEmptyStream(boolean) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- allowEmptyStream(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- allowJmsType(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- allowJmsType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- allowNullBody() - Method in class org.apache.camel.builder.DataFormatClause
-
Allows
null
as value of a body to unmarshall. - allowNullBody(boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Indicates whether
null
is allowed as value of a body to unmarshall. - allowNullBody(boolean) - Method in class org.apache.camel.model.UnmarshalDefinition
-
Indicates whether
null
is allowed as value of a body to unmarshall. - allowOptimisedComponents(boolean) - Method in class org.apache.camel.model.EnrichDefinition
-
Whether to allow components to optimise enricher if they are
SendDynamicAware
. - allowOptimisedComponents(boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Whether to allow components to optimise toD if they are
SendDynamicAware
. - allowOptimisedComponents(String) - Method in class org.apache.camel.model.EnrichDefinition
-
Whether to allow components to optimise enricher if they are
SendDynamicAware
. - allowOptimisedComponents(String) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Whether to allow components to optimise toD if they are
SendDynamicAware
. - allowRedeliveryWhileStopping(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
- allowRedeliveryWhileStopping(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
- allowRedeliveryWhileStopping(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
- allowRedeliveryWhileStopping(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Controls whether to allow redelivery while stopping/shutting down a route that uses error handling.
- allowUnmarshallType(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- allowUnmarshallType(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- allowUnmarshallType(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- allowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- allowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- allowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- and() - Method in class org.apache.camel.builder.NotifyBuilder
-
Prepares to append an additional expression using the and operator.
- anExchange(CamelContext) - Static method in class org.apache.camel.builder.ExchangeBuilder
-
Create the exchange by setting the camel context
- any23(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Any23 data format
- any23(String, Any23Type) - Method in class org.apache.camel.builder.DataFormatClause
- any23(String, Any23Type, Map<String, String>) - Method in class org.apache.camel.builder.DataFormatClause
- any23(String, Any23Type, Map<String, String>, List<String>) - Method in class org.apache.camel.builder.DataFormatClause
- Any23DataFormat - Class in org.apache.camel.model.dataformat
-
Extract RDF data from HTML documents.
- Any23DataFormat() - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
- Any23DataFormat(String) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
- Any23DataFormat(String, Any23Type) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
- Any23DataFormat(String, Any23Type, Map<String, String>) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
- Any23DataFormat(String, Any23Type, Map<String, String>, List<String>) - Constructor for class org.apache.camel.model.dataformat.Any23DataFormat
- Any23Type - Enum in org.apache.camel.model.dataformat
-
Represents the different types of any23 data formats.
- ApacheAvro - org.apache.camel.model.dataformat.AvroLibrary
- apiComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To use a specific Camel rest API component
- apiContextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets a leading context-path the REST services will be using.
- apiDocs(Boolean) - Method in class org.apache.camel.model.rest.RestDefinition
-
Include or exclude the current Rest Definition in API documentation.
- apiHost(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To define a specific host to use for API documentation instead of using a generated API hostname that is relative to the REST service host.
- apiKey(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- apiKey(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- ApiKeyDefinition - Class in org.apache.camel.model.rest
-
Rest security basic auth definition
- ApiKeyDefinition() - Constructor for class org.apache.camel.model.rest.ApiKeyDefinition
- ApiKeyDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.ApiKeyDefinition
- apiProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
For configuring an api property, such as api.title, or api.version.
- apiVendorExtension(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether vendor extension is enabled in the Rest APIs.
- apiVersion(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the API version when using client lookup
- application(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- apply(RouteDefinition) - Method in class org.apache.camel.model.RouteFilters
- apply(RouteTemplateDefinition, Map<String, Object>) - Method in interface org.apache.camel.model.RouteTemplateDefinition.Converter
-
Convert a
RouteTemplateDefinition
to aRouteDefinition
. - arrayType(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
The data type of the array data type
- arrayType(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
The data type of the array data type
- asMap - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- asMap() - Method in class org.apache.camel.model.dataformat.DataFormatsDefinition
- asMap() - Method in class org.apache.camel.model.GlobalOptionsDefinition
- asn1() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the ASN.1 file data format
- asn1(Boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the ASN.1 file data format
- asn1(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the ASN.1 file data format
- asn1(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the ASN.1 file data format
- ASN1DataFormat - Class in org.apache.camel.model.dataformat
-
Encode and decode data structures using Abstract Syntax Notation One (ASN.1).
- ASN1DataFormat() - Constructor for class org.apache.camel.model.dataformat.ASN1DataFormat
- ASN1DataFormat(Boolean) - Constructor for class org.apache.camel.model.dataformat.ASN1DataFormat
- ASN1DataFormat(Class<?>) - Constructor for class org.apache.camel.model.dataformat.ASN1DataFormat
- ASN1DataFormat(String) - Constructor for class org.apache.camel.model.dataformat.ASN1DataFormat
- asRestConfiguration(CamelContext, RestConfiguration) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Configured an instance of a
RestConfiguration
instance based on the definition - asRouteApiDefinition(CamelContext, RestConfiguration) - Static method in class org.apache.camel.model.rest.RestDefinition
-
Transforms the rest api configuration into a
RouteDefinition
which Camel routing engine uses to service the rest api docs. - asRouteDefinition() - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Creates a copy of this template as a
RouteDefinition
which can be used to add as a new route. - asRouteDefinition(CamelContext) - Method in class org.apache.camel.model.rest.RestDefinition
-
Transforms this REST definition into a list of
RouteDefinition
which Camel routing engine can add and run. - asTypeName(Class<?>) - Method in class org.apache.camel.model.rest.RestDefinition
- asVerb() - Method in class org.apache.camel.model.rest.DeleteDefinition
- asVerb() - Method in class org.apache.camel.model.rest.GetDefinition
- asVerb() - Method in class org.apache.camel.model.rest.HeadDefinition
- asVerb() - Method in class org.apache.camel.model.rest.PatchDefinition
- asVerb() - Method in class org.apache.camel.model.rest.PostDefinition
- asVerb() - Method in class org.apache.camel.model.rest.PutDefinition
- asVerb() - Method in class org.apache.camel.model.rest.VerbDefinition
- asyncDelayed() - Method in class org.apache.camel.model.DelayDefinition
-
Enables asynchronous delay which means the thread will not block while delaying.
- asyncDelayed() - Method in class org.apache.camel.model.ThrottleDefinition
-
Enables asynchronous delay which means the thread will not block while delaying.
- asyncDelayed(boolean) - Method in class org.apache.camel.model.ThrottleDefinition
-
Enables asynchronous delay which means the thread will not block while delaying.
- asyncDelayed(String) - Method in class org.apache.camel.model.ThrottleDefinition
-
Enables asynchronous delay which means the thread will not block while delaying.
- asyncDelayedRedelivery() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Will allow asynchronous delayed redeliveries.
- asyncDelayedRedelivery() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Will allow asynchronous delayed redeliveries.
- asyncDelayedRedelivery() - Method in class org.apache.camel.model.OnExceptionDefinition
-
Allow asynchronous delayed redelivery.
- asyncDelayedRedelivery() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Allow asynchronous delayed redelivery.
- authorizationCode(String, String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- authorizationUrl(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- auto - org.apache.camel.model.rest.RestBindingMode
- AUTO - org.apache.camel.model.SagaCompletionMode
-
Complete the saga automatically as soon as the exchange is processed.
- autoDiscoverObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- autoDiscoverObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- autoDiscoverObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- autoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- autoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- autoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- automaticTransitionFromOpenToHalfOpenEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Enables automatic transition from OPEN to HALF_OPEN state once the waitDurationInOpenState has passed.
- autoStartComponents(String) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Whether to auto startup components when toD is starting up.
- autoStartup(boolean) - Method in class org.apache.camel.model.RouteDefinition
-
Sets the auto startup property on this route.
- autoStartup(String) - Method in class org.apache.camel.model.RouteDefinition
-
Sets the auto startup property on this route.
- avro() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Avro data format
- avro(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Avro data format with given unmarshalType
- avro(Object) - Method in class org.apache.camel.builder.DataFormatClause
- avro(String) - Method in class org.apache.camel.builder.DataFormatClause
- avro(AvroLibrary) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses Avro data format with library
- avro(AvroLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Avro data format with given library and unmarshalType
- avro(AvroLibrary, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Avro data format with given library, unmarshalType and schemaResolver
- AvroDataFormat - Class in org.apache.camel.model.dataformat
-
Serialize and deserialize messages using Apache Avro binary data format.
- AvroDataFormat() - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
- AvroDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
- AvroDataFormat(AvroLibrary) - Constructor for class org.apache.camel.model.dataformat.AvroDataFormat
- AvroLibrary - Enum in org.apache.camel.model.dataformat
-
Supported Avro marshallers.
B
- backOffMultiplier(double) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- backOffMultiplier(double) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- backOffMultiplier(double) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the back off multiplier
- backOffMultiplier(double) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the back off multiplier
- backOffMultiplier(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the back off multiplier (supports property placeholders)
- backOffMultiplier(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the back off multiplier (supports property placeholders)
- BarcodeDataFormat - Class in org.apache.camel.model.dataformat
-
Transform strings to various 1D/2D barcode bitmap formats and back.
- BarcodeDataFormat() - Constructor for class org.apache.camel.model.dataformat.BarcodeDataFormat
- base64() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the base64 data format
- base64(int, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the base64 data format
- Base64DataFormat - Class in org.apache.camel.model.dataformat
-
Encode and decode data using Base64.
- Base64DataFormat() - Constructor for class org.apache.camel.model.dataformat.Base64DataFormat
- basePath(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- basicAuth(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- basicAuth(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- BasicAuthDefinition - Class in org.apache.camel.model.rest
-
Rest security basic auth definition
- BasicAuthDefinition() - Constructor for class org.apache.camel.model.rest.BasicAuthDefinition
- BasicAuthDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.BasicAuthDefinition
- batch() - Method in class org.apache.camel.model.ResequenceDefinition
-
Configures the batch-based resequencing algorithm using the default configuration.
- batch(BatchResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
-
Configures the batch-based resequencing algorithm using the given
BatchResequencerConfig
. - BatchResequencerConfig - Class in org.apache.camel.model.config
-
Configures batch-processing resequence eip.
- BatchResequencerConfig() - Constructor for class org.apache.camel.model.config.BatchResequencerConfig
-
Creates a new
BatchResequencerConfig
instance using default values forbatchSize
(100) andbatchTimeout
(1000L). - BatchResequencerConfig(int, long) - Constructor for class org.apache.camel.model.config.BatchResequencerConfig
-
Creates a new
BatchResequencerConfig
instance using the given values forbatchSize
andbatchTimeout
. - bean(Class<?>) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
AggregationStrategyBeanAdapter
for using a POJO as the aggregation strategy. - bean(Class<?>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Calls a method on a bean for creating the local bean
- bean(Class<?>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Class<?>, String) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
AggregationStrategyBeanAdapter
for using a POJO as the aggregation strategy. - bean(Class<?>, String) - Static method in class org.apache.camel.builder.Builder
-
Deprecated.
- bean(Class<?>, String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Calls a method on a bean for creating the local bean
- bean(Class<?>, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Class<?>, String, BeanScope) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Class<?>, BeanScope) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Object) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
AggregationStrategyBeanAdapter
for using a POJO as the aggregation strategy. - bean(Object) - Static method in class org.apache.camel.builder.Builder
-
Deprecated.
- bean(Object) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Object, String) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
AggregationStrategyBeanAdapter
for using a POJO as the aggregation strategy. - bean(Object, String) - Static method in class org.apache.camel.builder.Builder
-
Deprecated.use
Builder.method(Class, String)
(Object, String)} - bean(Object, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Object, String, BeanScope) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Object, BeanScope) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds a local bean as input of the route template.
- bean(String, Class<?>) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds a local bean as input of the route template.
- bean(String, Class<?>, Object) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Binds the bean to the template local repository (takes precedence over global beans)
- bean(String, Class<?>, String, String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds a local bean as input of the route template.
- bean(String, Class<?>, Supplier<Object>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Binds the bean (via a supplier) to the template local repository (takes precedence over global beans)
- bean(String, Class<?>, RouteTemplateContext.BeanSupplier<Object>) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds a local bean as input of the route template.
- bean(String, Object) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Binds the bean to the template local repository (takes precedence over global beans)
- bean(String, Object) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds a local bean as input of the route template.
- bean(String, String, String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds a local bean as input of the route template.
- bean(String, Supplier<Object>) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds a local bean as input of the route template.
- bean(Supplier<Object>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Supplier<Object>, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- bean(Supplier<Object>, String, BeanScope) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a bean which is invoked which could be a final destination, or could be a transformation in a pipeline
- beanAllowNull(Class<?>, String) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
AggregationStrategyBeanAdapter
for using a POJO as the aggregation strategy. - beanAllowNull(Object, String) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
AggregationStrategyBeanAdapter
for using a POJO as the aggregation strategy. - BeanDefinition - Class in org.apache.camel.model
-
Calls a Java bean
- BeanDefinition() - Constructor for class org.apache.camel.model.BeanDefinition
- BeanDefinition(String) - Constructor for class org.apache.camel.model.BeanDefinition
- BeanDefinition(String, String) - Constructor for class org.apache.camel.model.BeanDefinition
- BeanFactoryDefinition<T extends BeanFactoryDefinition<T,P>,P> - Class in org.apache.camel.model
-
Base class for nodes that define a bean factory.
- BeanFactoryDefinition() - Constructor for class org.apache.camel.model.BeanFactoryDefinition
- beanType(Class<?>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
To set the return type of the script (fully qualified class name).
- beanType(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
To set the return type of the script (fully qualified class name).
- bearerToken(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- bearerToken(String, String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- BearerTokenDefinition - Class in org.apache.camel.model.rest
-
Rest security bearer token authentication definition
- BearerTokenDefinition() - Constructor for class org.apache.camel.model.rest.BearerTokenDefinition
- BearerTokenDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.BearerTokenDefinition
- before() - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Insert the following node(s) before the matched node(s)
- beforeById(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- beforeByToString(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- beforeByToUri(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- beforeByType(RouteDefinition, Class<?>, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- beforeConfigure(RouteBuilder) - Method in interface org.apache.camel.builder.RouteBuilderLifecycleStrategy
-
This method is invoked before the
RouteBuilder.configure()
method is invoked. - BeforeConsumer - org.apache.camel.model.OnCompletionMode
- bind(String, Class<?>, Object) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- bind(String, Class<?>, Supplier<Object>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- bind(String, Object) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- bindAsPrototype(String, Class<?>, Supplier<Object>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- bindingMode(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify the binding mode
- bindingMode(String) - Method in class org.apache.camel.model.rest.RestDefinition
- bindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify the binding mode
- bindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestDefinition
- bindToRegistry(String, Class<?>, Object) - Method in class org.apache.camel.builder.RouteBuilder
-
Binds the bean to the repository (if possible).
- bindToRegistry(String, Object) - Method in class org.apache.camel.builder.RouteBuilder
-
Binds the bean to the repository (if possible).
- bindy(BindyType, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Bindy data format
- bindy(BindyType, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Bindy data format
- BindyDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal Java beans from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX messages).
- BindyDataFormat() - Constructor for class org.apache.camel.model.dataformat.BindyDataFormat
- BindyType - Enum in org.apache.camel.model.dataformat
-
Represents the different types of Bindy data formats.
- blacklistFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- blacklistFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- BlacklistServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
- BlacklistServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
- BlacklistServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
- BlacklistServiceCallServiceFilterConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- BlacklistServiceCallServiceFilterConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfigurationConfigurer
- Block - Interface in org.apache.camel.model
-
Interface to add block featuring to the XML element type.
- blockSeconds(Integer) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The seconds to wait for a watch event, default 10 seconds
- blockSeconds(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The seconds to wait for a watch event, default 10 seconds
- body - org.apache.camel.model.rest.RestParamType
- body() - Static method in class org.apache.camel.builder.Builder
-
Returns a predicate and value builder for the inbound body on an exchange
- body() - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a predicate and value builder for the inbound body on an exchange
- body() - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of an inbound message body
- body() - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of an inbound message body
- body(Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of an inbound message body converted to the expected type
- body(Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of an inbound message body converted to the expected type
- body(Class<B>, BiConsumer<B, Map<String, Object>>) - Method in class org.apache.camel.builder.ProcessClause
-
Define a
Processor
which targets the typed Exchange In Body and its Headers. - body(Class<B>, BiFunction<B, B, Object>) - Method in class org.apache.camel.builder.AggregationStrategyClause
-
Define an aggregation strategy which targets Exchanges In Body.
- body(Class<B>, BiFunction<B, Map<String, Object>, Object>) - Method in class org.apache.camel.builder.ExpressionClause
-
A functional expression of an inbound message body converted to the expected type and headers
- body(Class<B>, BiPredicate<B, Map<String, Object>>) - Method in class org.apache.camel.builder.PredicateClause
-
Define a
Predicate
which targets the typed Exchange In Body and its Headers. - body(Class<B>, Consumer<B>) - Method in class org.apache.camel.builder.ProcessClause
-
Define a
Processor
which targets the typed Exchange In Body. - body(Class<B>, Function<B, Object>) - Method in class org.apache.camel.builder.ExpressionClause
-
A functional expression of an inbound message body converted to the expected type
- body(Class<B>, Predicate<B>) - Method in class org.apache.camel.builder.PredicateClause
-
Define a
Predicate
which targets the typed Exchange In Body. - body(Class<O>, Class<N>, BiFunction<O, N, Object>) - Method in class org.apache.camel.builder.AggregationStrategyClause
-
Define an aggregation strategy which targets Exchanges In Body.
- body(BiConsumer<Object, Map<String, Object>>) - Method in class org.apache.camel.builder.ProcessClause
-
Define a
Processor
which targets the Exchange In Body and its Headers. - body(BiFunction<Object, Object, Object>) - Method in class org.apache.camel.builder.AggregationStrategyClause
-
Define an aggregation strategy which targets Exchanges In Body.
- body(BiFunction<Object, Map<String, Object>, Object>) - Method in class org.apache.camel.builder.ExpressionClause
-
A functional expression of an inbound message body and headers
- body(BiPredicate<Object, Map<String, Object>>) - Method in class org.apache.camel.builder.PredicateClause
-
Define a
Predicate
which targets the Exchange In Body and its Headers. - body(Consumer<Object>) - Method in class org.apache.camel.builder.ProcessClause
-
Define a
Processor
which targets the Exchange In Body. - body(Function<Object, Object>) - Method in class org.apache.camel.builder.ExpressionClause
-
A functional expression of an inbound message body
- body(Predicate<Object>) - Method in class org.apache.camel.builder.PredicateClause
-
Define a
Predicate
which targets the Exchange In Body. - bodyAs(Class<T>) - Static method in class org.apache.camel.builder.Builder
-
Returns a predicate and value builder for the inbound message body as a specific type
- bodyAs(Class<T>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a predicate and value builder for the inbound message body as a specific type
- breakOnShutdown() - Method in class org.apache.camel.model.LoopDefinition
- build() - Method in class org.apache.camel.builder.ExchangeBuilder
-
Build up the exchange from the exchange builder
- build() - Method in class org.apache.camel.builder.ThreadPoolBuilder
-
Builds the new thread pool
- build() - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
-
Builds the thread pool profile
- build(Class<T>) - Method in class org.apache.camel.builder.ProxyBuilder
-
Builds the proxy.
- build(Class<T>...) - Method in class org.apache.camel.builder.ProxyBuilder
-
Builds the proxy.
- build(Object, String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
-
Builds the new thread pool
- build(String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
-
Builds the new thread pool
- builder(CamelContext, String) - Static method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Creates a new
TemplatedRouteBuilder
to specify input parameters, and others, for the route template. - Builder - Class in org.apache.camel.builder
- BuilderSupport - Class in org.apache.camel.builder
-
Base class for implementation inheritance for different clauses in the Java DSL
- BuilderSupport() - Constructor for class org.apache.camel.builder.BuilderSupport
- BuilderSupport(CamelContext) - Constructor for class org.apache.camel.builder.BuilderSupport
- buildFromUri(VerbDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
-
Build the from endpoint uri for the verb
- buildScheduled() - Method in class org.apache.camel.builder.ThreadPoolBuilder
-
Builds the new scheduled thread pool
- buildScheduled(Object, String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
-
Builds the new scheduled thread pool
- buildScheduled(String) - Method in class org.apache.camel.builder.ThreadPoolBuilder
-
Builds the new scheduled thread pool
- bulkheadEnabled(boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Whether bulkhead is enabled or not on the circuit breaker.
- bulkheadEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Whether bulkhead is enabled or not on the circuit breaker.
- bulkheadExecutorService(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
References to a custom thread pool to use when bulkhead is enabled
- bulkheadMaxConcurrentCalls(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Configures the max amount of concurrent calls the bulkhead will support.
- bulkheadMaxConcurrentCalls(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the max amount of concurrent calls the bulkhead will support.
- bulkheadMaxWaitDuration(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures a maximum amount of time which the calling thread will wait to enter the bulkhead.
- bulkheadWaitingTaskQueue(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Configures the task queue size for holding waiting tasks to be processed by the bulkhead
C
- caCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Certificate Authority data when using client lookup
- caCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Certificate Authority data that are loaded from the file when using client lookup
- cacheSize(int) - Method in class org.apache.camel.model.DynamicRouterDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this dynamic router, when uris are reused. - cacheSize(int) - Method in class org.apache.camel.model.EnrichDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producer when uris are reused. - cacheSize(int) - Method in class org.apache.camel.model.PollEnrichDefinition
-
Sets the maximum size used by the
ConsumerCache
which is used to cache and reuse consumers when uris are reused. - cacheSize(int) - Method in class org.apache.camel.model.RecipientListDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this recipient list, when uris are reused. - cacheSize(int) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this routing slip, when uris are reused. - cacheSize(int) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this recipient list, when uris are reused. - cacheSize(int) - Method in class org.apache.camel.model.WireTapDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers, when uris are reused. - cacheSize(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this dynamic router, when uris are reused. - cacheSize(String) - Method in class org.apache.camel.model.EnrichDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producer when uris are reused. - cacheSize(String) - Method in class org.apache.camel.model.PollEnrichDefinition
-
Sets the maximum size used by the
ConsumerCache
which is used to cache and reuse consumers when uris are reused. - cacheSize(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this recipient list, when uris are reused. - cacheSize(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this routing slip, when uris are reused. - cacheSize(String) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers when using this recipient list, when uris are reused. - cacheSize(String) - Method in class org.apache.camel.model.WireTapDefinition
-
Sets the maximum size used by the
ProducerCache
which is used to cache and reuse producers, when uris are reused. - CachingServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- CachingServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- CachingServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- CachingServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- CachingServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfigurationConfigurer
- cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- cachingServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- callerRunsWhenRejected(boolean) - Method in class org.apache.camel.model.DelayDefinition
-
Whether or not the caller should run the task when it was rejected by the thread pool.
- callerRunsWhenRejected(boolean) - Method in class org.apache.camel.model.ThreadsDefinition
-
Whether or not to use as caller runs as fallback when a task is rejected being added to the thread pool (when its full).
- callerRunsWhenRejected(boolean) - Method in class org.apache.camel.model.ThrottleDefinition
-
Whether or not the caller should run the task when it was rejected by the thread pool.
- callerRunsWhenRejected(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Whether or not to use as caller runs as fallback when a task is rejected being added to the thread pool (when its full).
- callerRunsWhenRejected(String) - Method in class org.apache.camel.model.ThrottleDefinition
-
Whether or not the caller should run the task when it was rejected by the thread pool.
- capacity(int) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the capacity for the stream resequencer
- castAs(Class<E>) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Cast the result of the pick expression to this type.
- CatchDefinition - Class in org.apache.camel.model
-
Catches exceptions as part of a try, catch, finally block
- CatchDefinition() - Constructor for class org.apache.camel.model.CatchDefinition
- CatchDefinition(Class<? extends Throwable>) - Constructor for class org.apache.camel.model.CatchDefinition
- CatchDefinition(List<Class<? extends Throwable>>) - Constructor for class org.apache.camel.model.CatchDefinition
- cbor() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the CBOR data format
- cbor(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the CBOR data format
- CBORDataFormat - Class in org.apache.camel.model.dataformat
-
Unmarshal a CBOR payload to POJO and back.
- CBORDataFormat() - Constructor for class org.apache.camel.model.dataformat.CBORDataFormat
- checkInitialized() - Method in class org.apache.camel.builder.RouteBuilder
- checkInitialized() - Method in class org.apache.camel.model.TryDefinition
-
Checks whether or not this object has been initialized
- checkNoCompletedPredicate() - Method in class org.apache.camel.model.AggregateDefinition
- choice() - Method in class org.apache.camel.model.ProcessorDefinition
-
Content Based Router EIP: Creates a choice of one or more predicates with an otherwise clause
- ChoiceDefinition - Class in org.apache.camel.model
-
Route messages based on a series of predicates
- ChoiceDefinition() - Constructor for class org.apache.camel.model.ChoiceDefinition
- circuitBreaker() - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a Circuit Breaker EIP.
- circuitBreaker(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
- circuitBreaker(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
- CircuitBreakerDefinition - Class in org.apache.camel.model
-
Route messages in a fault tolerance way using Circuit Breaker
- CircuitBreakerDefinition() - Constructor for class org.apache.camel.model.CircuitBreakerDefinition
- claimCheck() - Method in class org.apache.camel.model.ProcessorDefinition
-
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
- claimCheck(ClaimCheckOperation) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
- claimCheck(ClaimCheckOperation, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
- claimCheck(ClaimCheckOperation, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
- ClaimCheckDefinition - Class in org.apache.camel.model
-
The Claim Check EIP allows you to replace message content with a claim check (a unique key), which can be used to retrieve the message content at a later time.
- ClaimCheckDefinition() - Constructor for class org.apache.camel.model.ClaimCheckDefinition
- ClaimCheckOperation - Enum in org.apache.camel.model
-
Operations for the Claim Check EIP.
- classType(Class<?>) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- classType(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- clear() - Method in class org.apache.camel.model.ContextScanDefinition
- clear() - Method in class org.apache.camel.model.FromDefinition
- clear() - Method in class org.apache.camel.model.PackageScanDefinition
- clear() - Method in class org.apache.camel.model.SendDefinition
- clearOutput() - Method in class org.apache.camel.model.ProcessorDefinition
- clientCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Certificate data when using client lookup
- clientCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Certificate data that are loaded from the file when using client lookup
- clientCredentials(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- clientKeyAlgo(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore algorithm, such as RSA when using client lookup
- clientKeyData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore data when using client lookup
- clientKeyFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore data that are loaded from the file when using client lookup
- clientKeyPassphrase(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore passphrase when using client lookup
- clientRequestValidation(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error.
- clientRequestValidation(boolean) - Method in class org.apache.camel.model.rest.RestDefinition
- cloneBuilder() - Method in class org.apache.camel.builder.LegacyDeadLetterChannelBuilder
-
Deprecated.
- cloneBuilder() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- cloneBuilder() - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- cloneBuilder() - Method in class org.apache.camel.builder.LegacyNoErrorHandlerBuilder
-
Deprecated.
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
-
Deprecated.
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.JtaTransactionErrorHandlerDefinition
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.NoErrorHandlerConfiguration
-
Deprecated.
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.NoErrorHandlerDefinition
- cloneBuilder() - Method in class org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition
- cloneBuilder(LegacyDefaultErrorHandlerBuilder) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- cloneBuilder(LegacyErrorHandlerBuilderRef) - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- cloneBuilder(DeadLetterChannelDefinition) - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- cloneBuilder(DefaultErrorHandlerDefinition) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- cloneBuilder(TransactionErrorHandlerDefinition) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
- closeCorrelationKeyOnCompletion(int) - Method in class org.apache.camel.model.AggregateDefinition
-
Closes a correlation key when its complete.
- code(int) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
The response code such as a HTTP status code
- code(String) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
The response code such as a HTTP status code.
- collectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the collection format.
- collectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets the collection format.
- CollectionFormat - Enum in org.apache.camel.model.rest
- collectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- collectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- collectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- collectionType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- collectionType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- collectionType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- collisionAvoidanceFactor(double) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the collision avoidance factor
- collisionAvoidanceFactor(double) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the collision avoidance factor
- collisionAvoidanceFactor(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the collision avoidance factor (supports property placeholders)
- collisionAvoidanceFactor(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the collision avoidance factor (supports property placeholders)
- collisionAvoidancePercent(double) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- collisionAvoidancePercent(double) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- collisionAvoidancePercent(double) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the collision avoidance percentage
- collisionAvoidancePercent(double) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the collision avoidance percentage
- combinedFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- combinedFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- CombinedServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- CombinedServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- CombinedServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- CombinedServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- CombinedServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfigurationConfigurer
- CombinedServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
- CombinedServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- CombinedServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- CombinedServiceCallServiceFilterConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- CombinedServiceCallServiceFilterConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfigurationConfigurer
- combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- combinedServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- combinedServiceDiscovery(CombinedServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- comment - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- comparator(String) - Method in class org.apache.camel.model.SortDefinition
-
Sets a reference to lookup for the comparator to use for sorting
- comparator(Comparator<T>) - Method in class org.apache.camel.model.SortDefinition
-
Sets the comparator to use for sorting
- comparator(ExpressionResultComparator) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the comparator to use for stream resequencer
- compensation(String) - Method in class org.apache.camel.model.SagaDefinition
- completeAllOnStop() - Method in class org.apache.camel.model.AggregateDefinition
-
Indicates to wait to complete all current and partial (pending) aggregated exchanges when the context is stopped.
- completion() - Method in class org.apache.camel.model.AggregateDefinition
-
A Predicate to indicate when an aggregated exchange is complete.
- completion(String) - Method in class org.apache.camel.model.SagaDefinition
- completion(Predicate) - Method in class org.apache.camel.model.AggregateDefinition
-
A Predicate to indicate when an aggregated exchange is complete.
- completionAware(FlexibleAggregationStrategy.CompletionAwareMixin) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Plugs in logic to execute when an aggregation batch completes.
- completionEager(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Sets whether to complete the idempotent consumer eager or when the exchange is done.
- completionFromBatchConsumer() - Method in class org.apache.camel.model.AggregateDefinition
-
Enables the batch completion mode where we aggregate from a
BatchConsumer
and aggregate the total number of exchanges theBatchConsumer
has reported as total by checking the exchange propertyExchange.BATCH_COMPLETE
when its complete. - completionInterval(long) - Method in class org.apache.camel.model.AggregateDefinition
-
A repeating period in millis by which the aggregator will complete all current aggregated exchanges.
- completionInterval(String) - Method in class org.apache.camel.model.AggregateDefinition
-
A repeating period in millis by which the aggregator will complete all current aggregated exchanges.
- completionMode(String) - Method in class org.apache.camel.model.SagaDefinition
- completionMode(SagaCompletionMode) - Method in class org.apache.camel.model.SagaDefinition
- completionOnNewCorrelationGroup() - Method in class org.apache.camel.model.AggregateDefinition
-
Enables completion on all previous groups when a new incoming correlation group.
- completionPredicate() - Method in class org.apache.camel.model.AggregateDefinition
-
A Predicate to indicate when an aggregated exchange is complete.
- completionPredicate(Predicate) - Method in class org.apache.camel.model.AggregateDefinition
-
A Predicate to indicate when an aggregated exchange is complete.
- completionSize(int) - Method in class org.apache.camel.model.AggregateDefinition
-
Number of messages aggregated before the aggregation is complete.
- completionSize(String) - Method in class org.apache.camel.model.AggregateDefinition
-
Number of messages aggregated before the aggregation is complete.
- completionSize(Expression) - Method in class org.apache.camel.model.AggregateDefinition
-
Number of messages aggregated before the aggregation is complete.
- completionTimeout(long) - Method in class org.apache.camel.model.AggregateDefinition
-
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
- completionTimeout(String) - Method in class org.apache.camel.model.AggregateDefinition
-
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
- completionTimeout(Expression) - Method in class org.apache.camel.model.AggregateDefinition
-
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
- completionTimeoutCheckerInterval(long) - Method in class org.apache.camel.model.AggregateDefinition
-
Interval in millis that is used by the background task that checks for timeouts (
TimeoutMap
). - component(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets the default Camel component to use for calling the remote service.
- component(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the component to use
- component(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To use a specific Camel rest component (consumer)
- componentProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
For additional configuration options on component level
- condition(Predicate) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Set a filter condition such as only results satisfying it will be aggregated.
- config(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreakerConfig instance to lookup and use from the registry.
- configuration() - Method in class org.apache.camel.builder.RouteBuilder
-
Called on initialization to build routes configuration (global routes configurations) using the fluent builder syntax.
- configuration() - Method in class org.apache.camel.builder.RouteConfigurationBuilder
- configuration(String) - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
Refers to a configuration to use for configuring the circuit breaker.
- configure() - Method in class org.apache.camel.builder.RouteBuilder
-
Called on initialization to build the routes using the fluent builder syntax.
- configure() - Method in class org.apache.camel.builder.RouteConfigurationBuilder
- configure(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Sets a configurer which allows to do configuration while the route template is being used to create a route.
- configure(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Sets a configurer which allows to do configuration while the route template is being used to create a route.
- configure(CamelContext) - Method in class org.apache.camel.builder.TransformerBuilder
-
Configure a Transformer according to the configurations built on this builder and register it into given
CamelContext
. - configure(CamelContext) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Configures a new Validator according to the configurations built on this builder and register it into the given
CamelContext
. - configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
- configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.AggregateDefinition
- configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ChoiceDefinition
- configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ExpressionNode
- configureChild(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Strategy for children to do any custom configuration
- configureExpression(CamelContext, Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
- configureRest(RestDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- configureRests(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
-
Configures the rests
- configureRoute(RouteDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- configureRouteConfiguration(RouteConfigurationDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- configureRoutes(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
-
Configures the routes
- configureRouteTemplate(RouteTemplateDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- configureTemplatedRoute(CamelContextAware) - Method in class org.apache.camel.builder.RouteBuilder
- connectionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- connectTimeoutMillis(long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Connect timeout for OkHttpClient
- connectTimeoutMillis(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Connect timeout for OkHttpClient
- constant(Object) - Static method in class org.apache.camel.builder.Builder
-
Returns a constant expression
- constant(Object) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a constant expression value builder
- constant(Object) - Method in class org.apache.camel.builder.ExpressionClause
-
Specify the constant expression value.
- constant(Object) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Specify the constant expression value.
- constant(Object...) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a constant expression value builder
- constant(Object, boolean) - Static method in class org.apache.camel.builder.Builder
-
Returns a constant expression
- constant(Object, boolean) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a constant expression value builder
- constant(Object, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Specify the constant expression value.
- constant(Object, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Specify the constant expression value.
- constant(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
-
Returns a constant expression
- constant(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Specify the constant expression value.
- constant(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Specify the constant expression value.
- ConstantExpression - Class in org.apache.camel.model.language
-
A fixed value set only once during the route startup.
- ConstantExpression() - Constructor for class org.apache.camel.model.language.ConstantExpression
- ConstantExpression(String) - Constructor for class org.apache.camel.model.language.ConstantExpression
- Constants - Class in org.apache.camel.model
-
Various constants.
- ConsulServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- ConsulServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- ConsulServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- ConsulServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ConsulServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfigurationConfigurer
- consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- consulServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- consulServiceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- consumerListener(String) - Method in class org.apache.camel.model.PausableDefinition
-
Sets the consumer listener to use
- consumerListener(ConsumerListener<?, ?>) - Method in class org.apache.camel.model.PausableDefinition
-
Sets the consumer listener to use
- consumerProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
For additional configuration options on consumer level
- consumes(String) - Method in class org.apache.camel.model.rest.RestDefinition
- ContentTypeHeaderAware - Interface in org.apache.camel.model.dataformat
-
Data format that is capable of using content type header.
- contextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets a leading context-path the REST services will be using.
- ContextScanDefinition - Class in org.apache.camel.model
-
Scans for Java
RouteBuilder
instances in the contextRegistry
. - ContextScanDefinition() - Constructor for class org.apache.camel.model.ContextScanDefinition
- continued(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether the exchange should handle and continue routing from the point of failure.
- continued(Expression) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether the exchange should be marked as handled or not.
- continued(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether the exchange should be marked as handled or not.
- ConvertBodyDefinition - Class in org.apache.camel.model
-
Converts the message body to another type
- ConvertBodyDefinition() - Constructor for class org.apache.camel.model.ConvertBodyDefinition
- ConvertBodyDefinition(Class<?>) - Constructor for class org.apache.camel.model.ConvertBodyDefinition
- ConvertBodyDefinition(Class<?>, boolean) - Constructor for class org.apache.camel.model.ConvertBodyDefinition
- ConvertBodyDefinition(Class<?>, String) - Constructor for class org.apache.camel.model.ConvertBodyDefinition
- ConvertBodyDefinition(String) - Constructor for class org.apache.camel.model.ConvertBodyDefinition
- convertBodyTo(Class<?>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Converts the IN message body to the specified type
- convertBodyTo(Class<?>, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
Converts the IN message body to the specified type
- convertBodyTo(Class<?>, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Converts the IN message body to the specified type
- copy() - Method in class org.apache.camel.model.LoopDefinition
-
Enables copy mode so a copy of the input Exchange is used for each iteration.
- copy() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- copy() - Method in class org.apache.camel.model.WireTapDefinition
-
Uses a copy of the original exchange
- copy(boolean) - Method in class org.apache.camel.model.WireTapDefinition
-
Uses a copy of the original exchange
- copy(String) - Method in class org.apache.camel.model.WireTapDefinition
-
Uses a copy of the original exchange
- correlationExpression(long) - Method in class org.apache.camel.model.ThrottleDefinition
-
To use a correlation expression that can throttle by the given key instead of overall throttling
- correlationExpression(Expression) - Method in class org.apache.camel.model.ThrottleDefinition
-
To use a correlation expression that can throttle by the given key instead of overall throttling
- corsAllowCredentials(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Shortcut for setting the
Access-Control-Allow-Credentials
header. - corsHeaderProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
For configuring CORS headers
- create() - Method in class org.apache.camel.builder.NotifyBuilder
-
Creates the expression this builder should use for matching.
- createErrorHandlerBuilder() - Method in class org.apache.camel.builder.BuilderSupport
- createExpression(CamelContext) - Method in class org.apache.camel.builder.ExpressionClauseSupport
- createExpression(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
- createExpression(ExpressionDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
-
Creates an expression from the model.
- createLogger() - Method in class org.apache.camel.builder.LegacyDeadLetterChannelBuilder
-
Deprecated.
- createLogger() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- createPredicate(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
- createPredicate(ExpressionDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
-
Creates a predicate from the model.
- createRedeliveryPolicy() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- createRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- createRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- createRest() - Method in class org.apache.camel.model.rest.RestsDefinition
- createRoute() - Method in class org.apache.camel.model.RoutesDefinition
- createRouteBuilder(CamelContext) - Method in class org.apache.camel.model.RouteBuilderDefinition
- createRouteConfiguration(String) - Method in class org.apache.camel.model.RouteConfigurationsDefinition
- createRoutes(CamelContext) - Method in class org.apache.camel.model.RouteBuilderDefinition
- createRouteTemplate() - Method in class org.apache.camel.model.RouteTemplatesDefinition
- CryptoDataFormat - Class in org.apache.camel.model.dataformat
-
Encrypt and decrypt messages using Java Cryptography Extension (JCE).
- CryptoDataFormat() - Constructor for class org.apache.camel.model.dataformat.CryptoDataFormat
- csimple(String) - Static method in class org.apache.camel.builder.Builder
-
Returns a csimple expression
- csimple(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a compiled simple expression value builder
- csimple(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Returns a compiled simple expression value builder
- csimple(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a compiled simple expression
- csimple(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
-
Returns a csimple expression
- csimple(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a compiled simple expression value builder
- csimple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Returns a compile simple expression value builder
- csimple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a compiled simple expression
- CSimpleExpression - Class in org.apache.camel.model.language
-
Evaluate a compiled simple expression.
- CSimpleExpression() - Constructor for class org.apache.camel.model.language.CSimpleExpression
- CSimpleExpression(String) - Constructor for class org.apache.camel.model.language.CSimpleExpression
- csv - org.apache.camel.model.rest.CollectionFormat
- csv() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the CSV data format
- csv() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- Csv - org.apache.camel.model.dataformat.BindyType
- CsvDataFormat - Class in org.apache.camel.model.dataformat
-
Handle CSV (Comma Separated Values) payloads.
- CsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.CsvDataFormat
- CsvDataFormat(boolean) - Constructor for class org.apache.camel.model.dataformat.CsvDataFormat
- CsvDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.CsvDataFormat
- csvLazyLoad() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the CSV data format for a huge file.
- custom(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the custom data format
- custom(String) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- custom(String) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses the custom load balancer
- custom(ServiceFilter) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- CustomDataFormat - Class in org.apache.camel.model.dataformat
-
Delegate to a custom
DataFormat
implementation via Camel registry. - CustomDataFormat() - Constructor for class org.apache.camel.model.dataformat.CustomDataFormat
- CustomDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.CustomDataFormat
- customFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- customFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- customFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- customFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- CustomLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
-
To use a custom load balancer implementation.
- CustomLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
- CustomLoadBalancerDefinition(String) - Constructor for class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
- CustomServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
- CustomServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
- CustomServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
- CustomServiceCallServiceFilterConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- CustomServiceCallServiceFilterConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfigurationConfigurer
- CustomTransformerDefinition - Class in org.apache.camel.model.transformer
-
Represents a CustomTransformer.
- CustomTransformerDefinition() - Constructor for class org.apache.camel.model.transformer.CustomTransformerDefinition
- CustomValidatorDefinition - Class in org.apache.camel.model.validator
-
Represents a CustomValidator.
- CustomValidatorDefinition() - Constructor for class org.apache.camel.model.validator.CustomValidatorDefinition
D
- dataCenter(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The data center
- dataFormat(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
The data format of the parameter such as binary, date, date-time, password.
- dataFormat(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
The data format of the parameter such as binary, date, date-time, password.
- DataFormatClause<T extends ProcessorDefinition<?>> - Class in org.apache.camel.builder
-
An expression for constructing the different possible
DataFormat
options. - DataFormatClause(T, DataFormatClause.Operation) - Constructor for class org.apache.camel.builder.DataFormatClause
- DataFormatClause.Operation - Enum in org.apache.camel.builder
-
DataFormat
operations. - DataFormatDefinition - Class in org.apache.camel.model
-
Represents a Camel data format
- DataFormatDefinition() - Constructor for class org.apache.camel.model.DataFormatDefinition
- DataFormatDefinition(String) - Constructor for class org.apache.camel.model.DataFormatDefinition
- DataFormatDefinition(DataFormat) - Constructor for class org.apache.camel.model.DataFormatDefinition
- DataFormatDefinitionAware - Interface in org.apache.camel.model
-
Marker interface to mark a
ProcessorDefinition
that supports data formats. - dataFormatProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
For additional configuration options on data format level
- DataFormatsDefinition - Class in org.apache.camel.model.dataformat
-
Configure data formats.
- DataFormatsDefinition() - Constructor for class org.apache.camel.model.dataformat.DataFormatsDefinition
- DataFormatTransformerDefinition - Class in org.apache.camel.model.transformer
-
Represents a
DataFormatTransformer
which leveragesDataFormat
to perform transformation. - DataFormatTransformerDefinition() - Constructor for class org.apache.camel.model.transformer.DataFormatTransformerDefinition
- datasonnet(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a datasonnet expression value builder
- datasonnet(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Datasonnet expression
- datasonnet(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Datasonnet expression
- datasonnet(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a datasonnet expression value builder
- datasonnet(String, Class<?>, String, String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a datasonnet expression value builder
- DatasonnetExpression - Class in org.apache.camel.model.language
-
To use DataSonnet scripts for message transformations.
- DatasonnetExpression() - Constructor for class org.apache.camel.model.language.DatasonnetExpression
- DatasonnetExpression(String) - Constructor for class org.apache.camel.model.language.DatasonnetExpression
- DatasonnetExpression(Expression) - Constructor for class org.apache.camel.model.language.DatasonnetExpression
- dataType(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
The data type of the parameter such as string, integer, boolean
- dataType(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
The data type of the header such as string, integer, boolean
- deadLetterChannel(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Dead Letter Channel EIP: is a error handler for handling messages that could not be delivered to it's intended destination.
- deadLetterChannel(Endpoint) - Method in class org.apache.camel.builder.BuilderSupport
-
Dead Letter Channel EIP: is a error handler for handling messages that could not be delivered to it's intended destination.
- DeadLetterChannelBuilder - Class in org.apache.camel.builder
-
Dead letter channel error handler as a builder.
- DeadLetterChannelBuilder() - Constructor for class org.apache.camel.builder.DeadLetterChannelBuilder
- DeadLetterChannelBuilder(String) - Constructor for class org.apache.camel.builder.DeadLetterChannelBuilder
- DeadLetterChannelBuilder(Endpoint) - Constructor for class org.apache.camel.builder.DeadLetterChannelBuilder
- DeadLetterChannelConfiguration - Class in org.apache.camel.model.errorhandler
-
Deprecated.
- DeadLetterChannelConfiguration() - Constructor for class org.apache.camel.model.errorhandler.DeadLetterChannelConfiguration
-
Deprecated.
- DeadLetterChannelDefinition - Class in org.apache.camel.model.errorhandler
-
Error handler with dead letter queue.
- DeadLetterChannelDefinition() - Constructor for class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- DeadLetterChannelDefinition(String) - Constructor for class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- DeadLetterChannelDefinition(Endpoint) - Constructor for class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- DeadLetterChannelProperties - Interface in org.apache.camel.model.errorhandler
-
Deprecated.
- deadLetterHandleNewException(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Whether the dead letter channel should handle (and ignore) any new exception that may been thrown during sending the message to the dead letter endpoint.
- deadLetterHandleNewException(boolean) - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
-
Whether the dead letter channel should handle (and ignore) any new exception that may been thrown during sending the message to the dead letter endpoint.
- deadLetterUri(String) - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
-
The dead letter endpoint uri for the Dead Letter error handler.
- DEFAULT_COMPONENT - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- DEFAULT_CONVERTER - Static variable in interface org.apache.camel.model.RouteTemplateDefinition.Converter
-
Default implementation that uses
RouteTemplateDefinition.asRouteDefinition()
to convert aRouteTemplateDefinition
to aRouteDefinition
- DEFAULT_DELIMITER - Static variable in class org.apache.camel.model.DynamicRouterDefinition
- DEFAULT_DELIMITER - Static variable in class org.apache.camel.model.RoutingSlipDefinition
- DEFAULT_ERROR_HANDLER_BUILDER - Static variable in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- DEFAULT_ERROR_HANDLER_BUILDER - Static variable in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
- DEFAULT_ERROR_HANDLER_BUILDER - Static variable in class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
- DEFAULT_ERROR_HANDLER_BUILDER - Static variable in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
-
Deprecated.
- DEFAULT_LOAD_BALANCER_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- DEFAULT_SERVICE_CALL_CONFIG_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- DEFAULT_SERVICE_CALL_EXPRESSION_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- DEFAULT_SERVICE_CHOOSER_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- DEFAULT_SERVICE_DISCOVERY_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- DEFAULT_SERVICE_FILTER_ID - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- defaultCompletionMode() - Static method in enum org.apache.camel.model.SagaCompletionMode
- defaultErrorHandler() - Method in class org.apache.camel.builder.BuilderSupport
-
Creates a default error handler.
- DefaultErrorHandlerBuilder - Class in org.apache.camel.builder
-
Default error handler as a builder.
- DefaultErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.DefaultErrorHandlerBuilder
- DefaultErrorHandlerConfiguration - Class in org.apache.camel.model.errorhandler
-
Deprecated.
- DefaultErrorHandlerConfiguration() - Constructor for class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- DefaultErrorHandlerDefinition - Class in org.apache.camel.model.errorhandler
-
The default error handler.
- DefaultErrorHandlerDefinition() - Constructor for class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- DefaultErrorHandlerProperties - Interface in org.apache.camel.model.errorhandler
-
Deprecated.
- defaultLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- defaultLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- defaultProfile(Boolean) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- DefaultRouteTemplateContext - Class in org.apache.camel.model
-
Default
RouteTemplateContext
. - DefaultRouteTemplateContext(CamelContext) - Constructor for class org.apache.camel.model.DefaultRouteTemplateContext
- DefaultServiceCallServiceLoadBalancerConfiguration - Class in org.apache.camel.model.cloud
- DefaultServiceCallServiceLoadBalancerConfiguration() - Constructor for class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration
- DefaultServiceCallServiceLoadBalancerConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration
- DefaultServiceCallServiceLoadBalancerConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- DefaultServiceCallServiceLoadBalancerConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfigurationConfigurer
- defaultValue(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
The default value of the parameter.
- delay() - Method in class org.apache.camel.model.ProcessorDefinition
-
Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
- delay(long) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Control how long the circuit breaker stays open.
- delay(long) - Method in class org.apache.camel.model.ProcessorDefinition
-
Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
- delay(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Control how long the circuit breaker stays open.
- delay(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Delayer EIP: Creates a delayer allowing you to delay the delivery of messages to some destination.
- DelayDefinition - Class in org.apache.camel.model
-
Delays processing for a specified length of time
- DelayDefinition() - Constructor for class org.apache.camel.model.DelayDefinition
- DelayDefinition(Expression) - Constructor for class org.apache.camel.model.DelayDefinition
- delayer(long) - Method in class org.apache.camel.model.RouteDefinition
-
Enable delayer for this route.
- delayPattern(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- delayPattern(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- delayPattern(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the delay pattern with delay intervals.
- delayPattern(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the delay pattern with delay intervals.
- delayTime(Long) - Method in class org.apache.camel.model.DelayDefinition
-
Sets the delay time in millis to delay
- delete() - Method in class org.apache.camel.model.rest.RestDefinition
- delete() - Method in class org.apache.camel.model.rest.VerbDefinition
- delete(String) - Method in class org.apache.camel.model.rest.RestDefinition
- delete(String) - Method in class org.apache.camel.model.rest.VerbDefinition
- DeleteDefinition - Class in org.apache.camel.model.rest
-
Rest DELETE command
- DeleteDefinition() - Constructor for class org.apache.camel.model.rest.DeleteDefinition
- delimiter(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
Delimiter used if the Expression returned multiple endpoints.
- delimiter(String) - Method in class org.apache.camel.model.SplitDefinition
-
Delimiter used in splitting messages.
- deliveryAttemptInterval(long) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the interval in milli seconds the stream resequencer will at most wait while waiting for condition of being able to deliver.
- deprecated() - Method in class org.apache.camel.model.rest.RestDefinition
- deprecated() - Method in class org.apache.camel.model.rest.VerbDefinition
- description() - Method in class org.apache.camel.model.AggregateDefinition
- description() - Method in class org.apache.camel.model.BeanDefinition
- description() - Method in class org.apache.camel.model.ErrorHandlerDefinition
- description() - Method in class org.apache.camel.model.MarshalDefinition
- description() - Method in class org.apache.camel.model.OnExceptionDefinition
- description() - Method in class org.apache.camel.model.PolicyDefinition
- description() - Method in class org.apache.camel.model.SagaDefinition
- description() - Method in class org.apache.camel.model.SamplingDefinition
- description() - Method in class org.apache.camel.model.ThrottleDefinition
- description() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- description() - Method in class org.apache.camel.model.TransactedDefinition
- description() - Method in class org.apache.camel.model.UnmarshalDefinition
- description() - Method in class org.apache.camel.model.WhenDefinition
- description(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Sets the description of this node
- description(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Description of the parameter.
- description(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Description of the parameter.
- description(String) - Method in class org.apache.camel.model.rest.RestDefinition
- description(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
- description(String, String, String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Deprecated.
- description(String, String, String) - Method in class org.apache.camel.model.rest.RestDefinition
- DescriptionDefinition - Class in org.apache.camel.model
-
To provide comments about the node.
- DescriptionDefinition() - Constructor for class org.apache.camel.model.DescriptionDefinition
- DescriptionDefinition(String) - Constructor for class org.apache.camel.model.DescriptionDefinition
- destroy() - Method in class org.apache.camel.builder.NotifyBuilder
-
De-registers this builder from its
CamelContext
. - disableFeatures(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- disableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- disableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- disableRedelivery() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- disableRedelivery() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- discardOnAggregationFailure() - Method in class org.apache.camel.model.AggregateDefinition
-
Discards the aggregated message when aggregation failed (an exception was thrown from
AggregationStrategy
. - discardOnCompletionTimeout() - Method in class org.apache.camel.model.AggregateDefinition
-
Discards the aggregated message on completion timeout.
- dnsDomain(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the DNS domain to use for DNS/SNDSRV lookup.
- DnsServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- DnsServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
- DnsServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
- DnsServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- DnsServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfigurationConfigurer
- dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- dnsServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- dnsServiceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- dnsServiceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- dnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- dnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- doCatch(Class<? extends Throwable>) - Method in class org.apache.camel.model.TryDefinition
-
Handles the given exception
- doCatch(Class<? extends Throwable>...) - Method in class org.apache.camel.model.TryDefinition
-
Handles the given exception(s)
- doFinally() - Method in class org.apache.camel.model.TryDefinition
-
The finally block for a given handle
- domain(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
-
The domain name;
- doSetMultiValueProperties(String, String, Map<String, Object>) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
-
Adds multi-value options to this endpoint.
- doSetMultiValueProperties(String, String, Map<String, Object>) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
-
Adds multi-value options to this endpoint.
- doSetMultiValueProperty(String, String, Object) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
-
Adds a multi-value option to this endpoint.
- doSetMultiValueProperty(String, String, Object) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
-
Adds a multi-value option to this endpoint.
- doSetProperty(String, Object) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
-
Adds an option to this endpoint.
- doSetProperty(String, Object) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
-
Adds an option to this endpoint.
- doTry() - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a try/catch block
- dropRootNode(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- dropRootNode(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- dynamicRouter() - Method in class org.apache.camel.model.ProcessorDefinition
-
Dynamic Router EIP: Creates a dynamic router allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
- dynamicRouter(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Dynamic Router EIP: Creates a dynamic router allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
- DynamicRouterDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
Route messages based on dynamic rules
- DynamicRouterDefinition() - Constructor for class org.apache.camel.model.DynamicRouterDefinition
- DynamicRouterDefinition(Expression) - Constructor for class org.apache.camel.model.DynamicRouterDefinition
- dynamicUri(boolean) - Method in class org.apache.camel.model.WireTapDefinition
-
Whether the uri is dynamic or static.
- dynamicUri(String) - Method in class org.apache.camel.model.WireTapDefinition
-
Whether the uri is dynamic or static.
E
- eager(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Sets whether to eagerly add the key to the idempotent repository or wait until the exchange is complete.
- eagerCheckCompletion() - Method in class org.apache.camel.model.AggregateDefinition
-
Use eager completion checking which means that the completionPredicate will use the incoming Exchange.
- emptyValue - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- enableCORS(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify whether to enable CORS which means Camel will automatic include CORS in the HTTP headers in the response.
- enableCORS(boolean) - Method in class org.apache.camel.model.rest.RestDefinition
- enableFeatures(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- enableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- enableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- end() - Method in class org.apache.camel.model.BeanFactoryDefinition
- end() - Method in class org.apache.camel.model.ChoiceDefinition
- end() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- end() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
- end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
- end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
- end() - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
- end() - Method in class org.apache.camel.model.DynamicRouterDefinition
- end() - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
End of configuration.
- end() - Method in class org.apache.camel.model.OnCompletionDefinition
- end() - Method in class org.apache.camel.model.ProcessorDefinition
-
Ends the current block
- end() - Method in class org.apache.camel.model.RecipientListDefinition
- end() - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
End of configuration.
- end() - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- end() - Method in class org.apache.camel.model.rest.OAuth2Definition
- end() - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- end() - Method in class org.apache.camel.model.RoutingSlipDefinition
- end() - Method in class org.apache.camel.model.WireTapDefinition
- endChoice() - Method in class org.apache.camel.model.ChoiceDefinition
- endChoice() - Method in class org.apache.camel.model.ProcessorDefinition
-
Ends the current block and returns back to the
choice()
DSL. - endCircuitBreaker() - Method in class org.apache.camel.model.ProcessorDefinition
-
Ends the current block and returns back to the
circuitBreaker()
DSL. - endDoCatch() - Method in class org.apache.camel.model.ProcessorDefinition
-
Ends the current block and returns back to the
doCatch()
DSL. - endDoTry() - Method in class org.apache.camel.model.ProcessorDefinition
-
Ends the current block and returns back to the
doTry()
DSL. - endHeader() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Ends the configuration of this header
- endParam() - Method in class org.apache.camel.model.rest.ParamDefinition
-
Ends the configuration of this parameter
- endParent() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
- endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
- endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
- endParent() - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
- endParent() - Method in class org.apache.camel.model.ProcessorDefinition
-
Strategy to allow
ProcessorDefinition
s to have special logic when using end() in the DSL to return back to the intended parent. - endParent() - Method in class org.apache.camel.model.WhenDefinition
- endpoint - Variable in class org.apache.camel.model.SendDefinition
- endpoint(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Deprecated.use
CamelContext.getEndpoint(String)
instead - endpoint(String) - Method in class org.apache.camel.builder.ProxyBuilder
-
Send the proxied message to this endpoint
- endpoint(String, Class<T>) - Method in class org.apache.camel.builder.BuilderSupport
-
Deprecated.use
CamelContext.getEndpoint(String, Class)
instead - endpoint(Endpoint) - Method in class org.apache.camel.builder.ProxyBuilder
-
Send the proxied message to this endpoint
- EndpointConsumerBuilder - Interface in org.apache.camel.builder
-
Type-safe endpoint DSL for building consumer endpoints.
- endpointProducerBuilder - Variable in class org.apache.camel.model.SendDefinition
- endpointProducerBuilder - Variable in class org.apache.camel.model.ToDynamicDefinition
- EndpointProducerBuilder - Interface in org.apache.camel.builder
-
Type-safe endpoint DSL for building producer endpoints.
- endpointProperty(String, String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
For additional configuration options on endpoint level
- EndpointRequiredDefinition - Interface in org.apache.camel.model
- endpoints(String...) - Method in class org.apache.camel.builder.BuilderSupport
-
Deprecated.use
CamelContext.getEndpoint(String)
instead - endpoints(Endpoint...) - Method in class org.apache.camel.builder.BuilderSupport
-
Deprecated.
- EndpointTransformerDefinition - Class in org.apache.camel.model.transformer
-
Represents an endpoint
Transformer
which leverages camelEndpoint
to perform transformation. - EndpointTransformerDefinition() - Constructor for class org.apache.camel.model.transformer.EndpointTransformerDefinition
- EndpointValidatorDefinition - Class in org.apache.camel.model.validator
-
Represents an endpoint
Validator
which leverages camel validator component such as Validator Component and Bean Validator Component to perform content validation. - EndpointValidatorDefinition() - Constructor for class org.apache.camel.model.validator.EndpointValidatorDefinition
- endResponseHeader() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Ends the configuration of this response message
- endResponseMessage() - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
Ends the configuration of this response message
- endSecurityDefinition() - Method in class org.apache.camel.model.rest.RestSecurityDefinition
-
Ends the configuration of this security
- enrich() - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(String, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(String, AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(String, AggregationStrategy, boolean, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(EndpointProducerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(EndpointProducerBuilder, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(EndpointProducerBuilder, AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - enrich(EndpointProducerBuilder, AggregationStrategy, boolean, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
. - EnrichClause<T extends ProcessorDefinition<?>> - Class in org.apache.camel.builder
- EnrichClause(T) - Constructor for class org.apache.camel.builder.EnrichClause
- EnrichDefinition - Class in org.apache.camel.model
-
Enriches a message with data from a secondary resource
- EnrichDefinition() - Constructor for class org.apache.camel.model.EnrichDefinition
- EnrichDefinition(AggregationStrategy) - Constructor for class org.apache.camel.model.EnrichDefinition
- enrichWith(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder. - enrichWith(String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder. - enrichWith(String, boolean, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder. - enrichWith(EndpointProducerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder. - enrichWith(EndpointProducerBuilder, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder. - enrichWith(EndpointProducerBuilder, boolean, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder. - errorHandler(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Installs the given error handler builder
- errorHandler(String) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Sets the error handler to use, for routes that has not already been configured with an error handler.
- errorHandler(String) - Method in class org.apache.camel.model.RouteDefinition
-
Installs the given error handler builder.
- errorHandler(ErrorHandlerFactory) - Method in class org.apache.camel.builder.RouteBuilder
-
Installs the given error handler builder
- errorHandler(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Sets the error handler to use, for routes that has not already been configured with an error handler.
- errorHandler(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteDefinition
-
Installs the given error handler builder.
- ErrorHandlerDefinition - Class in org.apache.camel.model
-
Camel error handling.
- ErrorHandlerDefinition() - Constructor for class org.apache.camel.model.ErrorHandlerDefinition
- ErrorHandlerHelper - Class in org.apache.camel.model.errorhandler
- ErrorHandlerRefConfiguration - Class in org.apache.camel.model.errorhandler
-
Deprecated.
- ErrorHandlerRefConfiguration() - Constructor for class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
-
Deprecated.
- ErrorHandlerRefDefinition - Class in org.apache.camel.model.errorhandler
-
Dead letter channel error handler.
- ErrorHandlerRefDefinition() - Constructor for class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
- ErrorHandlerRefDefinition(String) - Constructor for class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
- ErrorHandlerRefProperties - Interface in org.apache.camel.model.errorhandler
-
Deprecated.
- evaluate(Exchange, Class<T>) - Method in class org.apache.camel.builder.ExpressionClause
- evaluate(Exchange, Class<T>) - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- evaluate(Exchange, Class<T>) - Method in class org.apache.camel.model.language.ExpressionDefinition
- example(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Adds a single example
- example(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets an example of this header.
- example(String, String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Adds a body example with the given content-type
- example(String, String) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
Adds an example
- exception(Class<? extends Throwable>...) - Method in class org.apache.camel.model.CatchDefinition
-
The exception(s) to catch.
- exceptionClasses(Class<? extends Throwable>) - Method in class org.apache.camel.model.CatchDefinition
-
Deprecated.
- exceptionClasses(List<Class<? extends Throwable>>) - Method in class org.apache.camel.model.CatchDefinition
-
Deprecated.
- exceptionMessage() - Static method in class org.apache.camel.builder.Builder
-
Returns a predicate and value builder for the exception message on an exchange
- exceptionMessage() - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a exception expression value builder
- exceptionStackTrace() - Static method in class org.apache.camel.builder.Builder
-
Returns a predicate and value builder for the exception stacktrace on an exchange
- exchange() - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of the exchange
- exchange() - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of the exchange
- exchange(BiFunction<Exchange, Exchange, Exchange>) - Method in class org.apache.camel.builder.AggregationStrategyClause
-
Define an aggregation strategy which targets the exchnage.
- exchange(Consumer<Exchange>) - Method in class org.apache.camel.builder.ProcessClause
-
Define a
Processor
which targets the Exchange. - exchange(Function<Exchange, Object>) - Method in class org.apache.camel.builder.ExpressionClause
-
A functional expression of the exchange
- exchange(Predicate<Exchange>) - Method in class org.apache.camel.builder.PredicateClause
-
Define a
Predicate
which targets the Exchange. - ExchangeBuilder - Class in org.apache.camel.builder
-
Builder to create
Exchange
and add headers and set body on the ExchangeMessage
. - ExchangeBuilder(CamelContext) - Constructor for class org.apache.camel.builder.ExchangeBuilder
- exchangeFormatterRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- exchangeFormatterRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- exchangeFormatterRef(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the reference of the instance of
ExchangeFormatter
to generate the log message from exchange. - exchangePattern() - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of the exchange pattern
- exchangeProperties() - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of the exchange properties
- exchangeProperties() - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of the exchange properties
- exchangeProperty(String) - Static method in class org.apache.camel.builder.Builder
-
Returns a predicate and value builder for properties on an exchange
- exchangeProperty(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a value builder for the given exchange property
- exchangeProperty(String) - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of an exchange property of the given name
- exchangeProperty(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of an exchange property of the given name
- ExchangePropertyExpression - Class in org.apache.camel.model.language
-
Gets a property from the Exchange.
- ExchangePropertyExpression() - Constructor for class org.apache.camel.model.language.ExchangePropertyExpression
- ExchangePropertyExpression(String) - Constructor for class org.apache.camel.model.language.ExchangePropertyExpression
- executorService(String) - Method in class org.apache.camel.model.AggregateDefinition
-
If using parallelProcessing you can specify a custom thread pool to be used.
- executorService(String) - Method in class org.apache.camel.model.DelayDefinition
-
Refers to a custom Thread Pool if asyncDelay has been enabled.
- executorService(String) - Method in interface org.apache.camel.model.ExecutorServiceAwareDefinition
-
Setting the executor service for executing
- executorService(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Refers to a custom Thread Pool to be used for parallel processing.
- executorService(String) - Method in class org.apache.camel.model.OnCompletionDefinition
-
Refers to a custom Thread Pool to be used for parallel processing.
- executorService(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
Refers to a custom Thread Pool to be used for parallel processing.
- executorService(String) - Method in class org.apache.camel.model.SplitDefinition
-
Refers to a custom Thread Pool to be used for parallel processing.
- executorService(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
To refer to a custom thread pool or use a thread pool profile (as overlay)
- executorService(String) - Method in class org.apache.camel.model.ThrottleDefinition
-
To use a custom thread pool (ScheduledExecutorService) by the throttler.
- executorService(String) - Method in class org.apache.camel.model.WireTapDefinition
-
Uses a custom thread pool
- executorService(ExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
-
If using parallelProcessing you can specify a custom thread pool to be used.
- executorService(ExecutorService) - Method in class org.apache.camel.model.DelayDefinition
-
To use a custom Thread Pool if asyncDelay has been enabled.
- executorService(ExecutorService) - Method in interface org.apache.camel.model.ExecutorServiceAwareDefinition
-
Setting the executor service for executing
- executorService(ExecutorService) - Method in class org.apache.camel.model.MulticastDefinition
-
To use a custom Thread Pool to be used for parallel processing.
- executorService(ExecutorService) - Method in class org.apache.camel.model.OnCompletionDefinition
-
To use a custom Thread Pool to be used for parallel processing.
- executorService(ExecutorService) - Method in class org.apache.camel.model.RecipientListDefinition
-
To use a custom Thread Pool to be used for parallel processing.
- executorService(ExecutorService) - Method in class org.apache.camel.model.SplitDefinition
-
To use a custom Thread Pool to be used for parallel processing.
- executorService(ExecutorService) - Method in class org.apache.camel.model.ThreadsDefinition
-
To use a custom thread pool
- executorService(ExecutorService) - Method in class org.apache.camel.model.ThrottleDefinition
-
To use a custom thread pool (ScheduledExecutorService) by the throttler.
- executorService(ExecutorService) - Method in class org.apache.camel.model.WireTapDefinition
-
Uses a custom thread pool
- executorService(ScheduledExecutorService) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the thread pool to be used for redelivery.
- executorService(ScheduledExecutorService) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the thread pool to be used for redelivery.
- ExecutorServiceAwareDefinition<Type extends ProcessorDefinition<?>> - Interface in org.apache.camel.model
-
Enables definitions to support concurrency using
ExecutorService
- executorServiceRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets a reference to a thread pool to be used for redelivery.
- executorServiceRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference to a thread pool to be used for redelivery.
- exponentialBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
Enable exponential backoff
- exponentialBackOff(boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- exponentialBackOff(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- expr(CamelContext) - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
-
Builds a dynamic expression of this endpoint url.
- expr(CamelContext) - Method in interface org.apache.camel.builder.EndpointProducerBuilder
-
Builds a dynamic expression of this endpoint url.
- expression() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
Expression
to use through an expression builder clause. - expression() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
Expression
to use through an expression builder clause. - expression(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
Expression
to use. - expression(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
Expression
to use. - expression(Expression) - Method in class org.apache.camel.builder.ExpressionClause
-
Specify an
Expression
instance - expression(Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Specify an
Expression
instance - expression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
Expression
to use. - expression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
Expression
to use. - expression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- ExpressionBuilder - Class in org.apache.camel.builder
-
A helper class for working with expressions.
- ExpressionClause<T> - Class in org.apache.camel.builder
-
Represents an expression clause within the DSL which when the expression is complete the clause continues to another part of the DSL
- ExpressionClause(T) - Constructor for class org.apache.camel.builder.ExpressionClause
- ExpressionClauseSupport<T> - Class in org.apache.camel.builder
-
A support class for building expression clauses.
- ExpressionClauseSupport(T) - Constructor for class org.apache.camel.builder.ExpressionClauseSupport
- expressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures the Expression using the given configuration.
- expressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the Expression using the given configuration.
- ExpressionDefinition - Class in org.apache.camel.model.language
-
A useful base class for an expression
- ExpressionDefinition() - Constructor for class org.apache.camel.model.language.ExpressionDefinition
- ExpressionDefinition(String) - Constructor for class org.apache.camel.model.language.ExpressionDefinition
- ExpressionDefinition(Expression) - Constructor for class org.apache.camel.model.language.ExpressionDefinition
- ExpressionDefinition(Predicate) - Constructor for class org.apache.camel.model.language.ExpressionDefinition
- ExpressionNode - Class in org.apache.camel.model
-
A base
ExpressionNode
which does not support any outputs. - ExpressionNode() - Constructor for class org.apache.camel.model.ExpressionNode
- ExpressionNode(Expression) - Constructor for class org.apache.camel.model.ExpressionNode
- ExpressionNode(ExpressionDefinition) - Constructor for class org.apache.camel.model.ExpressionNode
- ExpressionNode(Predicate) - Constructor for class org.apache.camel.model.ExpressionNode
- ExpressionNodeHelper - Class in org.apache.camel.model
-
Helper for
ExpressionNode
- ExpressionSubElementDefinition - Class in org.apache.camel.model
-
Represents an expression sub element
- ExpressionSubElementDefinition() - Constructor for class org.apache.camel.model.ExpressionSubElementDefinition
- ExpressionSubElementDefinition(Expression) - Constructor for class org.apache.camel.model.ExpressionSubElementDefinition
- ExpressionSubElementDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.ExpressionSubElementDefinition
- ExpressionSubElementDefinition(Predicate) - Constructor for class org.apache.camel.model.ExpressionSubElementDefinition
- expressionType(ExpressionDefinition) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
F
- failover() - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses fail over load balancer
- failover(int, boolean, boolean, boolean, Class<?>...) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses fail over load balancer
- failover(int, boolean, boolean, Class<?>...) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses fail over load balancer
- failover(Class<?>...) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses fail over load balancer
- FailoverLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
-
In case of failures the exchange will be tried on the next endpoint.
- FailoverLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
- failureRateThreshold(float) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the failure rate threshold in percentage.
- failureRatio(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Configures the failure rate threshold in percentage.
- Fastjson - org.apache.camel.model.dataformat.JsonLibrary
- faultToleranceConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
Configures the circuit breaker to use MicroProfile Fault Tolerance.
- faultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
Configures the circuit breaker to use MicroProfile Fault Tolerance with the given configuration.
- FaultToleranceConfigurationCommon - Class in org.apache.camel.model
- FaultToleranceConfigurationCommon() - Constructor for class org.apache.camel.model.FaultToleranceConfigurationCommon
- FaultToleranceConfigurationDefinition - Class in org.apache.camel.model
-
MicroProfile Fault Tolerance Circuit Breaker EIP configuration
- FaultToleranceConfigurationDefinition() - Constructor for class org.apache.camel.model.FaultToleranceConfigurationDefinition
- FaultToleranceConfigurationDefinition(CircuitBreakerDefinition) - Constructor for class org.apache.camel.model.FaultToleranceConfigurationDefinition
- FaultToleranceConfigurationDefinitionConfigurer - Class in org.apache.camel.model
-
Generated by camel build tools - do NOT edit this file!
- FaultToleranceConfigurationDefinitionConfigurer() - Constructor for class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
- FhirDataformat - Class in org.apache.camel.model.dataformat
- FhirDataformat() - Constructor for class org.apache.camel.model.dataformat.FhirDataformat
- FhirDataformat(String) - Constructor for class org.apache.camel.model.dataformat.FhirDataformat
- fhirJson() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the FHIR JSON data format
- fhirJson(boolean) - Method in class org.apache.camel.builder.DataFormatClause
- fhirJson(String) - Method in class org.apache.camel.builder.DataFormatClause
- fhirJson(String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
- FhirJsonDataFormat - Class in org.apache.camel.model.dataformat
-
Marshall and unmarshall FHIR objects to/from JSON.
- FhirJsonDataFormat() - Constructor for class org.apache.camel.model.dataformat.FhirJsonDataFormat
- fhirXml() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the FHIR XML data format
- fhirXml(boolean) - Method in class org.apache.camel.builder.DataFormatClause
- fhirXml(String) - Method in class org.apache.camel.builder.DataFormatClause
- fhirXml(String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
- FhirXmlDataFormat - Class in org.apache.camel.model.dataformat
-
Marshall and unmarshall FHIR objects to/from XML.
- FhirXmlDataFormat() - Constructor for class org.apache.camel.model.dataformat.FhirXmlDataFormat
- filter() - Method in class org.apache.camel.builder.NotifyBuilder
-
Optionally a filter to only allow matching
Exchange
to be used for matching. - filter() - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destination
- filter(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
-
Specify a filter to control what data gets merged data back from the claim check repository.
- filter(String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Filter EIP: Creates a predicate language expression which only if it is true then the exchange is forwarded to the destination
- filter(ExpressionDefinition) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destination
- filter(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
-
Optionally a filter to only allow matching
Exchange
to be used for matching. - filter(Predicate) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Filter EIP: Creates a predicate which is applied and only if it is true then the exchange is forwarded to the destination
- filterByPattern(String, String) - Static method in class org.apache.camel.model.RouteFilters
-
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by
PatternHelper.matchPattern(String, String)
. - FilterDefinition - Class in org.apache.camel.model
-
Filter out messages based using a predicate
- FilterDefinition() - Constructor for class org.apache.camel.model.FilterDefinition
- FilterDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.FilterDefinition
- FilterDefinition(Predicate) - Constructor for class org.apache.camel.model.FilterDefinition
- filterTypeInOutputs(List<ProcessorDefinition<?>>, Class<T>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Looks for the given type in the list of outputs and recurring all the children as well.
- filterTypeInOutputs(List<ProcessorDefinition<?>>, Class<T>, int) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Looks for the given type in the list of outputs and recurring all the children as well.
- FinallyDefinition - Class in org.apache.camel.model
-
Path traversed when a try, catch, finally block exits
- FinallyDefinition() - Constructor for class org.apache.camel.model.FinallyDefinition
- findFirstParentOfType(Class<T>, ProcessorDefinition<?>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Is the given node parent(s) of the given type
- findFirstTypeInOutputs(List<ProcessorDefinition<?>>, Class<T>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Looks for the given type in the list of outputs and recurring all the children as well.
- fixed() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- Fixed - org.apache.camel.model.dataformat.BindyType
- FlatpackDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal Java lists and maps to/from flat files (such as CSV, delimited, or fixed length formats) using Flatpack library.
- FlatpackDataFormat() - Constructor for class org.apache.camel.model.dataformat.FlatpackDataFormat
- flexible() - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
FlexibleAggregationStrategy
with no particular type, i.e. - flexible(Class<T>) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
FlexibleAggregationStrategy
pivoting around a particular type, e.g. - FlexibleAggregationStrategy<E> - Class in org.apache.camel.builder
-
The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy.
- FlexibleAggregationStrategy() - Constructor for class org.apache.camel.builder.FlexibleAggregationStrategy
-
Initializes a new instance with
Object
as theFlexibleAggregationStrategy.castAs
type. - FlexibleAggregationStrategy(Class<E>) - Constructor for class org.apache.camel.builder.FlexibleAggregationStrategy
-
Initializes a new instance with the specified type as the
FlexibleAggregationStrategy.castAs
type. - FlexibleAggregationStrategy.CompletionAwareMixin - Interface in org.apache.camel.builder
- FlexibleAggregationStrategy.TimeoutAwareMixin - Interface in org.apache.camel.builder
- flow(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- forceAssignIds(CamelContext, List<RouteDefinition>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Force assigning ids to the routes
- forceAssignIds(CamelContext, ProcessorDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Force assigning ids to the give node and all its children (recursively).
- forceCompletionOnStop() - Method in class org.apache.camel.model.AggregateDefinition
-
Indicates to complete all current aggregated exchanges when the context is stopped
- formData - org.apache.camel.model.rest.RestParamType
- from(String) - Method in class org.apache.camel.builder.NotifyBuilder
-
Optionally a from endpoint which means that this expression should only be based on
Exchange
which is originated from the particular endpoint(s). - from(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Creates a new route from the given URI input
- from(String) - Method in class org.apache.camel.model.RouteDefinition
-
Creates an input to the route
- from(String) - Method in class org.apache.camel.model.RoutesDefinition
-
Creates a new route from the given URI input
- from(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Creates an input to the route
- from(EndpointConsumerBuilder) - Method in class org.apache.camel.builder.RouteBuilder
- from(EndpointConsumerBuilder) - Method in class org.apache.camel.model.RouteDefinition
-
Creates an input to the route
- from(EndpointConsumerBuilder) - Method in class org.apache.camel.model.RoutesDefinition
- from(EndpointConsumerBuilder) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Creates an input to the route
- from(Endpoint) - Method in class org.apache.camel.builder.RouteBuilder
-
Creates a new route from the given endpoint
- from(Endpoint) - Method in class org.apache.camel.model.RouteDefinition
-
Creates an input to the route
- from(Endpoint) - Method in class org.apache.camel.model.RoutesDefinition
-
Creates a new route from the given endpoint
- from(Endpoint) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Creates an input to the route
- fromCurrentRoute(String) - Method in class org.apache.camel.builder.NotifyBuilder
-
Optionally a from current route which means that this expression should only be based on
Exchange
which is the current route(s). - FromDefinition - Class in org.apache.camel.model
-
Act as a message source as input to a route
- FromDefinition() - Constructor for class org.apache.camel.model.FromDefinition
- FromDefinition(String) - Constructor for class org.apache.camel.model.FromDefinition
- FromDefinition(EndpointConsumerBuilder) - Constructor for class org.apache.camel.model.FromDefinition
- FromDefinition(Endpoint) - Constructor for class org.apache.camel.model.FromDefinition
- fromEndpoint(Endpoint) - Static method in class org.apache.camel.model.RouteDefinition
- fromF(String, Object...) - Method in class org.apache.camel.builder.RouteBuilder
-
Creates a new route from the given URI input
- fromRest(String) - Method in class org.apache.camel.model.RouteDefinition
-
This route is created from the REST DSL.
- fromRoute(String) - Method in class org.apache.camel.builder.NotifyBuilder
-
Optionally a from route which means that this expression should only be based on
Exchange
which is originated from the particular route(s). - fromType(Class<?>) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the 'from' data type using Java class.
- fromType(String) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the 'from' data type name.
- fromUri(String) - Static method in class org.apache.camel.model.RouteDefinition
G
- gatherAllEndpointUris(CamelContext, RouteDefinition, boolean, boolean, boolean) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Gather all the endpoint uri's the route is using from the EIPs that has a static or dynamic endpoint defined.
- gatherAllNodeIds(ProcessorDefinition<?>, Set<String>, boolean, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Traverses the node, including its children (recursive), and gathers all the node ids.
- gatherAllStaticEndpointUris(CamelContext, RouteDefinition, boolean, boolean) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Gather all the endpoint uri's the route is using from the EIPs that has a static endpoint defined.
- get() - Method in class org.apache.camel.model.rest.RestDefinition
- get() - Method in class org.apache.camel.model.rest.VerbDefinition
- get(String) - Method in class org.apache.camel.model.rest.RestDefinition
- get(String) - Method in class org.apache.camel.model.rest.VerbDefinition
- Get - org.apache.camel.model.ClaimCheckOperation
- getAclToken() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getAddKeyValueForEncryptedKey() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getAdviceWithTasks() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Gets a list of additional tasks to execute after the
RouteBuilder.configure()
method has been executed during the advice process. - getAfterUri() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- getAggregateController() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregateControllerBean() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregateOnException() - Method in class org.apache.camel.model.EnrichDefinition
- getAggregateOnException() - Method in class org.apache.camel.model.PollEnrichDefinition
- getAggregationRepository() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregationRepositoryBean() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregationStrategy() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregationStrategy() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getAggregationStrategy() - Method in class org.apache.camel.model.EnrichDefinition
- getAggregationStrategy() - Method in class org.apache.camel.model.MulticastDefinition
- getAggregationStrategy() - Method in class org.apache.camel.model.PollEnrichDefinition
- getAggregationStrategy() - Method in class org.apache.camel.model.RecipientListDefinition
- getAggregationStrategy() - Method in class org.apache.camel.model.SplitDefinition
- getAggregationStrategyBean() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregationStrategyBean() - Method in interface org.apache.camel.model.AggregationStrategyAwareDefinition
-
Gets the aggregation strategy
- getAggregationStrategyBean() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getAggregationStrategyBean() - Method in class org.apache.camel.model.EnrichDefinition
- getAggregationStrategyBean() - Method in class org.apache.camel.model.MulticastDefinition
- getAggregationStrategyBean() - Method in class org.apache.camel.model.PollEnrichDefinition
- getAggregationStrategyBean() - Method in class org.apache.camel.model.RecipientListDefinition
- getAggregationStrategyBean() - Method in class org.apache.camel.model.SplitDefinition
- getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregationStrategyMethodAllowNull() - Method in interface org.apache.camel.model.AggregationStrategyAwareDefinition
-
If this option is false then the aggregate method is not used for the very first aggregation.
- getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.EnrichDefinition
- getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.MulticastDefinition
- getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.PollEnrichDefinition
- getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.RecipientListDefinition
- getAggregationStrategyMethodAllowNull() - Method in class org.apache.camel.model.SplitDefinition
- getAggregationStrategyMethodName() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregationStrategyMethodName() - Method in interface org.apache.camel.model.AggregationStrategyAwareDefinition
-
This option can be used to explicit declare the method name to use, when using beans as the AggregationStrategy.
- getAggregationStrategyMethodName() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getAggregationStrategyMethodName() - Method in class org.apache.camel.model.EnrichDefinition
- getAggregationStrategyMethodName() - Method in class org.apache.camel.model.MulticastDefinition
- getAggregationStrategyMethodName() - Method in class org.apache.camel.model.PollEnrichDefinition
- getAggregationStrategyMethodName() - Method in class org.apache.camel.model.RecipientListDefinition
- getAggregationStrategyMethodName() - Method in class org.apache.camel.model.SplitDefinition
- getAggregationStrategyRef() - Method in class org.apache.camel.model.AggregateDefinition
- getAggregationStrategyRef() - Method in interface org.apache.camel.model.AggregationStrategyAwareDefinition
-
Gets a reference id to lookup the aggregation strategy from the registry
- getAggregationStrategyRef() - Method in class org.apache.camel.model.EnrichDefinition
- getAggregationStrategyRef() - Method in class org.apache.camel.model.PollEnrichDefinition
- getAlgorithm() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getAlgorithm() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getAlgorithmParameterRef() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getAliases() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getAliasesAsMap() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
- getAllOptions(Object) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
- getAllowableValues() - Method in class org.apache.camel.model.rest.ParamDefinition
- getAllowableValues() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getAllowAnyType() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getAllowCoreThreadTimeOut() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getAllowCoreThreadTimeOut() - Method in class org.apache.camel.model.ThreadsDefinition
- getAllowDuplicates() - Method in class org.apache.camel.model.config.BatchResequencerConfig
- getAllowEasyPredicate() - Method in class org.apache.camel.model.language.JsonPathExpression
- getAllowEmptyDirectory() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
- getAllowEmptyDirectory() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
- getAllowEmptyStream() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- getAllowJmsType() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getAllowJmsType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getAllowJmsType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getAllowJmsType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getAllowJmsType() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getAllowMissingColumnNames() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getAllowMultipleMatchesPerLine() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
- getAllowNullBody() - Method in class org.apache.camel.model.UnmarshalDefinition
- getAllowOptimisedComponents() - Method in class org.apache.camel.model.EnrichDefinition
- getAllowOptimisedComponents() - Method in class org.apache.camel.model.ToDynamicDefinition
- getAllowRecursiveKeys() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getAllowRedeliveryWhileStopping() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getAllowShortLines() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- getAllowSimple() - Method in class org.apache.camel.model.language.JsonPathExpression
- getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getAllowUnmarshallType() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- GetAndRemove - org.apache.camel.model.ClaimCheckOperation
- getApiComponent() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getApiContextPath() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getApiDocs() - Method in class org.apache.camel.model.rest.RestDefinition
- getApiDocs() - Method in class org.apache.camel.model.rest.VerbDefinition
- getApiHost() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getApiProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getApiVendorExtension() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getApiVersion() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getAppliedRouteConfigurationIds() - Method in class org.apache.camel.model.RouteDefinition
-
This is used internally by Camel to keep track which route configurations is applied when creating a route from this model.
- getArmored() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getArrayType() - Method in class org.apache.camel.model.rest.ParamDefinition
- getArrayType() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getAsMap() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getAsyncDelayed() - Method in class org.apache.camel.model.DelayDefinition
- getAsyncDelayed() - Method in class org.apache.camel.model.ThrottleDefinition
- getAsyncDelayedRedelivery() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getAuthorizationUrl() - Method in class org.apache.camel.model.rest.OAuth2Definition
- getAutoDiscoverObjectMapper() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getAutoDiscoverObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getAutoDiscoverObjectMapper() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getAutoDiscoverSchemaResolver() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getAutoDiscoverSchemaResolver() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getAutoDiscoverSchemaResolver() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getAutomaticTransitionFromOpenToHalfOpenEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getAutoStartComponents() - Method in class org.apache.camel.model.ToDynamicDefinition
- getAutoStartup() - Method in class org.apache.camel.model.RouteDefinition
-
Whether to auto start this route
- getBackOffMultiplier() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getBarcodeFormat() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
- getBasePath() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getBaseUri() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
- getBatchConfig() - Method in class org.apache.camel.model.ResequenceDefinition
- getBatchSize() - Method in class org.apache.camel.model.config.BatchResequencerConfig
- getBatchTimeout() - Method in class org.apache.camel.model.config.BatchResequencerConfig
- getBean() - Method in class org.apache.camel.model.BeanDefinition
- getBeanClass() - Method in class org.apache.camel.model.BeanDefinition
- getBeanClass() - Method in class org.apache.camel.model.BeanFactoryDefinition
- getBeans() - Method in class org.apache.camel.model.TemplatedRouteDefinition
- getBeanSupplier() - Method in class org.apache.camel.model.BeanFactoryDefinition
- getBeanType() - Method in class org.apache.camel.model.BeanDefinition
- getBeanType() - Method in class org.apache.camel.model.BeanFactoryDefinition
- getBeanType() - Method in class org.apache.camel.model.language.MethodCallExpression
- getBeanTypeName() - Method in class org.apache.camel.model.language.MethodCallExpression
- getBinaryContent() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
- getBindingMode() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getBindingMode() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getBindingMode() - Method in class org.apache.camel.model.rest.RestDefinition
- getBindingMode() - Method in class org.apache.camel.model.rest.VerbDefinition
- getBlockSeconds() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getBodyMediaType() - Method in class org.apache.camel.model.language.DatasonnetExpression
- getBreakOnShutdown() - Method in class org.apache.camel.model.LoopDefinition
- getBufferSize() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getBulkheadEnabled() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getBulkheadEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getBulkheadExecutorService() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getBulkheadMaxConcurrentCalls() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getBulkheadMaxConcurrentCalls() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getBulkheadMaxWaitDuration() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getBulkheadWaitingTaskQueue() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getCaCertData() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getCaCertFile() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getCache() - Method in class org.apache.camel.model.BeanDefinition
-
Deprecated.
- getCacheSize() - Method in class org.apache.camel.model.DynamicRouterDefinition
- getCacheSize() - Method in class org.apache.camel.model.EnrichDefinition
- getCacheSize() - Method in class org.apache.camel.model.PollEnrichDefinition
- getCacheSize() - Method in class org.apache.camel.model.RecipientListDefinition
- getCacheSize() - Method in class org.apache.camel.model.RoutingSlipDefinition
- getCacheSize() - Method in class org.apache.camel.model.ToDynamicDefinition
- getCallerRunsWhenRejected() - Method in class org.apache.camel.model.DelayDefinition
- getCallerRunsWhenRejected() - Method in class org.apache.camel.model.ThreadsDefinition
- getCallerRunsWhenRejected() - Method in class org.apache.camel.model.ThrottleDefinition
- getCamelContext() - Method in class org.apache.camel.builder.BuilderSupport
- getCamelContext() - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- getCamelContext() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- getCamelContext() - Method in class org.apache.camel.model.RouteConfigurationsDefinition
- getCamelContext() - Method in class org.apache.camel.model.RoutesDefinition
- getCamelContext() - Method in class org.apache.camel.model.RouteTemplatesDefinition
- getCamelContext() - Method in class org.apache.camel.model.TemplatedRouteDefinition
- getCamelContext() - Method in class org.apache.camel.model.TemplatedRoutesDefinition
- getCapacity() - Method in class org.apache.camel.model.config.StreamResequencerConfig
- getCaptureHeaderRecord() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getCatchClauses() - Method in class org.apache.camel.model.TryDefinition
- getCharset() - Method in class org.apache.camel.model.ConvertBodyDefinition
- getCircuitBreaker() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getCircuitBreaker() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getClassLoader() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getClassName() - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
- getClassName() - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
- getClassType() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- getClassTypeAsString() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- getClientCertData() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getClientCertFile() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getClientKeyAlgo() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getClientKeyData() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getClientKeyFile() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getClientKeyPassphrase() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getClientRequestValidation() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getClientRequestValidation() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getClientRequestValidation() - Method in class org.apache.camel.model.rest.RestDefinition
- getClientRequestValidation() - Method in class org.apache.camel.model.rest.VerbDefinition
- getCloseCorrelationKeyOnCompletion() - Method in class org.apache.camel.model.AggregateDefinition
- getCode() - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- getCollectionFormat() - Method in class org.apache.camel.model.rest.ParamDefinition
- getCollectionFormat() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getCollectionType() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getCollectionType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getCollectionType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getCollectionType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getCollectionType() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getCollectionTypeName() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfigurationConfigurer
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer
- getCollisionAvoidanceFactor() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getComment() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getCommentMarker() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getCommentMarkerDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getComparator() - Method in class org.apache.camel.model.config.StreamResequencerConfig
- getComparator() - Method in class org.apache.camel.model.SortDefinition
- getComparatorBean() - Method in class org.apache.camel.model.config.StreamResequencerConfig
- getComparatorBean() - Method in class org.apache.camel.model.SortDefinition
- getCompensation() - Method in class org.apache.camel.model.SagaDefinition
- getCompleteAllOnStop() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletion() - Method in class org.apache.camel.model.SagaDefinition
- getCompletionEager() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getCompletionFromBatchConsumer() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionInterval() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionMode() - Method in class org.apache.camel.model.SagaDefinition
- getCompletionOnNewCorrelationGroup() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionPredicate() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionSize() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionSizeExpression() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionTimeout() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionTimeoutCheckerInterval() - Method in class org.apache.camel.model.AggregateDefinition
- getCompletionTimeoutExpression() - Method in class org.apache.camel.model.AggregateDefinition
- getComponent() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getComponent() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getComponent() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getComponent() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getComponentProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getCompressionAlgorithm() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getCompressionLevel() - Method in class org.apache.camel.model.dataformat.ZipDeflaterDataFormat
- getConfig() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- getConfiguration() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
- getConfiguration() - Method in class org.apache.camel.model.language.XQueryExpression
- getConfigurationAsMap() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
- getConfigurationRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getConfigurationRef() - Method in class org.apache.camel.model.language.XQueryExpression
- getConfiguredOptions(CamelContext, Object) - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
- getConfigurer() - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- getConfigurer() - Method in class org.apache.camel.model.RouteTemplateDefinition
- getConnectionTimeout() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getConnectTimeoutMillis() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getConstructor() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getConsumerListener() - Method in class org.apache.camel.model.PausableDefinition
- getConsumerListenerBean() - Method in class org.apache.camel.model.PausableDefinition
- getConsumerProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getConsumes() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getConsumes() - Method in class org.apache.camel.model.rest.RestDefinition
- getConsumes() - Method in class org.apache.camel.model.rest.VerbDefinition
- getContentTypeFormat() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getContentTypeFormat() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getContentTypeHeader() - Method in interface org.apache.camel.model.dataformat.ContentTypeHeaderAware
-
Whether the data format should set the Content-Type header with the type from the data format.
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
- getContentTypeHeader() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getContext() - Method in class org.apache.camel.builder.BuilderSupport
-
Get the
CamelContext
- getContextPath() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getContextPath() - Method in class org.apache.camel.model.dataformat.SoapDataFormat
- getContextPath() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getContextPathIsClassName() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getContinued() - Method in class org.apache.camel.model.OnExceptionDefinition
- getContinuedPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
- getConverters() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getConvertersAsMap() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getCopy() - Method in class org.apache.camel.model.LoopDefinition
- getCopy() - Method in class org.apache.camel.model.WireTapDefinition
- getCorrelationExpression() - Method in class org.apache.camel.model.AggregateDefinition
- getCorrelationExpression() - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
- getCorrelationExpression() - Method in class org.apache.camel.model.ThrottleDefinition
- getCorsHeaders() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getCryptoProvider() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getCustomId() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- getCustomLoadBalancer() - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
- getDatacenter() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getDataFormat() - Method in class org.apache.camel.model.DataFormatDefinition
- getDataFormat() - Method in class org.apache.camel.model.rest.ParamDefinition
- getDataFormat() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getDataFormatName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getDataFormatName() - Method in enum org.apache.camel.model.dataformat.AvroLibrary
- getDataFormatName() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- getDataFormatName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getDataFormatName() - Method in enum org.apache.camel.model.dataformat.JsonLibrary
- getDataFormatName() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getDataFormatName() - Method in enum org.apache.camel.model.dataformat.ProtobufLibrary
- getDataFormatName() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getDataFormatName() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getDataFormatName() - Method in enum org.apache.camel.model.dataformat.YAMLLibrary
- getDataFormatName() - Method in class org.apache.camel.model.DataFormatDefinition
- getDataFormatProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getDataFormats() - Method in class org.apache.camel.model.dataformat.DataFormatsDefinition
- getDataFormats() - Method in interface org.apache.camel.model.Model
-
Gets the data formats that can be referenced in the routes.
- getDataFormatType() - Method in interface org.apache.camel.model.DataFormatDefinitionAware
-
The data format.
- getDataFormatType() - Method in class org.apache.camel.model.MarshalDefinition
- getDataFormatType() - Method in class org.apache.camel.model.transformer.DataFormatTransformerDefinition
- getDataFormatType() - Method in class org.apache.camel.model.UnmarshalDefinition
- getDataFormatTypes() - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
- getDataObjectType() - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
- getDataObjectTypeName() - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
- getDataType() - Method in class org.apache.camel.model.rest.ParamDefinition
- getDataType() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getDeadLetterHandleNewException() - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- getDeadLetterUri() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getDeadLetterUri() - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- getDeadLetterUri() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getDeadLetterUri() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getDefault() - Static method in class org.apache.camel.model.config.BatchResequencerConfig
-
Returns a new
BatchResequencerConfig
instance using default values forbatchSize
(100) andbatchTimeout
(1000L). - getDefault() - Static method in class org.apache.camel.model.config.StreamResequencerConfig
-
Returns a new
StreamResequencerConfig
instance using default values forcapacity
(1000) andtimeout
(1000L). - getDefaultInstance() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getDefaultInstance() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
- getDefaultProfile() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getDefaultRedeliveryPolicy() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getDefaultRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getDefaultRedeliveryPolicy() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getDefaultValue() - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter default value.
- getDefaultValue() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
- getDefaultValues() - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Gets the registered default values for query parameters
- getDefinition() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- GetDefinition - Class in org.apache.camel.model.rest
-
Rest GET command
- GetDefinition() - Constructor for class org.apache.camel.model.rest.GetDefinition
- getDelay() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getDelayer() - Method in class org.apache.camel.model.RouteDefinition
-
Whether to slow down processing messages by a given delay in msec.
- getDelayPattern() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getDelimiter() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getDelimiter() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- getDelimiter() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
- getDelimiter() - Method in class org.apache.camel.model.RecipientListDefinition
- getDelimiter() - Method in class org.apache.camel.model.SplitDefinition
- getDeliveryAttemptInterval() - Method in class org.apache.camel.model.config.StreamResequencerConfig
- getDeprecated() - Method in class org.apache.camel.model.rest.VerbDefinition
- getDescription() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- getDescription() - Method in class org.apache.camel.model.rest.ParamDefinition
- getDescription() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getDescription() - Method in class org.apache.camel.model.rest.RestSecurityDefinition
- getDescription() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
- getDescriptionText() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Returns the description text or null if there is no description text associated with this node
- getDigestAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getDisableFeatures() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getDisableFeatures() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getDisableFeatures() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getDisableFeatures() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getDisableFeatures() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getDisableRedelivery() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getDiscardOnAggregationFailure() - Method in class org.apache.camel.model.AggregateDefinition
- getDiscardOnCompletionTimeout() - Method in class org.apache.camel.model.AggregateDefinition
- getDistributionRatio() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
- getDistributionRatioDelimiter() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
- getDnsDomain() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getDocumentType() - Method in class org.apache.camel.model.language.XPathExpression
- getDocumentTypeName() - Method in class org.apache.camel.model.language.XPathExpression
- getDomain() - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
- getDontEncodeElements() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getDontStripVersionsFromReferencesAtPaths() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getDoWhile() - Method in class org.apache.camel.model.LoopDefinition
- getDriver() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getDriverRef() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getDropRootNode() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getDumperOptions() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getDynamicUri() - Method in class org.apache.camel.model.WireTapDefinition
- getEager() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getEagerCheckCompletion() - Method in class org.apache.camel.model.AggregateDefinition
- getElementNameStrategy() - Method in class org.apache.camel.model.dataformat.SoapDataFormat
- getElementNameStrategyRef() - Method in class org.apache.camel.model.dataformat.SoapDataFormat
- getEmptyValue() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getEnableCORS() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getEnableCORS() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getEnableCORS() - Method in class org.apache.camel.model.rest.RestDefinition
- getEnableCORS() - Method in class org.apache.camel.model.rest.VerbDefinition
- getEnableFeatures() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getEnableFeatures() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getEnableFeatures() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getEnableFeatures() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getEnableFeatures() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getEnableJaxbAnnotationModule() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getEncodeElements() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getEncodeElementsAppliesToChildResourcesOnly() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getEncoding() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getEncoding() - Method in class org.apache.camel.model.dataformat.SoapDataFormat
- getEncoding() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getEndpoint() - Method in class org.apache.camel.model.FromDefinition
-
Gets tne endpoint if an
Endpoint
instance was set. - getEndpoint() - Method in class org.apache.camel.model.SendDefinition
-
Gets the endpoint if an
Endpoint
instance was set. - getEndpointConsumerBuilder() - Method in class org.apache.camel.model.FromDefinition
- getEndpointProducerBuilder() - Method in class org.apache.camel.model.SendDefinition
- getEndpointProducerBuilder() - Method in class org.apache.camel.model.ToDynamicDefinition
- getEndpointProperties() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getEndpointUri() - Method in interface org.apache.camel.model.EndpointRequiredDefinition
-
Gets the uri of the endpoint used by this definition.
- getEndpointUri() - Method in class org.apache.camel.model.FromDefinition
- getEndpointUri() - Method in class org.apache.camel.model.SendDefinition
- getEndpointUrl() - Method in class org.apache.camel.model.RouteDefinition
- getEndToken() - Method in class org.apache.camel.model.language.TokenizerExpression
- getErrorHandler() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getErrorHandlerFactory() - Method in class org.apache.camel.builder.BuilderSupport
- getErrorHandlerFactory() - Method in class org.apache.camel.model.RouteDefinition
- getErrorHandlerFactory() - Method in class org.apache.camel.model.RoutesDefinition
- getErrorHandlerFactory() - Method in class org.apache.camel.model.RouteTemplatesDefinition
- getErrorHandlerRef() - Method in class org.apache.camel.model.RouteDefinition
-
Sets the bean ref name of the error handler builder to use on this route
- getErrorHandlerType() - Method in class org.apache.camel.model.ErrorHandlerDefinition
- getEscape() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getEscapeChar() - Method in class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
- getEscapeDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getExample() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getExamples() - Method in class org.apache.camel.model.rest.ParamDefinition
- getExamples() - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- getException() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- getExceptionClass() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- getExceptionClasses() - Method in class org.apache.camel.model.CatchDefinition
- getExceptions() - Method in class org.apache.camel.model.CatchDefinition
- getExceptions() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
- getExceptions() - Method in class org.apache.camel.model.OnExceptionDefinition
- getExceptionType() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- getExceptionTypes() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
- getExchangeFormatterRef() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getExcludePattern() - Method in class org.apache.camel.model.RemoveHeadersDefinition
- getExcludePattern() - Method in class org.apache.camel.model.RemovePropertiesDefinition
- getExcludePatterns() - Method in class org.apache.camel.model.RemoveHeadersDefinition
- getExcludePatterns() - Method in class org.apache.camel.model.RemovePropertiesDefinition
- getExcludes() - Method in class org.apache.camel.model.ContextScanDefinition
- getExcludes() - Method in class org.apache.camel.model.PackageScanDefinition
- getExecutorService() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getExecutorService() - Method in class org.apache.camel.model.AggregateDefinition
- getExecutorService() - Method in class org.apache.camel.model.DelayDefinition
- getExecutorService() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getExecutorService() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getExecutorService() - Method in class org.apache.camel.model.MulticastDefinition
- getExecutorService() - Method in class org.apache.camel.model.OnCompletionDefinition
- getExecutorService() - Method in class org.apache.camel.model.RecipientListDefinition
- getExecutorService() - Method in class org.apache.camel.model.SplitDefinition
- getExecutorService() - Method in class org.apache.camel.model.ThreadsDefinition
- getExecutorService() - Method in class org.apache.camel.model.ThrottleDefinition
- getExecutorService() - Method in class org.apache.camel.model.WireTapDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.AggregateDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.DelayDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getExecutorServiceBean() - Method in interface org.apache.camel.model.ExecutorServiceAwareDefinition
-
Gets the executor service for executing
- getExecutorServiceBean() - Method in class org.apache.camel.model.MulticastDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.OnCompletionDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.RecipientListDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.SplitDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.ThreadsDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.ThrottleDefinition
- getExecutorServiceBean() - Method in class org.apache.camel.model.WireTapDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getExecutorServiceRef() - Method in class org.apache.camel.model.AggregateDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.DelayDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getExecutorServiceRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getExecutorServiceRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getExecutorServiceRef() - Method in interface org.apache.camel.model.ExecutorServiceAwareDefinition
-
Gets a reference id to lookup the executor service from the registry
- getExecutorServiceRef() - Method in class org.apache.camel.model.MulticastDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.OnCompletionDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.RecipientListDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.SplitDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.ThreadsDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.ThrottleDefinition
- getExecutorServiceRef() - Method in class org.apache.camel.model.WireTapDefinition
- getExponentialBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- getExpression() - Method in class org.apache.camel.model.AggregateDefinition
- getExpression() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getExpression() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getExpression() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- getExpression() - Method in class org.apache.camel.model.ExpressionNode
- getExpression() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getExpression() - Method in class org.apache.camel.model.PropertyExpressionDefinition
- getExpression() - Method in class org.apache.camel.model.ResequenceDefinition
- getExpression() - Method in class org.apache.camel.model.validator.PredicateValidatorDefinition
- getExpressionConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getExpressionConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getExpressionFactory() - Method in class org.apache.camel.builder.ExpressionClauseSupport
- getExpressionFactory() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getExpressionRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getExpressionRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getExpressionText() - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- getExpressionType() - Method in class org.apache.camel.builder.ExpressionClause
- getExpressionType() - Method in class org.apache.camel.builder.ExpressionClauseSupport
- getExpressionType() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- getExpressionType() - Method in class org.apache.camel.model.ExpressionNode
- getExpressionType() - Method in class org.apache.camel.model.ExpressionSubElementDefinition
- getExpressionType() - Method in interface org.apache.camel.model.HasExpressionType
-
Gets the expression definition
- getExpressionType() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getExpressionType() - Method in class org.apache.camel.model.ResequenceDefinition
- getExpressionValue() - Method in class org.apache.camel.builder.ExpressionClause
- getExpressionValue() - Method in class org.apache.camel.builder.ExpressionClauseSupport
- getExpressionValue() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getExtractors() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
- getFactory() - Method in class org.apache.camel.model.ValidateDefinition
- getFactoryRef() - Method in class org.apache.camel.model.language.XPathExpression
- getFailureRateThreshold() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getFailureRatio() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getFallbackViaNetwork() - Method in class org.apache.camel.model.OnFallbackDefinition
- getFaultToleranceConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- getFaultToleranceConfiguration(String) - Method in interface org.apache.camel.model.Model
-
Gets the MicroProfile Fault Tolerance configuration by the given name.
- getFhirContext() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getFhirVersion() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getFilter() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getFilterNonXmlChars() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getFinallyClause() - Method in class org.apache.camel.model.TryDefinition
- getFixed() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- getFlattened() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
- getFlow() - Method in class org.apache.camel.model.rest.OAuth2Definition
- getForceCompletionOnStop() - Method in class org.apache.camel.model.AggregateDefinition
- getForceResourceId() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getFormat() - Method in class org.apache.camel.model.rest.BearerTokenDefinition
- getFormatName() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getFormatRef() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getFragment() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getFromType() - Method in class org.apache.camel.model.transformer.TransformerDefinition
- getGlobalOptions() - Method in class org.apache.camel.model.GlobalOptionsDefinition
- getGroup() - Method in class org.apache.camel.model.language.TokenizerExpression
- getGroup() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
- getGroup() - Method in class org.apache.camel.model.RouteDefinition
-
The group that this route belongs to; could be the name of the RouteBuilder class or be explicitly configured in the XML.
- getGroupDelimiter() - Method in class org.apache.camel.model.language.TokenizerExpression
- getHandled() - Method in class org.apache.camel.model.OnExceptionDefinition
- getHandledPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
- getHashAlgorithm() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getHeader() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getHeaderDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Use for disabling headers
- getHeaderExtractionEnabled() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getHeaderName() - Method in class org.apache.camel.model.language.JqExpression
- getHeaderName() - Method in class org.apache.camel.model.language.JsonPathExpression
- getHeaderName() - Method in class org.apache.camel.model.language.TokenizerExpression
- getHeaderName() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
- getHeaderName() - Method in class org.apache.camel.model.language.XPathExpression
- getHeaderName() - Method in class org.apache.camel.model.language.XQueryExpression
- getHeaders() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getHeaders() - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- getHeadersDisabled() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getHeadersInline() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
- getHeight() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
- getHost() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getHostHeader() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- getHostNameResolver() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getId() - Method in class org.apache.camel.model.IdentifiedType
-
Gets the value of the id property.
- getId() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getId() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- getIdempotentRepository() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getIdempotentRepositoryBean() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getIgnoreEmptyLines() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getIgnoreExtraColumns() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- getIgnoreFirstRecord() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- getIgnoreHeaderCase() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getIgnoreInvalidCorrelationKeys() - Method in class org.apache.camel.model.AggregateDefinition
- getIgnoreInvalidEndpoint() - Method in class org.apache.camel.model.EnrichDefinition
- getIgnoreInvalidEndpoint() - Method in class org.apache.camel.model.PollEnrichDefinition
- getIgnoreInvalidEndpoint() - Method in class org.apache.camel.model.ToDynamicDefinition
- getIgnoreInvalidEndpoints() - Method in class org.apache.camel.model.DynamicRouterDefinition
- getIgnoreInvalidEndpoints() - Method in class org.apache.camel.model.RecipientListDefinition
- getIgnoreInvalidEndpoints() - Method in class org.apache.camel.model.RoutingSlipDefinition
- getIgnoreInvalidExchanges() - Method in class org.apache.camel.model.config.BatchResequencerConfig
- getIgnoreInvalidExchanges() - Method in class org.apache.camel.model.config.StreamResequencerConfig
- getIgnoreJAXBElement() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getIgnoreLeadingWhitespaces() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getIgnoreSurroundingSpaces() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getIgnoreTrailingWhitespaces() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getImageType() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
- getImplicitCollections() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getImplicitCollectionsAsMap() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getInclude() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getInclude() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getInclude() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getInclude() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getIncludeHeaders() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
- getIncludeNonSingletons() - Method in class org.apache.camel.model.ContextScanDefinition
- getIncludes() - Method in class org.apache.camel.model.ContextScanDefinition
- getIncludes() - Method in class org.apache.camel.model.PackageScanDefinition
- getIncludeTokens() - Method in class org.apache.camel.model.language.TokenizerExpression
- getInCookie() - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- getIndex() - Method in class org.apache.camel.model.ProcessorDefinition
-
Gets the unique index number for when this
ProcessorDefinition
was created by its constructor. - getInHeader() - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- getInheritNamespaceTagName() - Method in class org.apache.camel.model.language.TokenizerExpression
- getInitVectorRef() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getInline() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getInput() - Method in class org.apache.camel.model.RouteDefinition
- getInputType() - Method in class org.apache.camel.model.RouteDefinition
- getInQuery() - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- getInstance() - Method in class org.apache.camel.model.language.MethodCallExpression
- getInstanceClass() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getInstanceClass() - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
- getInstanceClassName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getIntegrity() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getIntercepted() - Method in class org.apache.camel.model.InterceptDefinition
- getInterceptFroms() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getInterceptFroms() - Method in class org.apache.camel.model.RoutesDefinition
- getIntercepts() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getIntercepts() - Method in class org.apache.camel.model.RoutesDefinition
- getInterceptSendTos() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getInterceptSendTos() - Method in class org.apache.camel.model.RoutesDefinition
- getInterceptStrategies() - Method in class org.apache.camel.model.ProcessorDefinition
- getIntermittent() - Method in class org.apache.camel.model.ResumableDefinition
- getJaxbProviderProperties() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getJsonDataFormat() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getJsonView() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getJsonView() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getJsonView() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getJsonView() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getJsonViewTypeName() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getKeepAliveTime() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getKeepAliveTime() - Method in class org.apache.camel.model.ThreadsDefinition
- getKey() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getKey() - Method in class org.apache.camel.model.GlobalOptionDefinition
- getKey() - Method in class org.apache.camel.model.PropertyDefinition
- getKey() - Method in class org.apache.camel.model.PropertyExpressionDefinition
- getKey() - Method in class org.apache.camel.model.rest.RestPropertyDefinition
- getKey() - Method in class org.apache.camel.model.rest.RestSecurityDefinition
- getKey() - Method in class org.apache.camel.model.rest.SecurityDefinition
- getKeyCipherAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getKeyFileName() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getKeyOrTrustStoreParameters() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getKeyOrTrustStoreParametersRef() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getKeyPassword() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getKeyRef() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getKeyUserid() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getLabel() - Method in class org.apache.camel.model.AdviceWithDefinition
- getLabel() - Method in class org.apache.camel.model.AggregateDefinition
- getLabel() - Method in class org.apache.camel.model.BeanDefinition
- getLabel() - Method in class org.apache.camel.model.CatchDefinition
- getLabel() - Method in class org.apache.camel.model.ChoiceDefinition
- getLabel() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- getLabel() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getLabel() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getLabel() - Method in class org.apache.camel.model.ConvertBodyDefinition
- getLabel() - Method in class org.apache.camel.model.DelayDefinition
- getLabel() - Method in class org.apache.camel.model.DynamicRouterDefinition
- getLabel() - Method in class org.apache.camel.model.EnrichDefinition
- getLabel() - Method in class org.apache.camel.model.ExpressionNode
- getLabel() - Method in class org.apache.camel.model.FilterDefinition
- getLabel() - Method in class org.apache.camel.model.FinallyDefinition
- getLabel() - Method in class org.apache.camel.model.FromDefinition
- getLabel() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getLabel() - Method in class org.apache.camel.model.InOnlyDefinition
-
Deprecated.
- getLabel() - Method in class org.apache.camel.model.InOutDefinition
-
Deprecated.
- getLabel() - Method in class org.apache.camel.model.InputTypeDefinition
- getLabel() - Method in class org.apache.camel.model.InterceptDefinition
- getLabel() - Method in class org.apache.camel.model.InterceptFromDefinition
- getLabel() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- getLabel() - Method in class org.apache.camel.model.KameletDefinition
- getLabel() - Method in class org.apache.camel.model.language.ExpressionDefinition
-
Returns some descriptive text to describe this node
- getLabel() - Method in class org.apache.camel.model.LoadBalanceDefinition
- getLabel() - Method in class org.apache.camel.model.LogDefinition
- getLabel() - Method in class org.apache.camel.model.LoopDefinition
- getLabel() - Method in class org.apache.camel.model.MarshalDefinition
- getLabel() - Method in class org.apache.camel.model.MulticastDefinition
- getLabel() - Method in class org.apache.camel.model.OnCompletionDefinition
- getLabel() - Method in class org.apache.camel.model.OnExceptionDefinition
- getLabel() - Method in class org.apache.camel.model.OnFallbackDefinition
- getLabel() - Method in class org.apache.camel.model.OtherwiseDefinition
- getLabel() - Method in class org.apache.camel.model.OutputTypeDefinition
- getLabel() - Method in class org.apache.camel.model.PausableDefinition
- getLabel() - Method in class org.apache.camel.model.PipelineDefinition
- getLabel() - Method in class org.apache.camel.model.PolicyDefinition
- getLabel() - Method in class org.apache.camel.model.PollEnrichDefinition
- getLabel() - Method in class org.apache.camel.model.ProcessDefinition
- getLabel() - Method in class org.apache.camel.model.ProcessorDefinition
-
Returns a label to describe this node such as the expression if some kind of expression node
- getLabel() - Method in class org.apache.camel.model.RecipientListDefinition
- getLabel() - Method in class org.apache.camel.model.RemoveHeaderDefinition
- getLabel() - Method in class org.apache.camel.model.RemoveHeadersDefinition
- getLabel() - Method in class org.apache.camel.model.RemovePropertiesDefinition
- getLabel() - Method in class org.apache.camel.model.RemovePropertyDefinition
- getLabel() - Method in class org.apache.camel.model.ResequenceDefinition
- getLabel() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getLabel() - Method in class org.apache.camel.model.rest.RestDefinition
- getLabel() - Method in class org.apache.camel.model.rest.RestsDefinition
- getLabel() - Method in class org.apache.camel.model.rest.VerbDefinition
- getLabel() - Method in class org.apache.camel.model.ResumableDefinition
- getLabel() - Method in class org.apache.camel.model.RollbackDefinition
- getLabel() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getLabel() - Method in class org.apache.camel.model.RouteDefinition
- getLabel() - Method in class org.apache.camel.model.RoutesDefinition
- getLabel() - Method in class org.apache.camel.model.RouteTemplateDefinition
- getLabel() - Method in class org.apache.camel.model.RouteTemplatesDefinition
- getLabel() - Method in class org.apache.camel.model.RoutingSlipDefinition
- getLabel() - Method in class org.apache.camel.model.SagaDefinition
- getLabel() - Method in class org.apache.camel.model.SamplingDefinition
- getLabel() - Method in class org.apache.camel.model.ScriptDefinition
- getLabel() - Method in class org.apache.camel.model.SendDefinition
- getLabel() - Method in class org.apache.camel.model.SetBodyDefinition
- getLabel() - Method in class org.apache.camel.model.SetExchangePatternDefinition
- getLabel() - Method in class org.apache.camel.model.SetHeaderDefinition
- getLabel() - Method in class org.apache.camel.model.SetPropertyDefinition
- getLabel() - Method in class org.apache.camel.model.SortDefinition
- getLabel() - Method in class org.apache.camel.model.SplitDefinition
- getLabel() - Method in class org.apache.camel.model.StepDefinition
- getLabel() - Method in class org.apache.camel.model.StopDefinition
- getLabel() - Method in class org.apache.camel.model.TemplatedRoutesDefinition
- getLabel() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getLabel() - Method in class org.apache.camel.model.ThreadsDefinition
- getLabel() - Method in class org.apache.camel.model.ThrottleDefinition
- getLabel() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- getLabel() - Method in class org.apache.camel.model.ToDynamicDefinition
- getLabel() - Method in class org.apache.camel.model.TransactedDefinition
- getLabel() - Method in class org.apache.camel.model.TransformDefinition
- getLabel() - Method in class org.apache.camel.model.TryDefinition
- getLabel() - Method in class org.apache.camel.model.UnmarshalDefinition
- getLabel() - Method in class org.apache.camel.model.ValidateDefinition
- getLabel() - Method in class org.apache.camel.model.WhenDefinition
- getLabel() - Method in class org.apache.camel.model.WireTapDefinition
- getLabel(List<ExpressionDefinition>) - Static method in class org.apache.camel.model.language.ExpressionDefinition
- getLang() - Method in class org.apache.camel.model.DescriptionDefinition
-
Deprecated.
- getLanguage() - Method in class org.apache.camel.model.language.ConstantExpression
- getLanguage() - Method in class org.apache.camel.model.language.CSimpleExpression
- getLanguage() - Method in class org.apache.camel.model.language.DatasonnetExpression
- getLanguage() - Method in class org.apache.camel.model.language.ExchangePropertyExpression
- getLanguage() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getLanguage() - Method in class org.apache.camel.model.language.GroovyExpression
- getLanguage() - Method in class org.apache.camel.model.language.HeaderExpression
- getLanguage() - Method in class org.apache.camel.model.language.Hl7TerserExpression
- getLanguage() - Method in class org.apache.camel.model.language.JoorExpression
- getLanguage() - Method in class org.apache.camel.model.language.JqExpression
- getLanguage() - Method in class org.apache.camel.model.language.JsonPathExpression
- getLanguage() - Method in class org.apache.camel.model.language.LanguageExpression
- getLanguage() - Method in class org.apache.camel.model.language.MethodCallExpression
- getLanguage() - Method in class org.apache.camel.model.language.MvelExpression
- getLanguage() - Method in class org.apache.camel.model.language.OgnlExpression
- getLanguage() - Method in class org.apache.camel.model.language.RefExpression
- getLanguage() - Method in class org.apache.camel.model.language.SimpleExpression
- getLanguage() - Method in class org.apache.camel.model.language.SpELExpression
- getLanguage() - Method in class org.apache.camel.model.language.TokenizerExpression
- getLanguage() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
- getLanguage() - Method in class org.apache.camel.model.language.XPathExpression
- getLanguage() - Method in class org.apache.camel.model.language.XQueryExpression
- getLazyLoad() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getLazyLoad() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getLength() - Method in class org.apache.camel.model.dataformat.UniVocityHeader
- getLevel() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getLibrary() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getLibrary() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getLibrary() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getLibrary() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getLineLength() - Method in class org.apache.camel.model.dataformat.Base64DataFormat
- getLineNumber() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- getLineSeparator() - Method in class org.apache.camel.model.dataformat.Base64DataFormat
- getLineSeparator() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getLoadBalancer() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getLoadBalancerConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getLoadBalancerConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getLoadBalancerRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getLoadBalancerRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getLoadBalancerType() - Method in class org.apache.camel.model.LoadBalanceDefinition
- getLoadBalancerTypeName() - Method in class org.apache.camel.model.LoadBalancerDefinition
- getLocalBeanRepository() - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- getLocale() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- getLocation() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- getLogContinued() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogExhausted() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogExhaustedMessageBody() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogExhaustedMessageHistory() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogger() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getLogger() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getLogger() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getLogger() - Method in class org.apache.camel.model.LogDefinition
- getLoggerBean() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getLoggerBean() - Method in class org.apache.camel.model.LogDefinition
- getLoggerRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getLoggingLevel() - Method in class org.apache.camel.model.LogDefinition
- getLoggingLevel() - Method in class org.apache.camel.model.ResumableDefinition
- getLogHandled() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogMask() - Method in class org.apache.camel.model.RouteDefinition
-
Whether security mask for Logging is enabled on this route.
- getLogName() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getLogName() - Method in class org.apache.camel.model.LogDefinition
- getLogNamespaces() - Method in class org.apache.camel.model.language.XPathExpression
- getLogNewException() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogRetryAttempted() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogRetryStackTrace() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLogStackTrace() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getLookup() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getMacAlgorithm() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getMainFormatType() - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
- getMandatory() - Method in class org.apache.camel.model.ConvertBodyDefinition
- getMarker() - Method in class org.apache.camel.model.LogDefinition
- getMarkRollbackOnly() - Method in class org.apache.camel.model.RollbackDefinition
- getMarkRollbackOnlyLast() - Method in class org.apache.camel.model.RollbackDefinition
- getMarshallerFactoryRef() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Returns the
CsvMarshallerFactory
reference. - getMasterUrl() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getMaxAliasesForCollections() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getMaxDecompressedSize() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
- getMaxDecompressedSize() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
- getMaximumFailoverAttempts() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
- getMaximumNumberOfOutputs() - Method in class org.apache.camel.model.LoadBalancerDefinition
-
Maximum number of outputs, as some load balancers only support 1 processor
- getMaximumRedeliveries() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getMaximumRedeliveryDelay() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getMaximumRetries() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- getMaximumRetryDelay() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- getMaxPoolSize() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getMaxPoolSize() - Method in class org.apache.camel.model.ThreadsDefinition
- getMaxQueueSize() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getMaxQueueSize() - Method in class org.apache.camel.model.ThreadsDefinition
- getMessage() - Method in class org.apache.camel.model.LogDefinition
- getMessage() - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- getMessage() - Method in class org.apache.camel.model.RollbackDefinition
- getMessage() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- getMessageFrequency() - Method in class org.apache.camel.model.SamplingDefinition
- getMessageHistory() - Method in class org.apache.camel.model.RouteDefinition
-
Whether message history is enabled on this route.
- getMethod() - Method in class org.apache.camel.model.BeanDefinition
- getMethod() - Method in class org.apache.camel.model.language.MethodCallExpression
- getMgfAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getMinimumNumberOfCalls() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getMode() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getMode() - Method in class org.apache.camel.model.language.XMLTokenizerExpression
- getMode() - Method in class org.apache.camel.model.OnCompletionDefinition
- getModelLifecycleStrategies() - Method in interface org.apache.camel.model.Model
-
Returns the model lifecycle strategies used to handle lifecycle notifications
- getModelReifierFactory() - Method in interface org.apache.camel.model.Model
-
Gets the
ModelReifierFactory
- getModuleClassNames() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getModuleClassNames() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getModuleClassNames() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getModuleClassNames() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getModuleRefs() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getModuleRefs() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getModuleRefs() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getModuleRefs() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getMultipartSubType() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
- getMultipartWithoutAttachment() - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
- getMustBeJAXBElement() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getName() - Method in class org.apache.camel.model.BeanFactoryDefinition
- getName() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getName() - Method in class org.apache.camel.model.dataformat.UniVocityHeader
- getName() - Method in class org.apache.camel.model.KameletDefinition
- getName() - Method in class org.apache.camel.model.RemoveHeaderDefinition
- getName() - Method in class org.apache.camel.model.RemovePropertyDefinition
- getName() - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- getName() - Method in class org.apache.camel.model.rest.ParamDefinition
- getName() - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- getName() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
- getName() - Method in class org.apache.camel.model.SetHeaderDefinition
- getName() - Method in class org.apache.camel.model.SetPropertyDefinition
- getName() - Method in class org.apache.camel.model.TemplatedRouteParameterDefinition
- getNamedOnly() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
- getNamespace() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getNamespace() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getNamespace() - Method in class org.apache.camel.model.language.NamespaceAwareExpression
- getNamespaceAsMap() - Method in class org.apache.camel.model.language.NamespaceAwareExpression
- getNamespacePrefixRef() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getNamespacePrefixRef() - Method in class org.apache.camel.model.dataformat.SoapDataFormat
- getNamespaces() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getNamespaces() - Method in class org.apache.camel.model.language.NamespaceAwareExpression
- getNamingStrategy() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getNodes() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getNoNamespaceSchemaLocation() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getNormalizedLineSeparator() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getNullString() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getNullStringDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getNullValue() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getNumberOfRecordsToRead() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getOauthToken() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getObjectFactory() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getObjectMapper() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getObjectMapper() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getObjectMapper() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getObjectModel() - Method in class org.apache.camel.model.language.XPathExpression
- getOmitFields() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getOmitFieldsAsMap() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getOmitResourceId() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getOmitXmlDeclaration() - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
- getOnCompleteOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
- getOnCompletions() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getOnCompletions() - Method in class org.apache.camel.model.RoutesDefinition
- getOnExceptionOccurred() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getOnExceptionOccurred() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getOnExceptionOccurred() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getOnExceptionOccurred() - Method in class org.apache.camel.model.OnExceptionDefinition
- getOnExceptionOccurredProcessor() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getOnExceptionOccurredRef() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getOnExceptionOccurredRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getOnExceptionOccurredRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getOnExceptionOccurredRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getOnExceptionOccurredRef() - Method in class org.apache.camel.model.OnExceptionDefinition
- getOnExceptions() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getOnExceptions() - Method in class org.apache.camel.model.RoutesDefinition
- getOnFailureOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
- getOnFallback() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- getOnPrepare() - Method in class org.apache.camel.model.MulticastDefinition
- getOnPrepare() - Method in class org.apache.camel.model.RecipientListDefinition
- getOnPrepare() - Method in class org.apache.camel.model.SplitDefinition
- getOnPrepare() - Method in class org.apache.camel.model.WireTapDefinition
- getOnPrepareFailure() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getOnPrepareFailure() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getOnPrepareFailure() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getOnPrepareFailureProcessor() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getOnPrepareFailureRef() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getOnPrepareFailureRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getOnPrepareFailureRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getOnPrepareFailureRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getOnPrepareProcessor() - Method in class org.apache.camel.model.MulticastDefinition
- getOnPrepareProcessor() - Method in class org.apache.camel.model.RecipientListDefinition
- getOnPrepareProcessor() - Method in class org.apache.camel.model.SplitDefinition
- getOnPrepareProcessor() - Method in class org.apache.camel.model.WireTapDefinition
- getOnRedelivery() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getOnRedelivery() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getOnRedelivery() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getOnRedelivery() - Method in class org.apache.camel.model.OnExceptionDefinition
- getOnRedeliveryProcessor() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getOnRedeliveryRef() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getOnRedeliveryRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getOnRedeliveryRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getOnRedeliveryRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getOnRedeliveryRef() - Method in class org.apache.camel.model.OnExceptionDefinition
- getOnWhen() - Method in class org.apache.camel.model.CatchDefinition
- getOnWhen() - Method in class org.apache.camel.model.OnCompletionDefinition
- getOnWhen() - Method in class org.apache.camel.model.OnExceptionDefinition
- getOperation() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getOptimisticLocking() - Method in class org.apache.camel.model.AggregateDefinition
- getOptimisticLockRetryPolicy() - Method in class org.apache.camel.model.AggregateDefinition
- getOptimisticLockRetryPolicyDefinition() - Method in class org.apache.camel.model.AggregateDefinition
- getOption() - Method in class org.apache.camel.model.language.JsonPathExpression
- getOptions() - Method in class org.apache.camel.model.SagaDefinition
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinitionConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
- getOrCreateRedeliveryPolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
- getOrder() - Method in class org.apache.camel.builder.RouteBuilder
-
Override this method to define ordering of
RouteBuilder
classes that are added to Camel from various runtimes such as camel-main, camel-spring-boot. - getOriginalRoute() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Gets the original route to be adviced.
- getOtherwise() - Method in class org.apache.camel.model.ChoiceDefinition
- getOutputFormat() - Method in class org.apache.camel.model.dataformat.Any23DataFormat
- getOutputMediaType() - Method in class org.apache.camel.model.language.DatasonnetExpression
- getOutputs() - Method in class org.apache.camel.model.AggregateDefinition
- getOutputs() - Method in class org.apache.camel.model.CatchDefinition
- getOutputs() - Method in class org.apache.camel.model.ChoiceDefinition
- getOutputs() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- getOutputs() - Method in class org.apache.camel.model.DynamicRouterDefinition
- getOutputs() - Method in class org.apache.camel.model.ExpressionNode
- getOutputs() - Method in class org.apache.camel.model.FinallyDefinition
- getOutputs() - Method in class org.apache.camel.model.InterceptDefinition
- getOutputs() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- getOutputs() - Method in class org.apache.camel.model.KameletDefinition
- getOutputs() - Method in class org.apache.camel.model.LoadBalanceDefinition
- getOutputs() - Method in class org.apache.camel.model.MulticastDefinition
- getOutputs() - Method in class org.apache.camel.model.NoOutputDefinition
- getOutputs() - Method in class org.apache.camel.model.OnCompletionDefinition
- getOutputs() - Method in class org.apache.camel.model.OnExceptionDefinition
- getOutputs() - Method in class org.apache.camel.model.OnFallbackDefinition
- getOutputs() - Method in class org.apache.camel.model.OtherwiseDefinition
- getOutputs() - Method in class org.apache.camel.model.OutputDefinition
- getOutputs() - Method in class org.apache.camel.model.OutputExpressionNode
- getOutputs() - Method in class org.apache.camel.model.PipelineDefinition
- getOutputs() - Method in class org.apache.camel.model.PolicyDefinition
- getOutputs() - Method in class org.apache.camel.model.ProcessorDefinition
- getOutputs() - Method in class org.apache.camel.model.ResequenceDefinition
- getOutputs() - Method in class org.apache.camel.model.RouteDefinition
- getOutputs() - Method in class org.apache.camel.model.RoutingSlipDefinition
- getOutputs() - Method in class org.apache.camel.model.StepDefinition
- getOutputs() - Method in class org.apache.camel.model.TransactedDefinition
- getOutputs() - Method in class org.apache.camel.model.TryDefinition
- getOutputsWithoutCatches() - Method in class org.apache.camel.model.TryDefinition
- getOutputType() - Method in class org.apache.camel.model.RouteDefinition
- getOutType() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getOutType() - Method in class org.apache.camel.model.rest.VerbDefinition
- getOutTypeClass() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getOutTypeClass() - Method in class org.apache.camel.model.rest.VerbDefinition
- getOverrideResourceIdWithBundleEntryFullUrl() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getPackages() - Method in class org.apache.camel.model.PackageScanDefinition
- getPadding() - Method in class org.apache.camel.model.dataformat.UniVocityFixedDataFormat
- getParallelAggregate() - Method in class org.apache.camel.model.MulticastDefinition
- getParallelAggregate() - Method in class org.apache.camel.model.RecipientListDefinition
- getParallelAggregate() - Method in class org.apache.camel.model.SplitDefinition
- getParallelProcessing() - Method in class org.apache.camel.model.AggregateDefinition
- getParallelProcessing() - Method in class org.apache.camel.model.MulticastDefinition
- getParallelProcessing() - Method in class org.apache.camel.model.OnCompletionDefinition
- getParallelProcessing() - Method in class org.apache.camel.model.RecipientListDefinition
- getParallelProcessing() - Method in class org.apache.camel.model.SplitDefinition
- getParameters() - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- getParameters() - Method in class org.apache.camel.model.TemplatedRouteDefinition
- getParams() - Method in class org.apache.camel.model.rest.VerbDefinition
- getParent() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- getParent() - Method in class org.apache.camel.model.ProcessorDefinition
- getParser() - Method in class org.apache.camel.model.dataformat.HL7DataFormat
- getParserErrorHandler() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getParserFactoryRef() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- getParserOptions() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getPartClass() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getPartNamespace() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getPassPhrase() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getPassPhraseByte() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getPassword() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getPassword() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getPassword() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getPath() - Method in class org.apache.camel.model.rest.RestDefinition
- getPath() - Method in class org.apache.camel.model.rest.VerbDefinition
- getPattern() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getPattern() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getPattern() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
- getPattern() - Method in class org.apache.camel.model.InOnlyDefinition
-
Deprecated.
- getPattern() - Method in class org.apache.camel.model.InOutDefinition
-
Deprecated.
- getPattern() - Method in class org.apache.camel.model.RemoveHeadersDefinition
- getPattern() - Method in class org.apache.camel.model.RemovePropertiesDefinition
- getPattern() - Method in class org.apache.camel.model.SendDefinition
- getPattern() - Method in class org.apache.camel.model.SetExchangePatternDefinition
- getPattern() - Method in class org.apache.camel.model.ToDefinition
- getPattern() - Method in class org.apache.camel.model.ToDynamicDefinition
- getPattern() - Method in class org.apache.camel.model.WireTapDefinition
- getPermissions() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getPermissions() - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- getPermittedNumberOfCallsInHalfOpenState() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getPolicy() - Method in class org.apache.camel.model.PolicyDefinition
- getPolicy() - Method in class org.apache.camel.model.TransactedDefinition
- getPoolSize() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getPoolSize() - Method in class org.apache.camel.model.ThreadsDefinition
- getPort() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getPortHeader() - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- getPortName() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getPortProtocol() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getPreCompile() - Method in class org.apache.camel.model.language.JoorExpression
- getPreCompile() - Method in class org.apache.camel.model.language.XPathExpression
- getPrecondition() - Method in class org.apache.camel.model.ChoiceDefinition
- getPrecondition() - Method in interface org.apache.camel.model.PreconditionContainer
-
The predicate of the precondition in simple language to evaluate in order to determine if it should be included or not.
- getPrecondition() - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
The predicate of the precondition in simple language to evaluate in order to determine if this route configuration should be included or not.
- getPrecondition() - Method in class org.apache.camel.model.RouteDefinition
-
The predicate of the precondition in simple language to evaluate in order to determine if this route should be included or not.
- getPredicate() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getPredicateExceptionFactory() - Method in class org.apache.camel.model.ValidateDefinition
- getPredicateFactory() - Method in class org.apache.camel.builder.ExpressionClauseSupport
- getPredicateFactory() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getPredicateType() - Method in class org.apache.camel.builder.ExpressionClauseSupport
- getPreferTypes() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getPreservePathElements() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
- getPreservePathElements() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
- getPrettyFlow() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getPrettyPrint() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getPrettyPrint() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getPrettyPrint() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getPrettyPrint() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getPrettyPrint() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getProcessor() - Method in class org.apache.camel.model.ProcessDefinition
- getProcessorDefinition(String) - Method in interface org.apache.camel.model.Model
-
Gets the processor definition from any of the routes which with the given id
- getProcessorDefinition(String, Class<T>) - Method in interface org.apache.camel.model.Model
-
Gets the processor definition from any of the routes which with the given id
- getProducerApiDoc() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getProducerComponent() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getProduces() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getProduces() - Method in class org.apache.camel.model.rest.RestDefinition
- getProduces() - Method in class org.apache.camel.model.rest.VerbDefinition
- getPropagation() - Method in class org.apache.camel.model.SagaDefinition
- getProperties() - Method in class org.apache.camel.model.BeanFactoryDefinition
- getProperties() - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
- getProperties() - Method in class org.apache.camel.model.PropertyDefinitions
- getPropertiesAsMap(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
- getProperty(String) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- getProperty(String, Class<?>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- getPropertyName() - Method in class org.apache.camel.model.language.JqExpression
- getProto() - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
- getProvider() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getQuote() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getQuote() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
- getQuoteAllFields() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
- getQuoteDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getQuoteEscape() - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
- getQuoteMode() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getRandomBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- getRawUri() - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
-
Builds the raw url of this endpoint.
- getRawUri() - Method in interface org.apache.camel.builder.EndpointProducerBuilder
-
Builds the raw url of this endpoint.
- getReadTimeoutMillis() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getRecipientKeyAlias() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getReconnectBaseSleepTime() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getReconnectMaxRetries() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getReconnectMaxSleepTime() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getRecordConverterRef() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getRecordEndsOnNewline() - Method in class org.apache.camel.model.dataformat.UniVocityFixedDataFormat
- getRecordSeparator() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getRecordSeparatorDisabled() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getRedeliveryDelay() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getRedeliveryPolicy() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getRedeliveryPolicy() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getRedeliveryPolicyRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getRedeliveryPolicyRef() - Method in class org.apache.camel.model.OnExceptionDefinition
- getRedeliveryPolicyType() - Method in class org.apache.camel.model.OnExceptionDefinition
- getRef() - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- getRef() - Method in class org.apache.camel.model.BeanDefinition
- getRef() - Method in class org.apache.camel.model.dataformat.CustomDataFormat
-
Reference to the custom
DataFormat
to lookup from the Camel registry. - getRef() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
-
Deprecated.
- getRef() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
- getRef() - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
-
Deprecated.
- getRef() - Method in class org.apache.camel.model.language.MethodCallExpression
- getRef() - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
- getRef() - Method in class org.apache.camel.model.PolicyDefinition
- getRef() - Method in class org.apache.camel.model.ProcessDefinition
- getRef() - Method in class org.apache.camel.model.RestContextRefDefinition
- getRef() - Method in class org.apache.camel.model.RouteBuilderDefinition
- getRef() - Method in class org.apache.camel.model.RouteConfigurationContextRefDefinition
- getRef() - Method in class org.apache.camel.model.RouteContextRefDefinition
- getRef() - Method in class org.apache.camel.model.RouteTemplateContextRefDefinition
- getRef() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- getRef() - Method in class org.apache.camel.model.TransactedDefinition
- getRef() - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
- getRef() - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
- getRef() - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
- getRef() - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
- getRefreshUrl() - Method in class org.apache.camel.model.rest.OAuth2Definition
- getRegex() - Method in class org.apache.camel.model.language.TokenizerExpression
- getRejectedPolicy() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getRejectedPolicy() - Method in class org.apache.camel.model.ThreadsDefinition
- getRejectExecution() - Method in class org.apache.camel.model.ThrottleDefinition
- getRejectOld() - Method in class org.apache.camel.model.config.StreamResequencerConfig
- getRemoveOnFailure() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getRepresenter() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getRequestVolumeThreshold() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getRequired() - Method in class org.apache.camel.model.rest.ParamDefinition
- getRequired() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
- getRequiredBody() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getRequiredHeaders() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getRequiredQueryParameters() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getResequencerConfig() - Method in class org.apache.camel.model.ResequenceDefinition
- getResilience4jConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- getResilience4jConfiguration(String) - Method in interface org.apache.camel.model.Model
-
Gets the Resilience4j configuration by the given name.
- getResolver() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getResource() - Method in class org.apache.camel.builder.RouteBuilder
-
The
Resource
which is the source code for this route (such as XML, YAML, Groovy or Java source file) - getResource() - Method in class org.apache.camel.model.RouteDefinition
- getResource() - Method in class org.apache.camel.model.RoutesDefinition
- getResponseModel() - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- getResponseMsgs() - Method in class org.apache.camel.model.rest.VerbDefinition
- getRest() - Method in class org.apache.camel.model.rest.VerbDefinition
- getRestBindingDefinition() - Method in class org.apache.camel.model.RouteDefinition
- getRestCollection() - Method in class org.apache.camel.builder.RouteBuilder
- getRestConfiguration() - Method in class org.apache.camel.builder.RouteBuilder
- getRestDefinition() - Method in class org.apache.camel.model.RouteDefinition
- getRestDefinitions() - Method in interface org.apache.camel.model.Model
-
Returns a list of the current REST definitions
- getRests() - Method in interface org.apache.camel.model.rest.RestContainer
-
Returns the RESTs
- getRests() - Method in class org.apache.camel.model.rest.RestsDefinition
- getResultType() - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- getResultType() - Method in class org.apache.camel.model.language.ConstantExpression
- getResultType() - Method in class org.apache.camel.model.language.CSimpleExpression
- getResultType() - Method in class org.apache.camel.model.language.DatasonnetExpression
- getResultType() - Method in class org.apache.camel.model.language.JoorExpression
- getResultType() - Method in class org.apache.camel.model.language.JqExpression
- getResultType() - Method in class org.apache.camel.model.language.JsonPathExpression
- getResultType() - Method in class org.apache.camel.model.language.SimpleExpression
- getResultType() - Method in class org.apache.camel.model.language.XPathExpression
- getResultType() - Method in class org.apache.camel.model.language.XQueryExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.ConstantExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.CSimpleExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.DatasonnetExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.JoorExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.JqExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.JsonPathExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.SimpleExpression
- getResultTypeName() - Method in class org.apache.camel.model.language.XPathExpression
- getResumeStrategy() - Method in class org.apache.camel.model.ResumableDefinition
- getResumeStrategyBean() - Method in class org.apache.camel.model.ResumableDefinition
- getRetriesExhaustedLogLevel() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getRetryAttemptedLogInterval() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getRetryAttemptedLogLevel() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getRetryDelay() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- getRetryWhile() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getRetryWhile() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getRetryWhile() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getRetryWhile() - Method in class org.apache.camel.model.OnExceptionDefinition
- getRetryWhilePolicy() - Method in class org.apache.camel.model.OnExceptionDefinition
- getRetryWhilePolicy(CamelContext) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getRetryWhilePolicy(CamelContext) - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelConfiguration
-
Deprecated.
- getRetryWhilePolicy(CamelContext) - Method in interface org.apache.camel.model.errorhandler.DeadLetterChannelProperties
-
Deprecated.
- getRetryWhilePredicate() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getRetryWhileRef() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- getRetryWhileRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- getRetryWhileRef() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getRetryWhileRef() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- getReverse() - Method in class org.apache.camel.model.config.BatchResequencerConfig
- getRollbackLoggingLevel() - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
- getRoundRobin() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
- getRoundRobin() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
- getRoute() - Method in class org.apache.camel.model.RouteTemplateDefinition
- getRoute(NamedNode) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Gets the route definition the given node belongs to.
- getRouteCollection() - Method in class org.apache.camel.builder.RouteBuilder
- getRouteConfiguration() - Method in class org.apache.camel.model.ProcessorDefinition
- getRouteConfigurationCollection() - Method in class org.apache.camel.builder.RouteConfigurationBuilder
- getRouteConfigurationDefinitions() - Method in interface org.apache.camel.model.Model
-
Returns a list of the current route configuration definitions
- getRouteConfigurationId() - Method in class org.apache.camel.model.RouteDefinition
-
The route configuration id or pattern this route should use for configuration.
- getRouteConfigurations() - Method in interface org.apache.camel.model.RouteConfigurationContainer
-
Returns the route configurations
- getRouteConfigurations() - Method in class org.apache.camel.model.RouteConfigurationsDefinition
- getRouteDefinition(String) - Method in interface org.apache.camel.model.Model
-
Gets the route definition with the given id
- getRouteDefinitions() - Method in interface org.apache.camel.model.Model
-
Returns a list of the current route definitions
- getRouteFilter() - Method in interface org.apache.camel.model.Model
-
Gets the current route filter
- getRouteId() - Method in class org.apache.camel.model.RouteDefinition
- getRouteId() - Method in class org.apache.camel.model.TemplatedRouteDefinition
- getRouteId(NamedNode) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Gets the route id the given node belongs to.
- getRouteMessage(String) - Static method in class org.apache.camel.model.RouteDefinitionHelper
- getRoutePolicies() - Method in class org.apache.camel.model.RouteDefinition
- getRoutePolicyRef() - Method in class org.apache.camel.model.RouteDefinition
-
Reference to custom
RoutePolicy
to use by the route. - getRouteProperties() - Method in class org.apache.camel.model.RouteDefinition
- getRoutes() - Method in interface org.apache.camel.model.RouteContainer
-
Returns the routes
- getRoutes() - Method in class org.apache.camel.model.RoutesDefinition
- getRouteTemplateCollection() - Method in class org.apache.camel.builder.RouteBuilder
- getRouteTemplateContext() - Method in class org.apache.camel.model.RouteDefinition
- getRouteTemplateDefinition(String) - Method in interface org.apache.camel.model.Model
-
Gets the route template definition with the given id
- getRouteTemplateDefinitions() - Method in interface org.apache.camel.model.Model
-
Returns a list of the current route template definitions
- getRouteTemplateRef() - Method in class org.apache.camel.model.TemplatedRouteDefinition
- getRouteTemplates() - Method in interface org.apache.camel.model.RouteTemplateContainer
-
Returns the route templates
- getRouteTemplates() - Method in class org.apache.camel.model.RouteTemplatesDefinition
- getSagaService() - Method in class org.apache.camel.model.SagaDefinition
- getSagaServiceBean() - Method in class org.apache.camel.model.SagaDefinition
- getSamplePeriod() - Method in class org.apache.camel.model.SamplingDefinition
- getSaxon() - Method in class org.apache.camel.model.language.XPathExpression
- getSchema() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getSchema() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getSchema() - Method in class org.apache.camel.model.dataformat.SoapDataFormat
- getSchemaLocation() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getSchemaResolver() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getSchemaResolver() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getSchemaResolver() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getSchemaSeverityLevel() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getScheme() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getScheme() - Method in class org.apache.camel.model.transformer.TransformerDefinition
- getScope() - Method in class org.apache.camel.model.BeanDefinition
- getScope() - Method in class org.apache.camel.model.language.MethodCallExpression
- getScopes() - Method in class org.apache.camel.model.rest.OAuth2Definition
- getScopes() - Method in class org.apache.camel.model.rest.SecurityDefinition
- getScript() - Method in class org.apache.camel.model.BeanFactoryDefinition
- getSecureTag() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getSecureTagContents() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getSecurity() - Method in class org.apache.camel.model.rest.VerbDefinition
- getSecurityDefinitions() - Method in class org.apache.camel.model.rest.RestDefinition
- getSecurityDefinitions() - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- getSecurityRequirements() - Method in class org.apache.camel.model.rest.RestDefinition
- getServerBaseUrl() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getServers() - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
- getServers() - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
- getServiceCallConfiguration(String) - Method in interface org.apache.camel.model.Model
-
Gets the service call configuration by the given name.
- getServiceChooser() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceChooser() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getServiceChooserRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceChooserRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getServiceDiscoveryConfiguration() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- getServiceDiscoveryConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceDiscoveryConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getServiceDiscoveryConfigurations() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- getServiceDiscoveryRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceDiscoveryRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getServiceFilter() - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
- getServiceFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getServiceFilterConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceFilterConfiguration() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getServiceFilterConfigurations() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- getServiceFilterRef() - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
- getServiceFilterRef() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getServiceFilterRef() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getSessionTimeout() - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- getShareUnitOfWork() - Method in class org.apache.camel.model.EnrichDefinition
- getShareUnitOfWork() - Method in class org.apache.camel.model.MulticastDefinition
- getShareUnitOfWork() - Method in class org.apache.camel.model.RecipientListDefinition
- getShareUnitOfWork() - Method in class org.apache.camel.model.SplitDefinition
- getShortName() - Method in class org.apache.camel.model.AdviceWithDefinition
- getShortName() - Method in class org.apache.camel.model.AggregateDefinition
- getShortName() - Method in class org.apache.camel.model.BeanDefinition
- getShortName() - Method in class org.apache.camel.model.CatchDefinition
- getShortName() - Method in class org.apache.camel.model.ChoiceDefinition
- getShortName() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- getShortName() - Method in class org.apache.camel.model.ClaimCheckDefinition
- getShortName() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getShortName() - Method in class org.apache.camel.model.ConvertBodyDefinition
- getShortName() - Method in class org.apache.camel.model.DataFormatDefinition
- getShortName() - Method in class org.apache.camel.model.DelayDefinition
- getShortName() - Method in class org.apache.camel.model.DynamicRouterDefinition
- getShortName() - Method in class org.apache.camel.model.EnrichDefinition
- getShortName() - Method in class org.apache.camel.model.FilterDefinition
- getShortName() - Method in class org.apache.camel.model.FinallyDefinition
- getShortName() - Method in class org.apache.camel.model.FromDefinition
- getShortName() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getShortName() - Method in class org.apache.camel.model.InOnlyDefinition
-
Deprecated.
- getShortName() - Method in class org.apache.camel.model.InOutDefinition
-
Deprecated.
- getShortName() - Method in class org.apache.camel.model.InputTypeDefinition
- getShortName() - Method in class org.apache.camel.model.InterceptDefinition
- getShortName() - Method in class org.apache.camel.model.InterceptFromDefinition
- getShortName() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- getShortName() - Method in class org.apache.camel.model.KameletDefinition
- getShortName() - Method in class org.apache.camel.model.LoadBalanceDefinition
- getShortName() - Method in class org.apache.camel.model.LogDefinition
- getShortName() - Method in class org.apache.camel.model.LoopDefinition
- getShortName() - Method in class org.apache.camel.model.MarshalDefinition
- getShortName() - Method in class org.apache.camel.model.MulticastDefinition
- getShortName() - Method in class org.apache.camel.model.OnCompletionDefinition
- getShortName() - Method in class org.apache.camel.model.OnExceptionDefinition
- getShortName() - Method in class org.apache.camel.model.OnFallbackDefinition
- getShortName() - Method in class org.apache.camel.model.OtherwiseDefinition
- getShortName() - Method in class org.apache.camel.model.OutputDefinition
- getShortName() - Method in class org.apache.camel.model.OutputTypeDefinition
- getShortName() - Method in class org.apache.camel.model.PausableDefinition
- getShortName() - Method in class org.apache.camel.model.PipelineDefinition
- getShortName() - Method in class org.apache.camel.model.PolicyDefinition
- getShortName() - Method in class org.apache.camel.model.PollEnrichDefinition
- getShortName() - Method in class org.apache.camel.model.ProcessDefinition
- getShortName() - Method in class org.apache.camel.model.RecipientListDefinition
- getShortName() - Method in class org.apache.camel.model.RemoveHeaderDefinition
- getShortName() - Method in class org.apache.camel.model.RemoveHeadersDefinition
- getShortName() - Method in class org.apache.camel.model.RemovePropertiesDefinition
- getShortName() - Method in class org.apache.camel.model.RemovePropertyDefinition
- getShortName() - Method in class org.apache.camel.model.ResequenceDefinition
- getShortName() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getShortName() - Method in class org.apache.camel.model.rest.RestDefinition
- getShortName() - Method in class org.apache.camel.model.rest.RestsDefinition
- getShortName() - Method in class org.apache.camel.model.rest.VerbDefinition
- getShortName() - Method in class org.apache.camel.model.ResumableDefinition
- getShortName() - Method in class org.apache.camel.model.RollbackDefinition
- getShortName() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- getShortName() - Method in class org.apache.camel.model.RouteDefinition
- getShortName() - Method in class org.apache.camel.model.RoutesDefinition
- getShortName() - Method in class org.apache.camel.model.RouteTemplateDefinition
- getShortName() - Method in class org.apache.camel.model.RouteTemplatesDefinition
- getShortName() - Method in class org.apache.camel.model.RoutingSlipDefinition
- getShortName() - Method in class org.apache.camel.model.SagaActionUriDefinition
- getShortName() - Method in class org.apache.camel.model.SamplingDefinition
- getShortName() - Method in class org.apache.camel.model.ScriptDefinition
- getShortName() - Method in class org.apache.camel.model.SetBodyDefinition
- getShortName() - Method in class org.apache.camel.model.SetExchangePatternDefinition
- getShortName() - Method in class org.apache.camel.model.SetHeaderDefinition
- getShortName() - Method in class org.apache.camel.model.SetPropertyDefinition
- getShortName() - Method in class org.apache.camel.model.SortDefinition
- getShortName() - Method in class org.apache.camel.model.SplitDefinition
- getShortName() - Method in class org.apache.camel.model.StepDefinition
- getShortName() - Method in class org.apache.camel.model.StopDefinition
- getShortName() - Method in class org.apache.camel.model.TemplatedRoutesDefinition
- getShortName() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getShortName() - Method in class org.apache.camel.model.ThreadsDefinition
- getShortName() - Method in class org.apache.camel.model.ThrottleDefinition
- getShortName() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- getShortName() - Method in class org.apache.camel.model.ToDefinition
- getShortName() - Method in class org.apache.camel.model.ToDynamicDefinition
- getShortName() - Method in class org.apache.camel.model.TransactedDefinition
- getShortName() - Method in class org.apache.camel.model.TransformDefinition
- getShortName() - Method in class org.apache.camel.model.TryDefinition
- getShortName() - Method in class org.apache.camel.model.UnmarshalDefinition
- getShortName() - Method in class org.apache.camel.model.ValidateDefinition
- getShortName() - Method in class org.apache.camel.model.WhenDefinition
- getShortName() - Method in class org.apache.camel.model.WhenSkipSendToEndpointDefinition
- getShortName() - Method in class org.apache.camel.model.WireTapDefinition
- getShouldAppendHMAC() - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
- getShutdownRoute() - Method in class org.apache.camel.model.RouteDefinition
- getShutdownRunningTask() - Method in class org.apache.camel.model.RouteDefinition
-
To control how to shutdown the route.
- getSignatureKeyFileName() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getSignatureKeyRing() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getSignatureKeyUserid() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getSignaturePassword() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getSignatureVerificationOption() - Method in class org.apache.camel.model.dataformat.PGPDataFormat
- getSingleQuotes() - Method in class org.apache.camel.model.language.JoorExpression
- getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.RestDefinition
- getSkipBindingOnErrorCode() - Method in class org.apache.camel.model.rest.VerbDefinition
- getSkipDuplicate() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- getSkipEmptyLines() - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- getSkipFirst() - Method in class org.apache.camel.model.language.TokenizerExpression
- getSkipHeaderRecord() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getSkipSendToOriginalEndpoint() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- getSkipTrailingCharsUntilNewline() - Method in class org.apache.camel.model.dataformat.UniVocityFixedDataFormat
- getSlidingWindowSize() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getSlidingWindowType() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getSlowCallDurationThreshold() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getSlowCallRateThreshold() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getSslContextParameters() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getStartupOrder() - Method in class org.apache.camel.model.RouteDefinition
-
To configure the ordering of the routes being started
- getStatusPropertyName() - Method in class org.apache.camel.model.FilterDefinition
- getSticky() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
- getStopOnException() - Method in class org.apache.camel.model.MulticastDefinition
- getStopOnException() - Method in class org.apache.camel.model.RecipientListDefinition
- getStopOnException() - Method in class org.apache.camel.model.SplitDefinition
- getStreamCache() - Method in class org.apache.camel.model.RouteDefinition
-
Whether stream caching is enabled on this route.
- getStreamConfig() - Method in class org.apache.camel.model.ResequenceDefinition
- getStreaming() - Method in class org.apache.camel.model.MulticastDefinition
- getStreaming() - Method in class org.apache.camel.model.RecipientListDefinition
- getStreaming() - Method in class org.apache.camel.model.SplitDefinition
- getStripVersionsFromReferences() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getSuccessThreshold() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getSummaryMode() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getSuppressExceptions() - Method in class org.apache.camel.model.language.JsonPathExpression
- getSuppressNarratives() - Method in class org.apache.camel.model.dataformat.FhirDataformat
- getTag() - Method in class org.apache.camel.model.rest.RestDefinition
- getTemplateBeans() - Method in class org.apache.camel.model.RouteTemplateDefinition
- getTemplatedRouteCollection() - Method in class org.apache.camel.builder.RouteBuilder
- getTemplatedRoutes() - Method in interface org.apache.camel.model.TemplatedRouteContainer
-
Returns the templated routes
- getTemplatedRoutes() - Method in class org.apache.camel.model.TemplatedRoutesDefinition
- getTemplateParameters() - Method in class org.apache.camel.model.RouteDefinition
- getTemplateParameters() - Method in class org.apache.camel.model.RouteTemplateDefinition
- getText() - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- getText() - Method in class org.apache.camel.model.DescriptionDefinition
- getTextQualifier() - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
- getThreadName() - Method in class org.apache.camel.model.ThreadsDefinition
- getThreadSafety() - Method in class org.apache.camel.model.language.XPathExpression
- getTimeout() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- getTimeout() - Method in class org.apache.camel.model.config.StreamResequencerConfig
- getTimeout() - Method in class org.apache.camel.model.MulticastDefinition
- getTimeout() - Method in class org.apache.camel.model.PollEnrichDefinition
- getTimeout() - Method in class org.apache.camel.model.RecipientListDefinition
- getTimeout() - Method in class org.apache.camel.model.SagaDefinition
- getTimeout() - Method in class org.apache.camel.model.SplitDefinition
- getTimeoutCancelRunningFuture() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getTimeoutCheckerExecutorService() - Method in class org.apache.camel.model.AggregateDefinition
- getTimeoutCheckerExecutorServiceBean() - Method in class org.apache.camel.model.AggregateDefinition
- getTimeoutDuration() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getTimeoutDuration() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getTimeoutEnabled() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getTimeoutEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getTimeoutExecutorService() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getTimeoutPoolSize() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getTimeoutScheduledExecutorService() - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
- getTimePeriodMillis() - Method in class org.apache.camel.model.ThrottleDefinition
- getTimeUnit() - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- getTimeUnit() - Method in class org.apache.camel.model.ThreadsDefinition
- getTimezone() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getTimezone() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getTimezone() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getTimezone() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getTo() - Method in class org.apache.camel.model.rest.VerbDefinition
- getToken() - Method in class org.apache.camel.model.language.TokenizerExpression
- getTokenUrl() - Method in class org.apache.camel.model.rest.OAuth2Definition
- getToType() - Method in class org.apache.camel.model.transformer.TransformerDefinition
- getTrace() - Method in class org.apache.camel.model.RouteDefinition
-
Whether tracing is enabled on this route.
- getTrailingDelimiter() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getTransactedPolicy() - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
- getTransactedPolicyRef() - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
- getTransformers() - Method in interface org.apache.camel.model.Model
-
Gets the transformers that can be referenced in the routes.
- getTransformers() - Method in class org.apache.camel.model.transformer.TransformersDefinition
- getTrim() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getTrim() - Method in class org.apache.camel.model.language.ExpressionDefinition
- getTrustCerts() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getType() - Method in class org.apache.camel.model.BeanFactoryDefinition
- getType() - Method in class org.apache.camel.model.ConvertBodyDefinition
- getType() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- getType() - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
- getType() - Method in class org.apache.camel.model.language.XQueryExpression
- getType() - Method in class org.apache.camel.model.PolicyDefinition
- getType() - Method in class org.apache.camel.model.rest.ParamDefinition
- getType() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getType() - Method in class org.apache.camel.model.rest.VerbDefinition
- getType() - Method in class org.apache.camel.model.TransactedDefinition
- getType() - Method in class org.apache.camel.model.validator.ValidatorDefinition
- getTypeClass() - Method in class org.apache.camel.model.ConvertBodyDefinition
- getTypeClass() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- getTypeClass() - Method in class org.apache.camel.model.rest.VerbDefinition
- getTypeFilters() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getUnits() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- getUnmarshalType() - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
- getUnmarshalType() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getUnmarshalType() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getUnmarshalType() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getUnmarshalType() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getUnmarshalType() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getUnmarshalType() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
- getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getUnmarshalTypeName() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getUntilCheck() - Method in class org.apache.camel.model.PausableDefinition
- getUntilCheckBean() - Method in class org.apache.camel.model.PausableDefinition
- getUnwrapSingleInstance() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- getUri() - Method in interface org.apache.camel.builder.EndpointConsumerBuilder
-
Builds the encoded url of this endpoint.
- getUri() - Method in interface org.apache.camel.builder.EndpointProducerBuilder
-
Builds the encoded url of this endpoint.
- getUri() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- getUri() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- getUri() - Method in class org.apache.camel.model.FromDefinition
- getUri() - Method in class org.apache.camel.model.InterceptFromDefinition
- getUri() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- getUri() - Method in class org.apache.camel.model.SendDefinition
- getUri() - Method in class org.apache.camel.model.ToDynamicDefinition
- getUri() - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
- getUri() - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
- getUri() - Method in class org.apache.camel.model.WireTapDefinition
- getUriDelimiter() - Method in class org.apache.camel.model.DynamicRouterDefinition
- getUriDelimiter() - Method in class org.apache.camel.model.RoutingSlipDefinition
- getUrl() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The Consul agent URL
- getUrl() - Method in class org.apache.camel.model.rest.OpenIdConnectDefinition
- getUrlSafe() - Method in class org.apache.camel.model.dataformat.Base64DataFormat
- getUrn() - Method in class org.apache.camel.model.InputTypeDefinition
- getUrn() - Method in class org.apache.camel.model.OutputTypeDefinition
- getUseApplicationContextClassLoader() - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
- getUseCollisionAvoidance() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getUseDefaultObjectMapper() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getUseExponentialBackOff() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- getUseList() - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- getUseList() - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- getUseList() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getUseList() - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- getUseList() - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- getUseMaps() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getUseOrderedMaps() - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- getUseOriginalBody() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getUseOriginalBody() - Method in class org.apache.camel.model.OnExceptionDefinition
- getUseOriginalMessage() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- getUseOriginalMessage() - Method in class org.apache.camel.model.OnCompletionDefinition
- getUseOriginalMessage() - Method in class org.apache.camel.model.OnExceptionDefinition
- getUsername() - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- getUserName() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getUseXForwardHeaders() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getUsingIterator() - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
- getUsingIterator() - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
- getUsingIterator() - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
- getUsingParallelCompression() - Method in class org.apache.camel.model.dataformat.LZFDataFormat
- getValidate() - Method in class org.apache.camel.model.dataformat.HL7DataFormat
- getValidate() - Method in class org.apache.camel.model.InputTypeDefinition
- getValidate() - Method in class org.apache.camel.model.OutputTypeDefinition
- getValidating() - Method in class org.apache.camel.model.dataformat.IcalDataFormat
- getValidators() - Method in interface org.apache.camel.model.Model
-
Gets the validators that can be referenced in the routes.
- getValidators() - Method in class org.apache.camel.model.validator.ValidatorsDefinition
- getValue() - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
- getValue() - Method in class org.apache.camel.model.GlobalOptionDefinition
- getValue() - Method in class org.apache.camel.model.PropertyDefinition
- getValue() - Method in class org.apache.camel.model.rest.RestPropertyDefinition
- getValue() - Method in class org.apache.camel.model.TemplatedRouteParameterDefinition
- getVerbs() - Method in class org.apache.camel.model.rest.RestDefinition
- getVersion() - Method in class org.apache.camel.model.dataformat.SoapDataFormat
- getWaitDurationInOpenState() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getWhenClauses() - Method in class org.apache.camel.model.ChoiceDefinition
- getWidth() - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
- getWritableStackTraceEnabled() - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
- getWriteAsString() - Method in class org.apache.camel.model.language.JsonPathExpression
- getWriteTimeoutMillis() - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- getXml() - Method in class org.apache.camel.model.language.TokenizerExpression
- getXmlCipherAlgorithm() - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- getXmlDataFormat() - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
- getXmlMapper() - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- getXmlStreamWriterWrapper() - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- getXPathFactory() - Method in class org.apache.camel.model.language.XPathExpression
- GlobalOptionDefinition - Class in org.apache.camel.model
-
Models a string key/value pair for configuring some global options on a Camel context such as max debug log length.
- GlobalOptionDefinition() - Constructor for class org.apache.camel.model.GlobalOptionDefinition
- GlobalOptionsDefinition - Class in org.apache.camel.model
-
Models a series of string key/value pairs for configuring some global options on a Camel context such as max debug log length.
- GlobalOptionsDefinition() - Constructor for class org.apache.camel.model.GlobalOptionsDefinition
- GoogleProtobuf - org.apache.camel.model.dataformat.ProtobufLibrary
- grok(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Grok data format
- GrokDataFormat - Class in org.apache.camel.model.dataformat
-
Unmarshal unstructured data to objects using Logstash based Grok patterns.
- GrokDataFormat() - Constructor for class org.apache.camel.model.dataformat.GrokDataFormat
- groovy(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Groovy expression
- groovy(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Groovy expression
- groovy(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Calls a groovy script for creating the local bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
- GroovyExpression - Class in org.apache.camel.model.language
-
Evaluates a Groovy script.
- GroovyExpression() - Constructor for class org.apache.camel.model.language.GroovyExpression
- GroovyExpression(String) - Constructor for class org.apache.camel.model.language.GroovyExpression
- group(String) - Method in class org.apache.camel.model.RouteDefinition
-
Set the group name for this route
- groupedBody() - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
GroupedBodyAggregationStrategy
aggregation strategy. - groupedExchange() - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
GroupedExchangeAggregationStrategy
aggregation strategy. - Gson - org.apache.camel.model.dataformat.JsonLibrary
- gzipDeflater() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the GZIP deflater data format
- GzipDeflaterDataFormat - Class in org.apache.camel.model.dataformat
-
Compress and decompress messages using
java.util.zip.GZIP*Stream
. - GzipDeflaterDataFormat() - Constructor for class org.apache.camel.model.dataformat.GzipDeflaterDataFormat
H
- handled(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether the exchange should be marked as handled or not.
- handled(Expression) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether the exchange should be marked as handled or not.
- handled(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether the exchange should be marked as handled or not.
- handler(Consumer<RouteTemplateDefinition>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Sets a handler which gives access to the route template model that will be used for creating the route.
- hasCustomIdAssigned() - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Returns whether a custom id has been assigned
- hasErrorHandlerFactory() - Method in class org.apache.camel.builder.BuilderSupport
- HasExpressionType - Interface in org.apache.camel.model
-
Marker interface to mark a
ProcessorDefinition
that supports expressions. - hasLogger() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- hasLogger() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- hasLogger() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- hasParameter(String) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- hasRedeliveryPolicy() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- hasRedeliveryPolicy() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- hasRedeliveryPolicy() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- head() - Method in class org.apache.camel.model.rest.RestDefinition
- head() - Method in class org.apache.camel.model.rest.VerbDefinition
- head(String) - Method in class org.apache.camel.model.rest.RestDefinition
- head(String) - Method in class org.apache.camel.model.rest.VerbDefinition
- HeadDefinition - Class in org.apache.camel.model.rest
-
Rest HEAD command
- HeadDefinition() - Constructor for class org.apache.camel.model.rest.HeadDefinition
- header - org.apache.camel.model.rest.RestParamType
- header(String) - Static method in class org.apache.camel.builder.Builder
-
Returns a predicate and value builder for headers on an exchange
- header(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a value builder for the given header
- header(String) - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of an inbound message header of the given name
- header(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of an inbound message header of the given name
- header(String) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
Adds a response header
- HeaderExpression - Class in org.apache.camel.model.language
-
Gets a header from the Exchange.
- HeaderExpression() - Constructor for class org.apache.camel.model.language.HeaderExpression
- HeaderExpression(String) - Constructor for class org.apache.camel.model.language.HeaderExpression
- headerExtractionEnabled - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- headers - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- headers() - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of the inbound headers
- headers() - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of the inbound headers
- headersDisabled - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- healthy() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- healthyFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- healthyFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- HealthyServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
- HealthyServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfiguration
- HealthyServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfiguration
- HealthyServiceCallServiceFilterConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- HealthyServiceCallServiceFilterConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.HealthyServiceCallServiceFilterConfigurationConfigurer
- hl7() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the HL7 data format
- hl7(boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the HL7 data format
- hl7(Object) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the HL7 data format
- HL7DataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
- HL7DataFormat() - Constructor for class org.apache.camel.model.dataformat.HL7DataFormat
- hl7terser(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an HL7 Terser expression
- Hl7TerserExpression - Class in org.apache.camel.model.language
-
Get the value of a HL7 message field specified by terse location specification syntax.
- Hl7TerserExpression() - Constructor for class org.apache.camel.model.language.Hl7TerserExpression
- Hl7TerserExpression(String) - Constructor for class org.apache.camel.model.language.Hl7TerserExpression
- host(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To define the host to use, such as 0.0.0.0 or localhost
- hostHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST
- hostNameResolver(RestHostNameResolver) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify the hostname resolver
I
- ical(boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the iCal data format
- IcalDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal iCal (*.ics) documents to/from model objects.
- IcalDataFormat() - Constructor for class org.apache.camel.model.dataformat.IcalDataFormat
- id(String) - Method in class org.apache.camel.model.ExpressionNode
- id(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Sets the id of this node.
- id(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sets the id of this node.
- id(String) - Method in class org.apache.camel.model.rest.RestDefinition
- idempotentConsumer() - Method in class org.apache.camel.model.ProcessorDefinition
-
Idempotent consumer EIP: Creates an
IdempotentConsumer
using a fluent builder. - idempotentConsumer(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Idempotent consumer EIP: Creates an
IdempotentConsumer
to avoid duplicate messages - idempotentConsumer(Expression, IdempotentRepository) - Method in class org.apache.camel.model.ProcessorDefinition
-
Idempotent consumer EIP: Creates an
IdempotentConsumer
to avoid duplicate messages - IdempotentConsumerDefinition - Class in org.apache.camel.model
-
Filters out duplicate messages
- IdempotentConsumerDefinition() - Constructor for class org.apache.camel.model.IdempotentConsumerDefinition
- IdempotentConsumerDefinition(Expression, IdempotentRepository) - Constructor for class org.apache.camel.model.IdempotentConsumerDefinition
- idempotentRepository(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Sets the reference name of the message id repository
- idempotentRepository(IdempotentRepository) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Sets the message id repository for the idempotent consumer
- IdentifiedType - Class in org.apache.camel.model
-
The unique identifier for an EIP.
- IdentifiedType() - Constructor for class org.apache.camel.model.IdentifiedType
- idOrCreate(NodeIdFactory) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Gets the node id, creating one if not already set.
- ignoreInvalidCasts() - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Ignores invalid casts instead of throwing an exception if the pick expression result cannot be casted to the specified type.
- ignoreInvalidCorrelationKeys() - Method in class org.apache.camel.model.AggregateDefinition
-
If a correlation key cannot be successfully evaluated it will be ignored by logging a DEBUG and then just ignore the incoming Exchange.
- ignoreInvalidEndpoint() - Method in class org.apache.camel.model.EnrichDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoint() - Method in class org.apache.camel.model.PollEnrichDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoint() - Method in class org.apache.camel.model.WireTapDefinition
-
Ignore the invalid endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoint(boolean) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoint(String) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoints() - Method in class org.apache.camel.model.DynamicRouterDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoints() - Method in class org.apache.camel.model.RecipientListDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoints() - Method in class org.apache.camel.model.RoutingSlipDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoints(boolean) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidEndpoints(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
- ignoreInvalidExchanges() - Method in class org.apache.camel.model.ResequenceDefinition
-
If an incoming
Exchange
is invalid, then it will be ignored. - ignoreLeadingWhitespaces - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- ignoreTrailingWhitespaces - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- include(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- include(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- include(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- inheritErrorHandler - Variable in class org.apache.camel.model.ProcessorDefinition
- inheritErrorHandler(boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sets whether or not to inherit the configured error handler.
- init(CamelContext) - Method in class org.apache.camel.builder.ExpressionClause
- init(CamelContext) - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- init(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
- initParent(ProcessorDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
- initPredicate(CamelContext) - Method in class org.apache.camel.builder.ExpressionClause
- initPredicate(CamelContext) - Method in class org.apache.camel.model.language.ExpressionDefinition
- inMessage() - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of an inbound message
- inMessage() - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
An expression of an inbound message
- inMessage(Function<Message, Object>) - Method in class org.apache.camel.builder.ExpressionClause
-
A functional expression of an inbound message
- inOnly(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOnly(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOnly(String...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOnly(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOnly(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- InOnlyDefinition - Class in org.apache.camel.model
-
Deprecated.
- InOnlyDefinition() - Constructor for class org.apache.camel.model.InOnlyDefinition
-
Deprecated.
- InOnlyDefinition(String) - Constructor for class org.apache.camel.model.InOnlyDefinition
-
Deprecated.
- InOnlyDefinition(Endpoint) - Constructor for class org.apache.camel.model.InOnlyDefinition
-
Deprecated.
- inOut(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOut(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOut(String...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOut(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- inOut(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.use to where you can specify the exchange pattern as well
- InOutDefinition - Class in org.apache.camel.model
-
Deprecated.
- InOutDefinition() - Constructor for class org.apache.camel.model.InOutDefinition
-
Deprecated.
- InOutDefinition(String) - Constructor for class org.apache.camel.model.InOutDefinition
-
Deprecated.
- InOutDefinition(Endpoint) - Constructor for class org.apache.camel.model.InOutDefinition
-
Deprecated.
- inputType(Class) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the input message by Java class.
- inputType(String) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the input message.
- InputTypeDefinition - Class in org.apache.camel.model
-
Set the expected data type of the input message.
- InputTypeDefinition() - Constructor for class org.apache.camel.model.InputTypeDefinition
- inputTypeWithValidate(Class) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the input message by Java class with content validation enabled.
- inputTypeWithValidate(String) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the input message with content validation enabled.
- intercept() - Method in class org.apache.camel.builder.RouteBuilder
-
Adds a route for an interceptor that intercepts every processing step.
- intercept() - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Adds a route for an interceptor that intercepts every processing step.
- intercept() - Method in class org.apache.camel.model.RoutesDefinition
-
Creates and adds an interceptor that is triggered on every step in the route processing.
- InterceptDefinition - Class in org.apache.camel.model
-
Intercepts a message at each step in the route
- InterceptDefinition() - Constructor for class org.apache.camel.model.InterceptDefinition
- intercepted - Variable in class org.apache.camel.model.InterceptDefinition
- interceptFrom() - Method in class org.apache.camel.builder.RouteBuilder
-
Adds a route for an interceptor that intercepts incoming messages on any inputs in this route
- interceptFrom() - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Adds a route for an interceptor that intercepts incoming messages on any inputs in this route
- interceptFrom() - Method in class org.apache.camel.model.RoutesDefinition
-
Creates and adds an interceptor that is triggered when an exchange is received as input to any routes (eg from all the from)
- interceptFrom(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Adds a route for an interceptor that intercepts incoming messages on the given endpoint.
- interceptFrom(String) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Adds a route for an interceptor that intercepts incoming messages on the given endpoint.
- interceptFrom(String) - Method in class org.apache.camel.model.RoutesDefinition
-
Creates and adds an interceptor that is triggered when an exchange is received as input to the route defined with the given endpoint (eg from the from)
- InterceptFromDefinition - Class in org.apache.camel.model
-
Intercepts incoming messages
- InterceptFromDefinition() - Constructor for class org.apache.camel.model.InterceptFromDefinition
- InterceptFromDefinition(String) - Constructor for class org.apache.camel.model.InterceptFromDefinition
- interceptSendToEndpoint(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Applies a route for an interceptor if an exchange is send to the given endpoint
- interceptSendToEndpoint(String) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Applies a route for an interceptor if an exchange is send to the given endpoint
- interceptSendToEndpoint(String) - Method in class org.apache.camel.model.RoutesDefinition
-
Creates and adds an interceptor that is triggered when an exchange is send to the given endpoint
- InterceptSendToEndpointDefinition - Class in org.apache.camel.model
-
Intercepts messages being sent to an endpoint
- InterceptSendToEndpointDefinition() - Constructor for class org.apache.camel.model.InterceptSendToEndpointDefinition
- InterceptSendToEndpointDefinition(String) - Constructor for class org.apache.camel.model.InterceptSendToEndpointDefinition
- intermittent(boolean) - Method in class org.apache.camel.model.ResumableDefinition
-
Sets whether the offsets will be intermittently present or whether they must be present in every exchange
- isAbstract() - Method in class org.apache.camel.model.InterceptDefinition
- isAbstract() - Method in class org.apache.camel.model.InterceptFromDefinition
- isAbstract() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- isAbstract() - Method in class org.apache.camel.model.OnCompletionDefinition
- isAbstract() - Method in class org.apache.camel.model.OnExceptionDefinition
- isAbstract() - Method in class org.apache.camel.model.PolicyDefinition
- isAbstract() - Method in class org.apache.camel.model.ProcessorDefinition
-
Whether this model is abstract or not.
- isAbstract() - Method in class org.apache.camel.model.SagaDefinition
- isAbstract() - Method in class org.apache.camel.model.TransactedDefinition
- isAsyncDelayedRedelivery() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- isAsyncDelayedRedelivery() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- isAsyncDelayedRedelivery() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- isContextScopedErrorHandler() - Method in class org.apache.camel.model.RouteDefinition
- isDeadLetterHandleNewException() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- isDeadLetterHandleNewException() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- isDeadLetterHandleNewException() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- isErrorHandlerFactoryConfigured(String) - Static method in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
-
Returns whether a specific error handler builder has been configured or not.
- isFirstChildOfType(Class<?>, ProcessorDefinition<?>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Is the given child the first in the outputs from the parent?
- isInheritErrorHandler() - Method in class org.apache.camel.model.ProcessorDefinition
- isLogRouteAsXml() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Whether to log the adviced routes before/after as XML.
- isParentOfType(Class<? extends ProcessorDefinition>, ProcessorDefinition<?>, boolean) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Is the given node parent(s) of the given type
- isPrepared() - Method in class org.apache.camel.model.RouteDefinition
-
Check if the route has been prepared
- isRequired() - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
- isRest() - Method in class org.apache.camel.model.RouteDefinition
- isRouteScoped() - Method in class org.apache.camel.model.OnCompletionDefinition
- isRouteScoped() - Method in class org.apache.camel.model.OnExceptionDefinition
- isSupportTransacted() - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- isSupportTransacted() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
-
Deprecated.
- isSupportTransacted() - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
-
Deprecated.
- isTemplate() - Method in class org.apache.camel.model.RouteDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.InterceptDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.InterceptFromDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.OnExceptionDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.PolicyDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.ProcessorDefinition
-
Whether this definition can only be added as top-level directly on the route itself (such as onException,onCompletion,intercept, etc.)
- isTopLevelOnly() - Method in class org.apache.camel.model.SagaDefinition
- isTopLevelOnly() - Method in class org.apache.camel.model.TransactedDefinition
- isUseOriginalBody() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- isUseOriginalBody() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- isUseOriginalBody() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- isUseOriginalMessage() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- isUseOriginalMessage() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- isUseOriginalMessage() - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- isWrappingEntireOutput() - Method in class org.apache.camel.model.PolicyDefinition
- isWrappingEntireOutput() - Method in class org.apache.camel.model.ProcessorDefinition
-
Whether this definition is wrapping the entire output.
- isWrappingEntireOutput() - Method in class org.apache.camel.model.SagaDefinition
- isWrappingEntireOutput() - Method in class org.apache.camel.model.TransactedDefinition
J
- Jackson - org.apache.camel.model.dataformat.AvroLibrary
- Jackson - org.apache.camel.model.dataformat.JsonLibrary
- Jackson - org.apache.camel.model.dataformat.ProtobufLibrary
- jacksonXml() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format using the Jackson library turning pretty printing on or off
- jacksonXml(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format
- jacksonXml(Class<?>, Class<?>, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson XML data format
- JacksonXMLDataFormat - Class in org.apache.camel.model.dataformat
-
Unmarshal an XML payloads to POJOs and back using XMLMapper extension of Jackson.
- JacksonXMLDataFormat() - Constructor for class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- javaClass(Class<?>) - Method in class org.apache.camel.model.InputTypeDefinition
- javaClass(Class<?>) - Method in class org.apache.camel.model.OutputTypeDefinition
- jaxb() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JAXB data format
- jaxb(boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JAXB data format turning pretty printing on or off
- jaxb(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JAXB data format with context path
- JAXB_CONTEXT_PACKAGES - Static variable in class org.apache.camel.model.Constants
- JaxbDataFormat - Class in org.apache.camel.model.dataformat
-
Unmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard.
- JaxbDataFormat() - Constructor for class org.apache.camel.model.dataformat.JaxbDataFormat
- JaxbDataFormat(boolean) - Constructor for class org.apache.camel.model.dataformat.JaxbDataFormat
- Johnzon - org.apache.camel.model.dataformat.JsonLibrary
- joor(String) - Static method in class org.apache.camel.builder.Builder
-
Returns a JOOR expression value builder
- joor(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a JOOR expression value builder
- joor(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Returns a JOOR expression value builder
- joor(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an JOOR expression
- joor(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Calls joor script (Java source that is runtime compiled to Java bytecode) for creating the local bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
- joor(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
-
Returns a JOOR expression value builder
- joor(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a JOOR expression value builder
- joor(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Returns a JOOR expression value builder
- joor(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an JOOR expression
- JoorExpression - Class in org.apache.camel.model.language
-
Evaluates a jOOR (Java compiled once at runtime) expression.
- JoorExpression() - Constructor for class org.apache.camel.model.language.JoorExpression
- JoorExpression(String) - Constructor for class org.apache.camel.model.language.JoorExpression
- jq(String) - Static method in class org.apache.camel.builder.Builder
-
Returns a JQ expression value builder
- jq(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a JQ expression
- jq(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates JQ expression
- jq(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
-
Returns a JQ expression value builder
- jq(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a JQ expression
- jq(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates JQ expression
- jq(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a JQ expression
- jq(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates JQ expression
- jq(String, Class<?>, String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a JQ expression
- jq(String, Class<?>, String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates JQ expression
- jq(String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a JQ expression
- jq(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates JQ expression
- jq(String, String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a JQ expression
- jq(String, String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates JQ expression
- JqExpression - Class in org.apache.camel.model.language
-
Evaluates a JQ expression against a JSON message body.
- JqExpression() - Constructor for class org.apache.camel.model.language.JqExpression
- JqExpression(String) - Constructor for class org.apache.camel.model.language.JqExpression
- json - org.apache.camel.model.rest.RestBindingMode
- json() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JSON data format using the Jackson library
- json(boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JSON data format using the Jackson library turning pretty printing on or off
- json(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson JSON data format
- json(Class<?>, Class<?>, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Jackson JSON data format
- json(JsonLibrary) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JSON data format
- json(JsonLibrary, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JSON data format
- json(JsonLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JSON data format
- json(JsonLibrary, Class<?>, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JSON data format
- json_xml - org.apache.camel.model.rest.RestBindingMode
- jsonApi() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the JSON API data format
- JsonApiDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal JSON:API resources using JSONAPI-Converter library.
- JsonApiDataFormat() - Constructor for class org.apache.camel.model.dataformat.JsonApiDataFormat
- Jsonb - org.apache.camel.model.dataformat.JsonLibrary
- jsonDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To use a specific json data format
- JsonDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal POJOs to JSON and back.
- JsonDataFormat() - Constructor for class org.apache.camel.model.dataformat.JsonDataFormat
- JsonDataFormat(JsonLibrary) - Constructor for class org.apache.camel.model.dataformat.JsonDataFormat
- JSONLD - org.apache.camel.model.dataformat.Any23Type
- JsonLibrary - Enum in org.apache.camel.model.dataformat
-
Supported JSON libraries.
- jsonpath(String) - Static method in class org.apache.camel.builder.Builder
-
Returns a JSonPath expression value builder
- jsonpath(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a JSonPath expression value builder
- jsonpath(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression
- jsonpath(String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression
- jsonpath(String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression
- jsonpath(String, boolean, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression
- jsonpath(String, boolean, boolean, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression
- jsonpath(String, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression
- jsonpath(String, boolean, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
-
Returns a JSonPath expression value builder
- jsonpath(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a JSonPath expression value builder
- jsonpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression
- jsonpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression
- JsonPathExpression - Class in org.apache.camel.model.language
-
Evaluates a JSONPath expression against a JSON message body.
- JsonPathExpression() - Constructor for class org.apache.camel.model.language.JsonPathExpression
- JsonPathExpression(String) - Constructor for class org.apache.camel.model.language.JsonPathExpression
- jsonpathWriteAsString(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, boolean, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, boolean, String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, boolean, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonpathWriteAsString(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Json Path expression with writeAsString enabled.
- jsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- jsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- jsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- jtaTransactionErrorHandler() - Method in class org.apache.camel.builder.BuilderSupport
-
Error handler using JTA transactions (requires camel-jta).
- jtaTransactionErrorHandler(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Error handler using JTA transactions (requires camel-jta).
- jtaTransactionErrorHandler(TransactedPolicy) - Method in class org.apache.camel.builder.BuilderSupport
-
Error handler using JTA transactions (requires camel-jta).
- JtaTransactionErrorHandlerBuilder - Class in org.apache.camel.builder
-
JTA transaction error handler as a builder.
- JtaTransactionErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.JtaTransactionErrorHandlerBuilder
- JtaTransactionErrorHandlerBuilder(Object) - Constructor for class org.apache.camel.builder.JtaTransactionErrorHandlerBuilder
- JtaTransactionErrorHandlerDefinition - Class in org.apache.camel.model.errorhandler
-
JTA based transactional error handler (requires camel-jta).
- JtaTransactionErrorHandlerDefinition() - Constructor for class org.apache.camel.model.errorhandler.JtaTransactionErrorHandlerDefinition
K
- kamelet(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a Kamelet EIP.
- KameletDefinition - Class in org.apache.camel.model
-
To call Kamelets in special situations
- KameletDefinition() - Constructor for class org.apache.camel.model.KameletDefinition
- KameletDefinition(String) - Constructor for class org.apache.camel.model.KameletDefinition
- keepAliveTime(long) - Method in class org.apache.camel.builder.ThreadPoolBuilder
- keepAliveTime(long) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- keepAliveTime(long) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the keep alive time for idle threads
- keepAliveTime(long, TimeUnit) - Method in class org.apache.camel.builder.ThreadPoolBuilder
- keepAliveTime(Long) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- keepAliveTime(Long, TimeUnit) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- keepAliveTime(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- keepAliveTime(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the keep alive time for idle threads
- key(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
-
To use a specific key for claim check id (for dynamic keys use simple language syntax as the key).
- keyValue() - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- KeyValue - org.apache.camel.model.dataformat.BindyType
- kubernetesClientServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- kubernetesClientServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- kubernetesDnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- kubernetesDnsServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- kubernetesEnvServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- kubernetesEnvServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- KubernetesServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- KubernetesServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- KubernetesServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
- KubernetesServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- KubernetesServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfigurationConfigurer
- kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- kubernetesServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
L
- LambdaRouteBuilder - Interface in org.apache.camel.builder
-
Functional interface for adding routes to a context using a lambda expression.
- language(String, String) - Static method in class org.apache.camel.builder.Builder
-
Returns a constant expression
- language(String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a given language name with the expression text
- language(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a given language name with the expression text
- language(String, String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Calls a custom language for creating the local bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
- language(ExpressionFactory) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Specify an
ExpressionFactory
instance - LanguageExpression - Class in org.apache.camel.model.language
-
Evaluates a custom language.
- LanguageExpression() - Constructor for class org.apache.camel.model.language.LanguageExpression
- LanguageExpression(String, String) - Constructor for class org.apache.camel.model.language.LanguageExpression
- lazyLoad - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- LegacyDeadLetterChannelBuilder - Class in org.apache.camel.builder
-
Deprecated.
- LegacyDeadLetterChannelBuilder() - Constructor for class org.apache.camel.builder.LegacyDeadLetterChannelBuilder
-
Deprecated.
- LegacyDeadLetterChannelBuilder(String) - Constructor for class org.apache.camel.builder.LegacyDeadLetterChannelBuilder
-
Deprecated.
- LegacyDeadLetterChannelBuilder(Endpoint) - Constructor for class org.apache.camel.builder.LegacyDeadLetterChannelBuilder
-
Deprecated.
- LegacyDefaultErrorHandlerBuilder - Class in org.apache.camel.builder
-
Deprecated.
- LegacyDefaultErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- LegacyErrorHandlerBuilder - Interface in org.apache.camel.builder
-
Deprecated.
- LegacyErrorHandlerBuilderRef - Class in org.apache.camel.builder
-
Deprecated.
- LegacyErrorHandlerBuilderRef() - Constructor for class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- LegacyErrorHandlerBuilderRef(String) - Constructor for class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- LegacyErrorHandlerBuilderSupport - Class in org.apache.camel.builder
-
Deprecated.
- LegacyErrorHandlerBuilderSupport() - Constructor for class org.apache.camel.builder.LegacyErrorHandlerBuilderSupport
-
Deprecated.
- LegacyNoErrorHandlerBuilder - Class in org.apache.camel.builder
-
Deprecated.
- LegacyNoErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.LegacyNoErrorHandlerBuilder
-
Deprecated.
- library(JsonLibrary) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- lineSeparator - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- loadBalance() - Method in class org.apache.camel.model.ProcessorDefinition
-
Load Balancer EIP: Creates a loadbalance
- loadBalance(LoadBalancer) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses a custom load balancer
- loadBalance(LoadBalancer) - Method in class org.apache.camel.model.ProcessorDefinition
-
Load Balancer EIP: Creates a loadbalance
- LoadBalanceDefinition - Class in org.apache.camel.model
-
Balances message processing among a number of nodes
- LoadBalanceDefinition() - Constructor for class org.apache.camel.model.LoadBalanceDefinition
- loadBalancer(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceLoadBalancer
to use. - loadBalancer(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceLoadBalancer
to use. - loadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceLoadBalancer
to use. - loadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceLoadBalancer
to use. - loadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures the LoadBalancer using the given configuration.
- loadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the LoadBalancer using the given configuration.
- LoadBalancerDefinition - Class in org.apache.camel.model
-
Balances message processing among a number of nodes
- LoadBalancerDefinition() - Constructor for class org.apache.camel.model.LoadBalancerDefinition
- LoadBalancerDefinition(String) - Constructor for class org.apache.camel.model.LoadBalancerDefinition
- loadRoutesBuilder(Resource, ThrowingBiConsumer<Reader, RouteBuilder, Exception>) - Static method in class org.apache.camel.builder.RouteBuilder
- loadRoutesBuilder(ThrowingConsumer<RouteBuilder, Exception>) - Static method in class org.apache.camel.builder.RouteBuilder
-
Loads
RoutesBuilder
using the given consumer to create aRouteBuilder
instance. - locale(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- locale(Locale) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- localHostName - org.apache.camel.model.rest.RestHostNameResolver
- localIp - org.apache.camel.model.rest.RestHostNameResolver
- log - Variable in class org.apache.camel.builder.RouteBuilder
- log(Class<?>) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the log used for caught exceptions
- log(Class<?>) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the log used for caught exceptions
- log(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the log used for caught exceptions
- log(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the log used for caught exceptions
- log(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a log message to be logged at INFO level.
- log(LoggingLevel, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a log message to be logged at the given level.
- log(LoggingLevel, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a log message to be logged at the given level and name.
- log(LoggingLevel, String, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a log message to be logged at the given level and name.
- log(LoggingLevel, Logger, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a log message to be logged at the given level using provided logger.
- log(LoggingLevel, Logger, String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a log message to be logged at the given level using provided logger.
- log(Logger) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the log used for caught exceptions
- log(Logger) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the log used for caught exceptions
- logContinued(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log errors even if its continued
- logContinued(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether continued exceptions should be logged or not.
- logContinued(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log errors even if its continued (supports property placeholders)
- logContinued(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether continued exceptions should be logged or not (supports property placeholders).
- LogDefinition - Class in org.apache.camel.model
-
Logs the defined message to the logger
- LogDefinition() - Constructor for class org.apache.camel.model.LogDefinition
- LogDefinition(String) - Constructor for class org.apache.camel.model.LogDefinition
- logExhausted(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logExhausted(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logExhausted(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log exhausted exceptions
- logExhausted(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether exhausted exceptions should be logged or not.
- logExhausted(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log exhausted exceptions (supports property placeholders)
- logExhausted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether exhausted exceptions should be logged or not (supports property placeholders).
- logExhaustedMessageBody(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logExhaustedMessageBody(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logExhaustedMessageBody(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log exhausted message body with message history.
- logExhaustedMessageBody(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether exhausted message body should be logged including message history or not (supports property placeholders).
- logExhaustedMessageBody(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log exhausted message body with message history.
- logExhaustedMessageBody(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether exhausted message body should be logged including message history or not (supports property placeholders).
- logExhaustedMessageHistory(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logExhaustedMessageHistory(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logExhaustedMessageHistory(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log exhausted exceptions with message history
- logExhaustedMessageHistory(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether exhausted exceptions should be logged including message history or not (supports property placeholders).
- logExhaustedMessageHistory(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log exhausted exceptions with message history
- logExhaustedMessageHistory(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether exhausted exceptions should be logged including message history or not (supports property placeholders).
- logger(CamelLogger) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the logger used for caught exceptions
- logger(CamelLogger) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the logger used for caught exceptions
- loggingLevel(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the logging level of exceptions caught
- loggingLevel(LoggingLevel) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the logging level of exceptions caught
- loggingLevel(LoggingLevel) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the logging level of exceptions caught
- logHandled(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logHandled(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logHandled(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log errors even if its handled
- logHandled(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether handled exceptions should be logged or not.
- logHandled(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log errors even if its handled (supports property placeholders)
- logHandled(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether handled exceptions should be logged or not (supports property placeholders).
- logMask() - Method in class org.apache.camel.model.RouteDefinition
-
Enable security mask for Logging on this route.
- logMask(String) - Method in class org.apache.camel.model.RouteDefinition
-
Sets whether security mask for logging is enabled on this route.
- logNewException(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logNewException(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logNewException(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether new exceptions should be logged or not (supports property placeholders).
- logNewException(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether new exceptions should be logged or not.
- logNewException(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether new exceptions should be logged or not (supports property placeholders).
- logNewException(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether new exceptions should be logged or not (supports property placeholders).
- logRetryAttempted(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logRetryAttempted(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logRetryAttempted(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log retry attempts
- logRetryAttempted(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether retry attempts should be logged or not.
- logRetryAttempted(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log retry attempts (supports property placeholders)
- logRetryAttempted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether retry attempts should be logged or not (supports property placeholders).
- logRetryStackTrace(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logRetryStackTrace(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logRetryStackTrace(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log stacktrace for failed redelivery attempts
- logRetryStackTrace(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether stack traces should be logged when an retry attempt failed.
- logRetryStackTrace(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log stacktrace for failed redelivery attempts (supports property placeholders)
- logRetryStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether stack traces should be logged when an retry attempt failed (supports property placeholders).
- logStackTrace(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- logStackTrace(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- logStackTrace(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log stacktrace for failed messages.
- logStackTrace(boolean) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether stack traces should be logged.
- logStackTrace(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets whether to log stacktrace for failed messages (supports property placeholders)
- logStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets whether stack traces should be logged (supports property placeholders) Can be used to include or reduce verbose.
- lookup(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
How to perform service lookup, @see
KubernetesServiceCallServiceDiscoveryConfiguration.setLookup(String)
. - lookupErrorHandlerFactory(CamelContext) - Static method in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
- lookupErrorHandlerFactory(Route, String, boolean) - Static method in class org.apache.camel.model.errorhandler.ErrorHandlerHelper
-
Lookup the error handler by the given ref
- lookupRests(CamelContext) - Method in class org.apache.camel.model.RestContextRefDefinition
- lookupRests(CamelContext, String) - Static method in class org.apache.camel.model.RestContextRefDefinitionHelper
-
Lookup the rests from the
RestContextRefDefinition
. - lookupRouteConfigurations(CamelContext) - Method in class org.apache.camel.model.RouteConfigurationContextRefDefinition
- lookupRouteConfigurations(CamelContext, String) - Static method in class org.apache.camel.model.RouteConfigurationContextRefDefinitionHelper
-
Lookup the route configurations from the
RouteConfigurationContextRefDefinition
. - lookupRoutes(CamelContext) - Method in class org.apache.camel.model.RouteContextRefDefinition
- lookupRoutes(CamelContext, String) - Static method in class org.apache.camel.model.RouteContextRefDefinitionHelper
-
Lookup the routes from the
RouteContextRefDefinition
. - lookupRouteTemplates(CamelContext) - Method in class org.apache.camel.model.RouteTemplateContextRefDefinition
- lookupRouteTemplates(CamelContext, String) - Static method in class org.apache.camel.model.RouteTemplateContextRefDefinitionHelper
-
Lookup the route templates from the
RouteTemplateContextRefDefinition
. - loop() - Method in class org.apache.camel.model.ProcessorDefinition
-
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
- loop(int) - Method in class org.apache.camel.model.ProcessorDefinition
-
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
- loop(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.
- LoopDefinition - Class in org.apache.camel.model
-
Processes a message multiple times
- LoopDefinition() - Constructor for class org.apache.camel.model.LoopDefinition
- LoopDefinition(Expression) - Constructor for class org.apache.camel.model.LoopDefinition
- LoopDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.LoopDefinition
- LoopDefinition(Predicate) - Constructor for class org.apache.camel.model.LoopDefinition
- loopDoWhile() - Method in class org.apache.camel.model.ProcessorDefinition
-
Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way using a fluent builder.
- loopDoWhile(Predicate) - Method in class org.apache.camel.model.ProcessorDefinition
-
Loop EIP: Creates a while loop allowing to process the a message while the predicate matches and possibly process them in a different way.
- lzf() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the LZF deflater data format
- LZFDataFormat - Class in org.apache.camel.model.dataformat
-
Compress and decompress streams using LZF deflate algorithm.
- LZFDataFormat() - Constructor for class org.apache.camel.model.dataformat.LZFDataFormat
M
- MANDATORY - org.apache.camel.model.SagaPropagation
-
A saga must be already present.
- MANUAL - org.apache.camel.model.SagaCompletionMode
-
Complete the saga explicitly using the "saga:complete" endpoint.
- markPrepared() - Method in class org.apache.camel.model.RouteDefinition
-
Marks the route definition as prepared.
- markRollbackOnly() - Method in class org.apache.camel.model.ProcessorDefinition
-
Marks the exchange for rollback only.
- markRollbackOnlyLast() - Method in class org.apache.camel.model.ProcessorDefinition
-
Marks the exchange for rollback only, but only for the last (current) transaction.
- markUnprepared() - Method in class org.apache.camel.model.RouteDefinition
-
Marks the route definition as un-prepared.
- marshal() - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Marshals the in body using a
DataFormat
expression to define the format of the output which will be added to the out body. - marshal(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Marshals the in body the specified
DataFormat
reference in theRegistry
and sets the output on the out message body. - marshal(DataFormatDefinition) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Marshals the in body using the specified
DataFormat
and sets the output on the out message body. - marshal(DataFormat) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Marshals the in body using the specified
DataFormat
and sets the output on the out message body. - Marshal - org.apache.camel.builder.DataFormatClause.Operation
- MarshalDefinition - Class in org.apache.camel.model
-
Marshals data into a specified format for transmission over a transport or component
- MarshalDefinition() - Constructor for class org.apache.camel.model.MarshalDefinition
- MarshalDefinition(DataFormatDefinition) - Constructor for class org.apache.camel.model.MarshalDefinition
- masterUrl(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the URL to the master when using client lookup
- matches() - Method in class org.apache.camel.builder.NotifyBuilder
-
Does all the expression match?
- matches(long, TimeUnit) - Method in class org.apache.camel.builder.NotifyBuilder
-
Does all the expression match?
- matches(Exchange) - Method in class org.apache.camel.builder.ExpressionClause
- matches(Exchange) - Method in class org.apache.camel.builder.PredicateClause
- matches(Exchange) - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- matches(Exchange) - Method in class org.apache.camel.model.language.ExpressionDefinition
- matchesMockWaitTime() - Method in class org.apache.camel.builder.NotifyBuilder
-
Deprecated.use
NotifyBuilder.matchesWaitTime()
instead - matchesWaitTime() - Method in class org.apache.camel.builder.NotifyBuilder
-
Does all the expressions match?
- maxDeep(int) - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Will only apply for nodes maximum levels deep.
- maximumRedeliveries(int) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- maximumRedeliveries(int) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- maximumRedeliveries(int) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the maximum redeliveries 5 = default value 0 = no redeliveries -1 = redeliver forever
- maximumRedeliveries(int) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the maximum redeliveries x = redeliver at most x times 0 = no redeliveries -1 = redeliver forever
- maximumRedeliveries(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the maximum redeliveries (supports property placeholders) 5 = default value 0 = no redeliveries -1 = redeliver forever
- maximumRedeliveries(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the maximum redeliveries (supports property placeholders) x = redeliver at most x times 0 = no redeliveries -1 = redeliver forever
- maximumRedeliveryDelay(long) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- maximumRedeliveryDelay(long) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- maximumRedeliveryDelay(long) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the maximum delay between redelivery
- maximumRedeliveryDelay(long) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the maximum delay between redelivery
- maximumRedeliveryDelay(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the maximum delay between redelivery (supports property placeholders)
- maximumRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the maximum delay between redelivery (supports property placeholders)
- maximumRequestsPerPeriod(long) - Method in class org.apache.camel.model.ThrottleDefinition
-
Sets the time period during which the maximum request count per period
- maximumRequestsPerPeriod(String) - Method in class org.apache.camel.model.ThrottleDefinition
-
Sets the time period during which the maximum request count per period
- maximumRetries(int) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
Sets the maximum number of retries
- maximumRetries(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- maximumRetryDelay(long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
Sets the upper value of retry in millis between retries, when using exponential or random backoff
- maximumRetryDelay(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
Sets the upper value of retry in millis between retries, when using exponential or random backoff
- maxPoolSize(int) - Method in class org.apache.camel.builder.ThreadPoolBuilder
- maxPoolSize(int) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- maxPoolSize(int) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the maximum pool size
- maxPoolSize(Integer) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- maxPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- maxPoolSize(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the maximum pool size
- maxQueueSize(int) - Method in class org.apache.camel.builder.ThreadPoolBuilder
- maxQueueSize(int) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- maxQueueSize(int) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the maximum number of tasks in the work queue.
- maxQueueSize(Integer) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- maxQueueSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- maxQueueSize(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the maximum number of tasks in the work queue.
- message() - Method in class org.apache.camel.builder.ExpressionClause
-
An expression of an inbound message
- message(String) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
The response message (description)
- message(BiFunction<Message, Message, Message>) - Method in class org.apache.camel.builder.AggregationStrategyClause
-
Define an aggregation strategy which targets Exchanges In Message.
- message(Consumer<Message>) - Method in class org.apache.camel.builder.ProcessClause
-
Define a
Processor
which targets the Exchange In Message. - message(Function<Message, Object>) - Method in class org.apache.camel.builder.ExpressionClause
-
A functional expression of an inbound message
- message(Predicate<Message>) - Method in class org.apache.camel.builder.PredicateClause
-
Define a
Predicate
which targets the Exchange In Message. - messageHistory() - Method in class org.apache.camel.model.RouteDefinition
-
Enable message history for this route.
- messageHistory(String) - Method in class org.apache.camel.model.RouteDefinition
-
Enable message history for this route.
- method(Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a method call expression value builder
- method(Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.
- method(Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an expression using the method(Class<?>, String) - Static method in class org.apache.camel.builder.BuilderReturns a method call expression value builder
- method(Class<?>, String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a method call expression value builder- method(Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Class<?>, String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseEvaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(Class<?>, String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Class<?>, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseEvaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(Class<?>, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Object) - Static method in class org.apache.camel.builder.BuilderReturns a method call expression value builder.- method(Object) - Method in class org.apache.camel.builder.BuilderSupport
Returns a method call expression value builder- method(Object) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(Object) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(Object, String) - Static method in class org.apache.camel.builder.BuilderReturns a method call expression value builder.- method(Object, String) - Method in class org.apache.camel.builder.BuilderSupport
Returns a method call expression value builder- method(Object, String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(Object, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(String) - Method in class org.apache.camel.builder.ExpressionClauseEvaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(String, String) - Method in class org.apache.camel.builder.ExpressionClauseEvaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(String, String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseEvaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(String, String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the method(String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseEvaluates an expression using the bean language which basically means the bean is invoked to determine the expression value.- method(String, BeanScope) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates an expression using the MethodCallExpression - Class in org.apache.camel.model.languageCalls a Java bean method.- MethodCallExpression() - Constructor for class org.apache.camel.model.language.MethodCallExpression
- MethodCallExpression(Class<?>) - Constructor for class org.apache.camel.model.language.MethodCallExpression
- MethodCallExpression(Class<?>, String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
- MethodCallExpression(Object) - Constructor for class org.apache.camel.model.language.MethodCallExpression
- MethodCallExpression(Object, String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
- MethodCallExpression(String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
- MethodCallExpression(String, String) - Constructor for class org.apache.camel.model.language.MethodCallExpression
- mimeMultipart() - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format- mimeMultipart(boolean, boolean, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format- mimeMultipart(String) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format- mimeMultipart(String, boolean, boolean, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format- mimeMultipart(String, boolean, boolean, String, boolean) - Method in class org.apache.camel.builder.DataFormatClause
Uses the MIME Multipart data format- MimeMultipartDataFormat - Class in org.apache.camel.model.dataformat
Marshal Camel messages with attachments into MIME-Multipart messages and back.- MimeMultipartDataFormat() - Constructor for class org.apache.camel.model.dataformat.MimeMultipartDataFormat
- minimumNumberOfCalls(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
Configures configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate.- mockEndpoints() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Mock all endpoints.- mockEndpoints(String...) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Mock all endpoints matching the given pattern.- mockEndpointsAndSkip(String...) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
Mock all endpoints matching the given pattern, and skips sending to the original endpoint (detour messages).- modeAfterConsumer() - Method in class org.apache.camel.model.OnCompletionDefinition
Sets the mode to be after route is done (default due backwards compatible).- modeBeforeConsumer() - Method in class org.apache.camel.model.OnCompletionDefinition
Sets the mode to be before consumer is done.- Model - Interface in org.apache.camel.model
Model interface- ModelCamelContext - Interface in org.apache.camel.model
Model level interface for theCamelContext
- ModelLifecycleStrategy - Interface in org.apache.camel.model
Strategy for model definitions notifications.- ModelLifecycleStrategySupport - Class in org.apache.camel.model
Base class forModelLifecycleStrategy
.- ModelLifecycleStrategySupport() - Constructor for class org.apache.camel.model.ModelLifecycleStrategySupport
- moduleClassNames(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- moduleClassNames(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- moduleClassNames(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- moduleRefs(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- moduleRefs(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- moduleRefs(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- multi - org.apache.camel.model.rest.CollectionFormat
- multicast() - Method in class org.apache.camel.model.ProcessorDefinition
Multicast EIP: Multicasts 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.- multicast(AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
Multicast EIP: Multicasts 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.- multicast(AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
Multicast EIP: Multicasts 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.- MulticastDefinition - Class in org.apache.camel.model
Routes the same message to multiple paths either sequentially or in parallel.- MulticastDefinition() - Constructor for class org.apache.camel.model.MulticastDefinition
- mutualTLS(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- mutualTLS(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- MutualTLSDefinition - Class in org.apache.camel.model.rest
Rest security mutual TLS authentication definition- MutualTLSDefinition() - Constructor for class org.apache.camel.model.rest.MutualTLSDefinition
- MutualTLSDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.MutualTLSDefinition
- mvel(String) - Method in class org.apache.camel.builder.ExpressionClause
Evaluates a MVEL expression- mvel(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
Evaluates a MVEL expression- mvel(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
Calls a MvEL script for creating the local bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.- MvelExpression - Class in org.apache.camel.model.language
Evaluates a MVEL template.- MvelExpression() - Constructor for class org.apache.camel.model.language.MvelExpression
- MvelExpression(String) - Constructor for class org.apache.camel.model.language.MvelExpression
N
- name(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the name of the service to use
- name(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Name of the parameter.
- name(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Name of the parameter.
- namespace(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the namespace to use.
- namespace(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- NamespaceAwareExpression - Class in org.apache.camel.model.language
-
A useful base class for any expression which may be namespace or XML content aware such as
XPathExpression
orXQueryExpression
- NamespaceAwareExpression() - Constructor for class org.apache.camel.model.language.NamespaceAwareExpression
- NamespaceAwareExpression(String) - Constructor for class org.apache.camel.model.language.NamespaceAwareExpression
- namingStrategy(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- NEVER - org.apache.camel.model.SagaPropagation
-
The current block must never be invoked within a saga.
- newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
- newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
- newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
- newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
- newInstance(CamelContext) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
- noAutoStartup() - Method in class org.apache.camel.model.RouteDefinition
-
Disables this route from being auto started when Camel starts.
- noDelayer() - Method in class org.apache.camel.model.RouteDefinition
-
Disable delayer for this route.
- nodes(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- noErrorHandler() - Method in class org.apache.camel.builder.BuilderSupport
-
Creates a disabled error handler for removing the default error handler
- NoErrorHandlerBuilder - Class in org.apache.camel.builder
-
No error handler as a builder.
- NoErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.NoErrorHandlerBuilder
- NoErrorHandlerConfiguration - Class in org.apache.camel.model.errorhandler
-
Deprecated.
- NoErrorHandlerConfiguration() - Constructor for class org.apache.camel.model.errorhandler.NoErrorHandlerConfiguration
-
Deprecated.
- NoErrorHandlerDefinition - Class in org.apache.camel.model.errorhandler
-
To not use an error handler.
- NoErrorHandlerDefinition() - Constructor for class org.apache.camel.model.errorhandler.NoErrorHandlerDefinition
- NoErrorHandlerProperties - Interface in org.apache.camel.model.errorhandler
-
Deprecated.
- noMessageHistory() - Method in class org.apache.camel.model.RouteDefinition
-
Disable message history for this route.
- NoOutputDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
Base class for definitions which does not support outputs.
- NoOutputDefinition() - Constructor for class org.apache.camel.model.NoOutputDefinition
- normalizedLineSeparator - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- noStreamCaching() - Method in class org.apache.camel.model.RouteDefinition
-
Disable stream caching for this route.
- not() - Method in class org.apache.camel.builder.NotifyBuilder
-
Prepares to append an additional expression using the not operator.
- NOT_SUPPORTED - org.apache.camel.model.SagaPropagation
-
If a saga already exists, it is suspended and resumed when the current block completes.
- NotifyBuilder - Class in org.apache.camel.builder
-
A builder to build an expression based on
EventNotifier
notifications aboutExchange
being routed. - NotifyBuilder(CamelContext) - Constructor for class org.apache.camel.builder.NotifyBuilder
-
Creates a new builder.
- noTracing() - Method in class org.apache.camel.model.RouteDefinition
-
Disable tracing for this route.
- NQUADS - org.apache.camel.model.dataformat.Any23Type
- NTRIPLES - org.apache.camel.model.dataformat.Any23Type
- nullValue - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- numberOfRecordsToRead - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
O
- oauth2(String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- oauth2(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- OAuth2Definition - Class in org.apache.camel.model.rest
-
Rest security OAuth2 definition
- OAuth2Definition() - Constructor for class org.apache.camel.model.rest.OAuth2Definition
- OAuth2Definition(RestDefinition) - Constructor for class org.apache.camel.model.rest.OAuth2Definition
- oauthToken(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the OAUTH token for authentication (instead of username/password) when using client lookup
- objectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- objectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- objectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- off - org.apache.camel.model.rest.RestBindingMode
- ognl(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an OGNL expression
- ognl(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an OGNL expression
- ognl(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Calls a OGNL script for creating the local bean If the script use the prefix resource: such as resource:classpath:com/foo/myscript.groovy, resource:file:/var/myscript.groovy, then its loaded from the external resource.
- OgnlExpression - Class in org.apache.camel.model.language
-
Evaluates an OGNL expression (Apache Commons OGNL).
- OgnlExpression() - Constructor for class org.apache.camel.model.language.OgnlExpression
- OgnlExpression(String) - Constructor for class org.apache.camel.model.language.OgnlExpression
- onAddRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
-
Notification when a route definition is being added to
CamelContext
- onAddRouteDefinition(RouteDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
- onAddRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
-
Notification when a route template definition is added to
CamelContext
- onAddRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
- onCompleteOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
-
Will only synchronize when the
Exchange
completed successfully (no errors). - onCompletion() - Method in class org.apache.camel.builder.RouteBuilder
-
On completion callback for doing custom routing when the
Exchange
is complete. - onCompletion() - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a onCompletion
Synchronization
hook that invoke this route as a callback when theExchange
has finished being processed. - onCompletion() - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
On completion callback for doing custom routing when the
Exchange
is complete. - onCompletion() - Method in class org.apache.camel.model.RoutesDefinition
-
Adds an on completion
- onCompletion(Exchange) - Method in interface org.apache.camel.builder.FlexibleAggregationStrategy.CompletionAwareMixin
- onCompletion(Exchange) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
- OnCompletionDefinition - Class in org.apache.camel.model
-
Route to be executed when normal route processing completes
- OnCompletionDefinition() - Constructor for class org.apache.camel.model.OnCompletionDefinition
- OnCompletionMode - Enum in org.apache.camel.model
- onEndDoTry() - Method in class org.apache.camel.model.TryDefinition
- onException(Class<? extends Throwable>) - Method in class org.apache.camel.builder.RouteBuilder
-
Exception clause for catching certain exceptions and handling them.
- onException(Class<? extends Throwable>) - Method in class org.apache.camel.model.OnExceptionDefinition
- onException(Class<? extends Throwable>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Exception clause for catching certain exceptions and handling them.
- onException(Class<? extends Throwable>) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Exception clause for catching certain exceptions and handling them.
- onException(Class<? extends Throwable>) - Method in class org.apache.camel.model.RoutesDefinition
-
Adds an on exception
- onException(Class<? extends Throwable>...) - Method in class org.apache.camel.builder.RouteBuilder
-
Exception clause for catching certain exceptions and handling them.
- onException(Class<? extends Throwable>...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Exception clause for catching certain exceptions and handling them.
- onException(Class<? extends Throwable>...) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Exception clause for catching certain exceptions and handling them.
- OnExceptionDefinition - Class in org.apache.camel.model
-
Route to be executed when an exception is thrown
- OnExceptionDefinition() - Constructor for class org.apache.camel.model.OnExceptionDefinition
- OnExceptionDefinition(Class<? extends Throwable>) - Constructor for class org.apache.camel.model.OnExceptionDefinition
- OnExceptionDefinition(List<Class<? extends Throwable>>) - Constructor for class org.apache.camel.model.OnExceptionDefinition
- onExceptionOccurred(Processor) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets a custom
Processor
to process theExchange
just after an exception was thrown. - onExceptionOccurred(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a custom
Processor
to process theExchange
just after an exception was thrown. - onExceptionOccurred(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets a processor that should be processed just after an exception occurred.
- onExceptionOccurredRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets a reference for the processor to use just after an exception was thrown.
- onExceptionOccurredRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference for the processor to use just after an exception was thrown.
- onExceptionOccurredRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets a reference to a processor that should be processed just after an exception occurred.
- onFailureOnly() - Method in class org.apache.camel.model.OnCompletionDefinition
-
Will only synchronize when the
Exchange
ended with failure (exception or FAULT message). - onFallback() - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
The fallback route path to execute that does not go over the network.
- OnFallbackDefinition - Class in org.apache.camel.model
-
Route to be executed when Circuit Breaker EIP executes fallback
- OnFallbackDefinition() - Constructor for class org.apache.camel.model.OnFallbackDefinition
- onFallbackViaNetwork() - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
The fallback route path to execute that will go over the network.
- onNewValueBuilder(Expression) - Method in class org.apache.camel.builder.ValueBuilder
- onPrepare() - Method in class org.apache.camel.model.MulticastDefinition
-
Set the
Processor
to use when preparing theExchange
to be send using a fluent builder. - onPrepare() - Method in class org.apache.camel.model.RecipientListDefinition
-
Sets the
Processor
when preparing theExchange
to be used send using a fluent buidler. - onPrepare(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Uses the
Processor
when preparing theExchange
to be send. - onPrepare(String) - Method in class org.apache.camel.model.RecipientListDefinition
-
Uses the
Processor
when preparing theExchange
to be send. - onPrepare(String) - Method in class org.apache.camel.model.SplitDefinition
-
Uses the
Processor
when preparing theExchange
to be sent. - onPrepare(String) - Method in class org.apache.camel.model.WireTapDefinition
-
Uses the
Processor
when preparing theExchange
to be sent. - onPrepare(Processor) - Method in class org.apache.camel.model.MulticastDefinition
-
Uses the
Processor
when preparing theExchange
to be send. - onPrepare(Processor) - Method in class org.apache.camel.model.RecipientListDefinition
-
Uses the
Processor
when preparing theExchange
to be used send. - onPrepare(Processor) - Method in class org.apache.camel.model.SplitDefinition
-
Uses the
Processor
when preparing theExchange
to be sent. - onPrepare(Processor) - Method in class org.apache.camel.model.WireTapDefinition
-
Uses the
Processor
when preparing theExchange
to be sent. - onPrepareFailure(Processor) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets a custom
Processor
to prepare theExchange
before handled by the failure processor / dead letter channel. - onPrepareFailure(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a custom
Processor
to prepare theExchange
before handled by the failure processor / dead letter channel. - onPrepareFailureRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets a reference for the processor to use before handled by the failure processor.
- onPrepareFailureRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference for the processor to use before handled by the failure processor.
- onRedelivery(Processor) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets a processor that should be processed before a redelivery attempt.
- onRedelivery(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a processor that should be processed before a redelivery attempt.
- onRedelivery(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets a processor that should be processed before a redelivery attempt.
- onRedeliveryRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets a reference for the processor to use before a redelivery attempt.
- onRedeliveryRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference for the processor to use before a redelivery attempt.
- onRedeliveryRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets a reference to a processor that should be processed before a redelivery attempt.
- onRemoveRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
-
Notification when a route definition is being removed from
CamelContext
- onRemoveRouteDefinition(RouteDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
- onRemoveRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.ModelLifecycleStrategy
-
Notification when a route template definition is removed from
CamelContext
- onRemoveRouteTemplateDefinition(RouteTemplateDefinition) - Method in class org.apache.camel.model.ModelLifecycleStrategySupport
- onWhen(Predicate) - Method in class org.apache.camel.model.CatchDefinition
-
Sets an additional predicate that should be true before the onCatch is triggered.
- onWhen(Predicate) - Method in class org.apache.camel.model.OnCompletionDefinition
-
Sets an additional predicate that should be true before the onCompletion is triggered.
- onWhen(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets an additional predicate that should be true before the onException is triggered.
- onWhen(Predicate) - Method in class org.apache.camel.model.TryDefinition
-
Sets an additional predicate that should be true before the onCatch is triggered.
- openIdConnect(String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- openIdConnect(String, String, String) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
- OpenIdConnectDefinition - Class in org.apache.camel.model.rest
-
Rest security OpenID Connect definition
- OpenIdConnectDefinition() - Constructor for class org.apache.camel.model.rest.OpenIdConnectDefinition
- OpenIdConnectDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.OpenIdConnectDefinition
- operation(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
-
The claim check operation to use.
- operation(ClaimCheckOperation) - Method in class org.apache.camel.model.ClaimCheckDefinition
-
The claim check operation to use.
- optimisticLocking() - Method in class org.apache.camel.model.AggregateDefinition
-
Turns on using optimistic locking, which requires the aggregationRepository being used, is supporting this by implementing
OptimisticLockingAggregationRepository
. - optimisticLockRetryPolicy(OptimisticLockRetryPolicy) - Method in class org.apache.camel.model.AggregateDefinition
-
Allows to configure retry settings when using optimistic locking.
- OptimisticLockRetryPolicyDefinition - Class in org.apache.camel.model
-
To configure optimistic locking
- OptimisticLockRetryPolicyDefinition() - Constructor for class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- option(String, Expression) - Method in class org.apache.camel.model.SagaDefinition
- OptionalIdentifiedDefinition<T extends OptionalIdentifiedDefinition<T>> - Class in org.apache.camel.model
-
Allows an element to have an optional ID specified
- OptionalIdentifiedDefinition() - Constructor for class org.apache.camel.model.OptionalIdentifiedDefinition
- or() - Method in class org.apache.camel.builder.NotifyBuilder
-
Prepares to append an additional expression using the or operator.
- org.apache.camel.builder - package org.apache.camel.builder
- org.apache.camel.model - package org.apache.camel.model
-
The JAXB POJOs for the XML Configuration of the routing rules.
- org.apache.camel.model.cloud - package org.apache.camel.model.cloud
-
The JAXB POJOs for the remote service call DSL
- org.apache.camel.model.config - package org.apache.camel.model.config
-
The JAXB POJOs for various configurations for the XML Configuration of the routing rules.
- org.apache.camel.model.dataformat - package org.apache.camel.model.dataformat
-
The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components
- org.apache.camel.model.errorhandler - package org.apache.camel.model.errorhandler
-
The JAXB POJOs for the Error Handler.
- org.apache.camel.model.language - package org.apache.camel.model.language
- org.apache.camel.model.loadbalancer - package org.apache.camel.model.loadbalancer
-
The JAXB POJOs for the Load Balancer EIP pattern for the XML Configuration.
- org.apache.camel.model.rest - package org.apache.camel.model.rest
-
The JAXB POJOs for the REST DSL
- org.apache.camel.model.transformer - package org.apache.camel.model.transformer
-
The JAXB POJOs for the Transformers used to transform message contents according to declared data types inside components
- org.apache.camel.model.validator - package org.apache.camel.model.validator
-
The JAXB POJOs for the Transformers used to transform message contents according to declared data types inside components
- otherwise() - Method in class org.apache.camel.model.ChoiceDefinition
-
Sets the otherwise node
- OtherwiseDefinition - Class in org.apache.camel.model
-
Route to be executed when all other choices evaluate to false
- OtherwiseDefinition() - Constructor for class org.apache.camel.model.OtherwiseDefinition
- OutputDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
A useful base class for output types
- OutputDefinition() - Constructor for class org.apache.camel.model.OutputDefinition
- OutputExpressionNode - Class in org.apache.camel.model
-
A base class for nodes which contain an expression and a number of outputs.
- OutputExpressionNode() - Constructor for class org.apache.camel.model.OutputExpressionNode
- OutputExpressionNode(Expression) - Constructor for class org.apache.camel.model.OutputExpressionNode
- OutputExpressionNode(ExpressionDefinition) - Constructor for class org.apache.camel.model.OutputExpressionNode
- OutputExpressionNode(Predicate) - Constructor for class org.apache.camel.model.OutputExpressionNode
- OutputNode - Interface in org.apache.camel.model
-
Marker interface to mark a
ProcessorDefinition
that supports outputs - outputs - Variable in class org.apache.camel.model.OutputDefinition
- outputType(Class) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the output message by Java class.
- outputType(String) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the output message.
- OutputTypeDefinition - Class in org.apache.camel.model
-
Set the expected data type of the output message.
- OutputTypeDefinition() - Constructor for class org.apache.camel.model.OutputTypeDefinition
- outputTypeWithValidate(Class) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the ouput message by Java class with content validation enabled.
- outputTypeWithValidate(String) - Method in class org.apache.camel.model.RouteDefinition
-
Declare the expected data type of the output message with content validation enabled.
- outType(Class<?>) - Method in class org.apache.camel.model.rest.RestDefinition
P
- PackageScanDefinition - Class in org.apache.camel.model
-
Scans for Java
RouteBuilder
classes in java packages - PackageScanDefinition() - Constructor for class org.apache.camel.model.PackageScanDefinition
- parallelAggregate() - Method in class org.apache.camel.model.MulticastDefinition
-
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
- parallelAggregate() - Method in class org.apache.camel.model.RecipientListDefinition
-
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
- parallelAggregate() - Method in class org.apache.camel.model.SplitDefinition
-
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
- parallelAggregate(boolean) - Method in class org.apache.camel.model.SplitDefinition
-
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
- parallelAggregate(String) - Method in class org.apache.camel.model.SplitDefinition
-
If enabled then the aggregate method on AggregationStrategy can be called concurrently.
- parallelProcessing() - Method in class org.apache.camel.model.AggregateDefinition
-
When aggregated are completed they are being send out of the aggregator.
- parallelProcessing() - Method in class org.apache.camel.model.MulticastDefinition
-
If enabled then sending messages to the multicasts occurs concurrently.
- parallelProcessing() - Method in class org.apache.camel.model.OnCompletionDefinition
-
If enabled then the on completion process will run asynchronously by a separate thread from a thread pool.
- parallelProcessing() - Method in class org.apache.camel.model.RecipientListDefinition
-
If enabled then sending messages to the recipients occurs concurrently.
- parallelProcessing() - Method in class org.apache.camel.model.SplitDefinition
-
If enabled then processing each split messages occurs concurrently.
- parallelProcessing(boolean) - Method in class org.apache.camel.model.AggregateDefinition
-
When aggregated are completed they are being send out of the aggregator.
- parallelProcessing(boolean) - Method in class org.apache.camel.model.MulticastDefinition
-
If enabled then sending messages to the multicasts occurs concurrently.
- parallelProcessing(boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
-
If enabled then the on completion process will run asynchronously by a separate thread from a thread pool.
- parallelProcessing(boolean) - Method in class org.apache.camel.model.RecipientListDefinition
-
If enabled then sending messages to the recipients occurs concurrently.
- parallelProcessing(boolean) - Method in class org.apache.camel.model.SplitDefinition
-
If enabled then processing each split messages occurs concurrently.
- parallelProcessing(String) - Method in class org.apache.camel.model.SplitDefinition
-
If enabled then processing each split messages occurs concurrently.
- param() - Method in class org.apache.camel.model.rest.RestDefinition
- param(ParamDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
- param(VerbDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
- ParamDefinition - Class in org.apache.camel.model.rest
-
To specify the rest operation parameters.
- ParamDefinition() - Constructor for class org.apache.camel.model.rest.ParamDefinition
- ParamDefinition(VerbDefinition) - Constructor for class org.apache.camel.model.rest.ParamDefinition
- parameter(String, Object) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Adds a parameter the route template will use when creating the route.
- parameter(String, String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds an input parameter to build the route from the route template.
- parameters(Map<String, Object>) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Adds parameters the route template will use when creating the route.
- parameters(Map<String, String>) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Adds the input parameters to build the route from the route template.
- params(List<ParamDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
- passThrough() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- passThroughFilter() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- passThroughFilter() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- PassThroughServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
- PassThroughServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfiguration
- PassThroughServiceCallServiceFilterConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfiguration
- PassThroughServiceCallServiceFilterConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- PassThroughServiceCallServiceFilterConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.PassThroughServiceCallServiceFilterConfigurationConfigurer
- password(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Sets the password to be used for basic authentication
- password(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the password for authentication when using client lookup
- password(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- patch() - Method in class org.apache.camel.model.rest.RestDefinition
- patch(String) - Method in class org.apache.camel.model.rest.RestDefinition
- PatchDefinition - Class in org.apache.camel.model.rest
-
Rest PATCH command
- PatchDefinition() - Constructor for class org.apache.camel.model.rest.PatchDefinition
- path - org.apache.camel.model.rest.RestParamType
- path(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
To set the base path of this REST service
- pattern(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - pattern(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - pattern(String) - Method in class org.apache.camel.model.SetExchangePatternDefinition
- pattern(String) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - pattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - pattern(ExchangePattern) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - pattern(ExchangePattern) - Method in class org.apache.camel.model.SetExchangePatternDefinition
- pattern(ExchangePattern) - Method in class org.apache.camel.model.ToDynamicDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - pausable() - Method in class org.apache.camel.model.ProcessorDefinition
-
This enables pausable consumers, which allows the consumer to pause work until a certain condition allows it to resume operation
- pausable(String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
This enables pausable consumers, which allows the consumer to pause work until a certain condition allows it to resume operation
- pausable(String, Predicate<?>) - Method in class org.apache.camel.model.ProcessorDefinition
-
This enables pausable consumers, which allows the consumer to pause work until a certain condition allows it to resume operation
- pausable(ConsumerListener, Predicate<?>) - Method in class org.apache.camel.model.ProcessorDefinition
-
This enables pausable consumers, which allows the consumer to pause work until a certain condition allows it to resume operation
- PausableDefinition - Class in org.apache.camel.model
-
Pausable EIP to support resuming processing from last known offset.
- PausableDefinition() - Constructor for class org.apache.camel.model.PausableDefinition
- permissions(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- permittedNumberOfCallsInHalfOpenState(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the number of permitted calls when the CircuitBreaker is half open.
- pgp(String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the PGP data format
- pgp(String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the PGP data format
- pgp(String, String, String, boolean, boolean) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the PGP data format
- PGPDataFormat - Class in org.apache.camel.model.dataformat
-
Encrypt and decrypt messages using Java Cryptographic Extension (JCE) and PGP.
- PGPDataFormat() - Constructor for class org.apache.camel.model.dataformat.PGPDataFormat
- pick(Expression) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Set an expression to extract the element to be aggregated from the incoming
Exchange
. - pipeline() - Method in class org.apache.camel.model.ProcessorDefinition
-
Pipes and Filters EIP: Creates a
Pipeline
so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint - pipeline(String...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Pipes and Filters EIP: Creates a
Pipeline
of the list of endpoints so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint - pipeline(Collection<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.
- pipeline(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Pipes and Filters EIP: Creates a
Pipeline
of the list of endpoints so that the message will get processed by each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint - PipelineDefinition - Class in org.apache.camel.model
-
Routes the message to a sequence of processors.
- PipelineDefinition() - Constructor for class org.apache.camel.model.PipelineDefinition
- pipes - org.apache.camel.model.rest.CollectionFormat
- PLACEHOLDER_QNAME - Static variable in class org.apache.camel.model.Constants
- policy(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Apply a
Policy
. - policy(Policy) - Method in class org.apache.camel.model.ProcessorDefinition
-
Apply a
Policy
. - PolicyDefinition - Class in org.apache.camel.model
-
Defines a policy the route will use
- PolicyDefinition() - Constructor for class org.apache.camel.model.PolicyDefinition
- PolicyDefinition(Policy) - Constructor for class org.apache.camel.model.PolicyDefinition
- pollEnrich() - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(String, long) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(String, long, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(String, long, String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(String, long, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(String, long, AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(String, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(EndpointConsumerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(EndpointConsumerBuilder, long) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(EndpointConsumerBuilder, long, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(EndpointConsumerBuilder, long, String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(EndpointConsumerBuilder, long, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(EndpointConsumerBuilder, long, AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(EndpointConsumerBuilder, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(Expression, long, String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - pollEnrich(Expression, long, AggregationStrategy, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
using aPollingConsumer
to poll the endpoint. - PollEnrichDefinition - Class in org.apache.camel.model
-
Enriches messages with data polled from a secondary resource
- PollEnrichDefinition() - Constructor for class org.apache.camel.model.PollEnrichDefinition
- PollEnrichDefinition(AggregationStrategy, long) - Constructor for class org.apache.camel.model.PollEnrichDefinition
- pollEnrichWith(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder using aPollingConsumer
to poll the endpoint. - pollEnrichWith(String, long) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder using aPollingConsumer
to poll the endpoint. - pollEnrichWith(String, long, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder using aPollingConsumer
to poll the endpoint. - pollEnrichWith(EndpointConsumerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder using aPollingConsumer
to poll the endpoint. - pollEnrichWith(EndpointConsumerBuilder, long) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder using aPollingConsumer
to poll the endpoint. - pollEnrichWith(EndpointConsumerBuilder, long, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
The Content Enricher EIP enriches an exchange with additional data obtained from a
resourceUri
and with an aggregation strategy created using a fluent builder using aPollingConsumer
to poll the endpoint. - poolSize(int) - Method in class org.apache.camel.builder.ThreadPoolBuilder
- poolSize(int) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- poolSize(int) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the core pool size
- poolSize(Integer) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- poolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- poolSize(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the core pool size
- Pop - org.apache.camel.model.ClaimCheckOperation
- populateOrUpdateRoutes() - Method in class org.apache.camel.builder.RouteBuilder
- populateRests() - Method in class org.apache.camel.builder.RouteBuilder
- populateRoutes() - Method in class org.apache.camel.builder.RouteBuilder
- populateRoutesConfiguration() - Method in class org.apache.camel.builder.RouteConfigurationBuilder
- populateRouteTemplates() - Method in class org.apache.camel.builder.RouteBuilder
- populateTemplatedRoutes() - Method in class org.apache.camel.builder.RouteBuilder
- populateTransformers() - Method in class org.apache.camel.builder.RouteBuilder
- populateValidators() - Method in class org.apache.camel.builder.RouteBuilder
- port(int) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify the port number to use for the REST service
- port(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify the port number to use for the REST service
- portHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT
- portName(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets Port Name to use for DNS/SNDSRV lookup.
- portProtocol(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets Port Protocol to use for DNS/SNDSRV lookup.
- post() - Method in class org.apache.camel.model.rest.RestDefinition
- post() - Method in class org.apache.camel.model.rest.VerbDefinition
- post(String) - Method in class org.apache.camel.model.rest.RestDefinition
- post(String) - Method in class org.apache.camel.model.rest.VerbDefinition
- PostDefinition - Class in org.apache.camel.model.rest
-
Rest POST command
- PostDefinition() - Constructor for class org.apache.camel.model.rest.PostDefinition
- postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
- postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
- postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
- postProcessFactoryParameters(CamelContext, Map<String, Object>) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
- precondition() - Method in class org.apache.camel.model.ChoiceDefinition
-
Indicates that this Choice EIP is in precondition mode, its branches (when/otherwise) are then evaluated during startup to keep at runtime only the branch that matched.
- precondition(boolean) - Method in class org.apache.camel.model.ChoiceDefinition
-
Indicates whether this Choice EIP is in precondition mode or not.
- precondition(String) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
Sets the predicate of the precondition in simple language to evaluate in order to determine if this route configuration should be included or not.
- precondition(String) - Method in class org.apache.camel.model.RouteDefinition
-
Sets the predicate of the precondition in simple language to evaluate in order to determine if this route should be included or not.
- PreconditionContainer - Interface in org.apache.camel.model
-
Indicates that the configuration element holds a precondition to determine if it should be included or not.
- preCreateProcessor() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- preCreateProcessor() - Method in class org.apache.camel.model.ExpressionNode
- preCreateProcessor() - Method in class org.apache.camel.model.ProcessorDefinition
-
Strategy to execute any custom logic before the
Processor
is created. - preCreateProcessor() - Method in class org.apache.camel.model.TryDefinition
- PredicateBuilder - Class in org.apache.camel.builder
-
A helper class for working with predicates
- PredicateClause<T> - Class in org.apache.camel.builder
- PredicateClause(T) - Constructor for class org.apache.camel.builder.PredicateClause
- predicateExceptionFactory(String) - Method in class org.apache.camel.model.ValidateDefinition
-
The bean id of the custom PredicateExceptionFactory to use for creating the exception when the validation fails.
- predicateExceptionFactory(PredicateExceptionFactory) - Method in class org.apache.camel.model.ValidateDefinition
-
The custom PredicateExceptionFactory to use for creating the exception when the validation fails.
- PredicateValidatorDefinition - Class in org.apache.camel.model.validator
-
Represents a predicate
Validator
which leverages expression or predicates to perform content validation. - PredicateValidatorDefinition() - Constructor for class org.apache.camel.model.validator.PredicateValidatorDefinition
- prepareRoute(CamelContext, RouteDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Prepares the route.
- prepareRoute(CamelContext, RouteDefinition, ErrorHandlerDefinition, List<OnExceptionDefinition>, List<InterceptDefinition>, List<InterceptFromDefinition>, List<InterceptSendToEndpointDefinition>, List<OnCompletionDefinition>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Prepares the route which supports context scoped features such as onException, interceptors and onCompletions
- prepareRoute(RouteDefinition) - Method in class org.apache.camel.model.RoutesDefinition
- prepareRouteForInit(RouteDefinition, List<ProcessorDefinition<?>>, List<ProcessorDefinition<?>>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
- prepareSourceLocation(Resource, NamedNode) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Prepares the output to gather source location:line-number if possible.
- prettyPrint(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- prettyPrint(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- process() - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds the custom processor using a fluent builder to this destination which could be a final destination, or could be a transformation in a pipeline
- process(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds the custom processor reference to this destination which could be a final destination, or could be a transformation in a pipeline
- process(Exchange) - Method in class org.apache.camel.builder.ProcessClause
- process(Processor) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds the custom processor to this destination which could be a final destination, or could be a transformation in a pipeline
- ProcessClause<T> - Class in org.apache.camel.builder
- ProcessClause(T) - Constructor for class org.apache.camel.builder.ProcessClause
- ProcessDefinition - Class in org.apache.camel.model
-
Calls a Camel processor
- ProcessDefinition() - Constructor for class org.apache.camel.model.ProcessDefinition
- ProcessDefinition(Processor) - Constructor for class org.apache.camel.model.ProcessDefinition
- ProcessorDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
Base class for processor types that most XML types extend.
- ProcessorDefinition() - Constructor for class org.apache.camel.model.ProcessorDefinition
- ProcessorDefinitionHelper - Class in org.apache.camel.model
-
Helper class for ProcessorDefinition and the other model classes.
- producerApiDoc(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets the location of the api document the REST producer will use to validate the REST uri and query parameters are valid accordingly to the api document.
- producerComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To use a specific Camel rest component (producer)
- produces(String) - Method in class org.apache.camel.model.rest.RestDefinition
- propagation(SagaPropagation) - Method in class org.apache.camel.model.SagaDefinition
- PROPAGATION_REQUIRED - Static variable in class org.apache.camel.model.TransactedDefinition
- properties - Variable in class org.apache.camel.model.cloud.ServiceCallConfiguration
- properties(Map<String, String>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Sets properties to set on the created local bean
- property(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Refers to the property placeholder
- property(String, String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Sets a property to set on the created local bean
- property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
-
Adds a custom property to use.
- property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
- property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
- property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
-
Adds a custom property to use.
- property(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
-
Adds a custom property to use.
- PropertyDefinition - Class in org.apache.camel.model
-
A key value pair where the value is a literal value
- PropertyDefinition() - Constructor for class org.apache.camel.model.PropertyDefinition
- PropertyDefinition(String, String) - Constructor for class org.apache.camel.model.PropertyDefinition
- PropertyDefinitions - Class in org.apache.camel.model
- PropertyDefinitions() - Constructor for class org.apache.camel.model.PropertyDefinitions
- PropertyExpressionDefinition - Class in org.apache.camel.model
-
A key value pair where the value is an expression.
- PropertyExpressionDefinition() - Constructor for class org.apache.camel.model.PropertyExpressionDefinition
- PropertyExpressionDefinition(String, Expression) - Constructor for class org.apache.camel.model.PropertyExpressionDefinition
- propertyInject(String, Class<T>) - Method in class org.apache.camel.builder.RouteBuilder
-
Injects a property placeholder value with the given key converted to the given type.
- proto(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
-
The transport protocol of the desired service.
- protobuf() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the protobuf data format
- protobuf(Object) - Method in class org.apache.camel.builder.DataFormatClause
- protobuf(Object, String) - Method in class org.apache.camel.builder.DataFormatClause
- protobuf(String) - Method in class org.apache.camel.builder.DataFormatClause
- protobuf(String, String) - Method in class org.apache.camel.builder.DataFormatClause
- protobuf(ProtobufLibrary) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Protobuf data format with given library
- protobuf(ProtobufLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Protobuf data format with given library and unmarshalType
- protobuf(ProtobufLibrary, Class<?>, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Protobuf data format with given library, unmarshalType and schemaResolver
- ProtobufDataFormat - Class in org.apache.camel.model.dataformat
-
Serialize and deserialize Java objects using Google's Protocol buffers.
- ProtobufDataFormat() - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
- ProtobufDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
- ProtobufDataFormat(String, String) - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
- ProtobufDataFormat(ProtobufLibrary) - Constructor for class org.apache.camel.model.dataformat.ProtobufDataFormat
- ProtobufLibrary - Enum in org.apache.camel.model.dataformat
-
Supported protobuf libraries.
- ProxyBuilder - Class in org.apache.camel.builder
-
A build to create Camel proxies.
- ProxyBuilder(CamelContext) - Constructor for class org.apache.camel.builder.ProxyBuilder
- Push - org.apache.camel.model.ClaimCheckOperation
- put() - Method in class org.apache.camel.model.rest.RestDefinition
- put() - Method in class org.apache.camel.model.rest.VerbDefinition
- put(String) - Method in class org.apache.camel.model.rest.RestDefinition
- put(String) - Method in class org.apache.camel.model.rest.VerbDefinition
- PutDefinition - Class in org.apache.camel.model.rest
-
Rest PUT command
- PutDefinition() - Constructor for class org.apache.camel.model.rest.PutDefinition
Q
- query - org.apache.camel.model.rest.RestParamType
R
- random() - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses random load balancer
- randomBackOff() - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- randomBackOff(boolean) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
Enables random backoff
- randomBackOff(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- RandomLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
-
The destination endpoints are selected by random.
- RandomLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition
- RDF4JMODEL - org.apache.camel.model.dataformat.Any23Type
- RDFJSON - org.apache.camel.model.dataformat.Any23Type
- RDFXML - org.apache.camel.model.dataformat.Any23Type
- readTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Read timeout for OkHttpClient
- readTimeoutMillis(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Read timeout for OkHttpClient
- recipientList() - Method in class org.apache.camel.model.ProcessorDefinition
-
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients
- recipientList(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients
- recipientList(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients.
- recipientList(Expression, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Recipient List EIP: Creates a dynamic recipient list allowing you to route messages to a number of dynamically specified recipients
- RecipientListDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
Route messages to a number of dynamically specified recipients
- RecipientListDefinition() - Constructor for class org.apache.camel.model.RecipientListDefinition
- RecipientListDefinition(Expression) - Constructor for class org.apache.camel.model.RecipientListDefinition
- RecipientListDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.RecipientListDefinition
- reconnectBaseSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- reconnectMaxRetries(int) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- reconnectMaxSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- redeliveryDelay(long) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- redeliveryDelay(long) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- redeliveryDelay(long) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the initial redelivery delay
- redeliveryDelay(long) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the initial redelivery delay
- redeliveryDelay(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the initial redelivery delay (supports property placeholders)
- redeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the initial redelivery delay (supports property placeholders)
- RedeliveryPolicyDefinition - Class in org.apache.camel.model
-
To configure re-delivery for error handling
- RedeliveryPolicyDefinition() - Constructor for class org.apache.camel.model.RedeliveryPolicyDefinition
- redeliveryPolicyRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets a reference to a redelivery policy to lookup in the
Registry
to be used. - ref(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Ref expression
- ref(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a
Expression
by looking up existingExpression
from theRegistry
- ref(String) - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
-
References to an existing or custom error handler.
- ref(String) - Method in class org.apache.camel.model.PolicyDefinition
-
Sets a reference to use for lookup the policy in the registry.
- ref(String) - Method in class org.apache.camel.model.TransactedDefinition
-
Sets a reference to use for lookup the policy in the registry.
- RefErrorHandlerBuilder - Class in org.apache.camel.builder
-
Ref error handler as a builder.
- RefErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.RefErrorHandlerBuilder
- RefErrorHandlerBuilder(String) - Constructor for class org.apache.camel.builder.RefErrorHandlerBuilder
- RefExpression - Class in org.apache.camel.model.language
-
Uses an existing expression from the registry.
- RefExpression() - Constructor for class org.apache.camel.model.language.RefExpression
- RefExpression(String) - Constructor for class org.apache.camel.model.language.RefExpression
- refreshUrl(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- regexp - org.apache.camel.model.dataformat.YAMLTypeFilterType
- regexReplaceAll(Expression, String, String) - Static method in class org.apache.camel.builder.Builder
-
Returns an expression that replaces all occurrences of the regular expression with the given replacement
- regexReplaceAll(Expression, String, String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns an expression value builder that replaces all occurrences of the regular expression with the given replacement
- regexReplaceAll(Expression, String, Expression) - Static method in class org.apache.camel.builder.Builder
-
Returns an expression that replaces all occurrences of the regular expression with the given replacement
- regexReplaceAll(Expression, String, Expression) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns an expression value builder that replaces all occurrences of the regular expression with the given replacement
- registerTransformer(TransformerDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
-
Registers the route transformer
- registerValidator(ValidatorDefinition) - Method in interface org.apache.camel.model.ModelCamelContext
-
Registers the route input validator
- rejectedPolicy(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- rejectedPolicy(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the handler for tasks which cannot be executed by the thread pool.
- rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.builder.ThreadPoolBuilder
- rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.builder.ThreadPoolProfileBuilder
- rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- rejectedPolicy(ThreadPoolRejectedPolicy) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the handler for tasks which cannot be executed by the thread pool.
- rejectExecution(boolean) - Method in class org.apache.camel.model.ThrottleDefinition
-
Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limit
- rejectExecution(String) - Method in class org.apache.camel.model.ThrottleDefinition
-
Whether or not throttler throws the ThrottlerRejectedExecutionException when the exchange exceeds the request limit
- rejectOld() - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the rejectOld flag to throw an error when a message older than the last delivered message is processed
- remove() - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Removes the matched node(s)
- removeAllOnCompletionDefinition(ProcessorDefinition<?>) - Method in class org.apache.camel.model.OnCompletionDefinition
-
Removes all existing global
OnCompletionDefinition
from the definition. - removeById(RouteDefinition, String, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- removeByToString(RouteDefinition, String, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- removeByToUri(RouteDefinition, String, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- removeByType(RouteDefinition, Class<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- removeHeader(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which removes the header on the IN message
- RemoveHeaderDefinition - Class in org.apache.camel.model
-
Removes a named header from the message
- RemoveHeaderDefinition() - Constructor for class org.apache.camel.model.RemoveHeaderDefinition
- RemoveHeaderDefinition(String) - Constructor for class org.apache.camel.model.RemoveHeaderDefinition
- removeHeaders(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which removes the headers on the IN message
- removeHeaders(String, String...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which removes the headers on the IN message
- RemoveHeadersDefinition - Class in org.apache.camel.model
-
Removes message headers whose name matches a specified pattern
- RemoveHeadersDefinition() - Constructor for class org.apache.camel.model.RemoveHeadersDefinition
- RemoveHeadersDefinition(String) - Constructor for class org.apache.camel.model.RemoveHeadersDefinition
- RemoveHeadersDefinition(String, String...) - Constructor for class org.apache.camel.model.RemoveHeadersDefinition
- removeLifecycleInterceptor(RouteBuilderLifecycleStrategy) - Method in class org.apache.camel.builder.RouteBuilder
-
Adds the given
RouteBuilderLifecycleStrategy
. - removeOnFailure(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Sets whether to remove or keep the key on failure.
- removeProperties(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which removes the properties in the exchange
- removeProperties(String, String...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which removes the properties in the exchange
- RemovePropertiesDefinition - Class in org.apache.camel.model
-
Removes message exchange properties whose name matches a specified pattern
- RemovePropertiesDefinition() - Constructor for class org.apache.camel.model.RemovePropertiesDefinition
- RemovePropertiesDefinition(String) - Constructor for class org.apache.camel.model.RemovePropertiesDefinition
- RemovePropertiesDefinition(String, String...) - Constructor for class org.apache.camel.model.RemovePropertiesDefinition
- removeProperty(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which removes the exchange property
- RemovePropertyDefinition - Class in org.apache.camel.model
-
Removes a named property from the message exchange
- RemovePropertyDefinition() - Constructor for class org.apache.camel.model.RemovePropertyDefinition
- RemovePropertyDefinition(String) - Constructor for class org.apache.camel.model.RemovePropertyDefinition
- removeRouteDefinition(RouteDefinition) - Method in interface org.apache.camel.model.Model
-
Removes a route definition from the context - stopping any previously running routes if any of them are actively running
- removeRouteDefinitions(Collection<RouteDefinition>) - Method in interface org.apache.camel.model.Model
-
Removes a collection of route definitions from the context - stopping any previously running routes if any of them are actively running
- removeRouteTemplateDefinition(RouteTemplateDefinition) - Method in interface org.apache.camel.model.Model
-
Removes a route template definition from the context
- removeRouteTemplateDefinitions(String) - Method in interface org.apache.camel.model.Model
-
Removes the route templates matching the pattern - stopping any previously running routes if any of them are actively running
- removeRouteTemplateDefinitions(Collection<RouteTemplateDefinition>) - Method in interface org.apache.camel.model.Model
-
Removes a collection of route template definitions from the context
- replace() - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Replaces the matched node(s) with the following nodes.
- replaceById(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- replaceByToString(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- replaceByToUri(RouteDefinition, String, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- replaceByType(RouteDefinition, Class<?>, ProcessorDefinition<?>, boolean, boolean, int, int, int) - Static method in class org.apache.camel.builder.AdviceWithTasks
- replaceFrom(RouteDefinition, Endpoint) - Static method in class org.apache.camel.builder.AdviceWithTasks
- replaceFromWith(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Replaces the route from endpoint with a new uri
- replaceFromWith(Endpoint) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Replaces the route from endpoint with a new endpoint
- replaceFromWith(RouteDefinition, String) - Static method in class org.apache.camel.builder.AdviceWithTasks
- requestVolumeThreshold(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Controls the size of the rolling window used when the circuit breaker is closed
- required(Boolean) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Whether the parameter is required
- REQUIRED - org.apache.camel.model.SagaPropagation
-
Join the existing saga or create a new one if it does not exist.
- REQUIRES_NEW - org.apache.camel.model.SagaPropagation
-
Always create a new saga.
- resequence() - Method in class org.apache.camel.model.ProcessorDefinition
-
Resequencer EIP: Creates a resequencer allowing you to reorganize messages based on some comparator.
- resequence(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Resequencer EIP: Creates a resequencer allowing you to reorganize messages based on some comparator.
- ResequenceDefinition - Class in org.apache.camel.model
-
Resequences (re-order) messages based on an expression
- ResequenceDefinition() - Constructor for class org.apache.camel.model.ResequenceDefinition
- ResequenceDefinition(Expression) - Constructor for class org.apache.camel.model.ResequenceDefinition
- ResequencerConfig - Class in org.apache.camel.model.config
- ResequencerConfig() - Constructor for class org.apache.camel.model.config.ResequencerConfig
- reset() - Method in class org.apache.camel.builder.NotifyBuilder
-
Resets the notifier.
- resetAllAutoAssignedNodeIds(ProcessorDefinition<?>) - Static method in class org.apache.camel.model.ProcessorDefinitionHelper
-
Resets (nulls) all the auto assigned ids on the node and the nested children (outputs)
- resetPrepare() - Method in class org.apache.camel.model.RouteDefinition
-
Reset internal state before preparing route
- resilience4jConfiguration() - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
Configures the circuit breaker to use Resilience4j.
- resilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
Configures the circuit breaker to use Resilience4j with the given configuration.
- Resilience4jConfigurationCommon - Class in org.apache.camel.model
- Resilience4jConfigurationCommon() - Constructor for class org.apache.camel.model.Resilience4jConfigurationCommon
- Resilience4jConfigurationDefinition - Class in org.apache.camel.model
-
Resilience4j Circuit Breaker EIP configuration
- Resilience4jConfigurationDefinition() - Constructor for class org.apache.camel.model.Resilience4jConfigurationDefinition
- Resilience4jConfigurationDefinition(CircuitBreakerDefinition) - Constructor for class org.apache.camel.model.Resilience4jConfigurationDefinition
- Resilience4jConfigurationDefinitionConfigurer - Class in org.apache.camel.model
-
Generated by camel build tools - do NOT edit this file!
- Resilience4jConfigurationDefinitionConfigurer() - Constructor for class org.apache.camel.model.Resilience4jConfigurationDefinitionConfigurer
- resolveDataFormatDefinition(String) - Method in interface org.apache.camel.model.Model
-
Resolve a data format definition given its name
- RESOURCE_PATH - Static variable in class org.apache.camel.model.cloud.ServiceCallDefinitionConstants
- ResponseHeaderDefinition - Class in org.apache.camel.model.rest
-
To specify the rest operation response headers.
- ResponseHeaderDefinition() - Constructor for class org.apache.camel.model.rest.ResponseHeaderDefinition
- ResponseHeaderDefinition(ResponseMessageDefinition) - Constructor for class org.apache.camel.model.rest.ResponseHeaderDefinition
- responseMessage() - Method in class org.apache.camel.model.rest.RestDefinition
- responseMessage(int, String) - Method in class org.apache.camel.model.rest.RestDefinition
- responseMessage(String, String) - Method in class org.apache.camel.model.rest.RestDefinition
- responseMessage(ResponseMessageDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
- responseMessage(VerbDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
- ResponseMessageDefinition - Class in org.apache.camel.model.rest
-
To specify the rest operation response messages.
- ResponseMessageDefinition() - Constructor for class org.apache.camel.model.rest.ResponseMessageDefinition
- ResponseMessageDefinition(VerbDefinition) - Constructor for class org.apache.camel.model.rest.ResponseMessageDefinition
- responseMessages(List<ResponseMessageDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
- responseModel(Class<?>) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
The response model
- rest() - Method in class org.apache.camel.builder.RouteBuilder
-
Creates a new REST service
- rest() - Method in class org.apache.camel.model.rest.RestsDefinition
-
Creates a rest DSL
- rest(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Creates a new REST service
- rest(String) - Method in class org.apache.camel.model.rest.RestsDefinition
-
Creates a rest DSL
- rest(RestDefinition) - Method in class org.apache.camel.model.rest.RestsDefinition
-
Adds the
RestsDefinition
- RestBindingDefinition - Class in org.apache.camel.model.rest
-
To configure rest binding
- RestBindingDefinition() - Constructor for class org.apache.camel.model.rest.RestBindingDefinition
- RestBindingMode - Enum in org.apache.camel.model.rest
- restConfiguration() - Method in class org.apache.camel.builder.RouteBuilder
-
Configures the REST services
- RestConfigurationDefinition - Class in org.apache.camel.model.rest
-
To configure rest
- RestConfigurationDefinition() - Constructor for class org.apache.camel.model.rest.RestConfigurationDefinition
- RestContainer - Interface in org.apache.camel.model.rest
-
Container to hold
Rest
. - RestContextRefDefinition - Class in org.apache.camel.model
-
To refer to an XML file with rest services defined using the rest-dsl
- RestContextRefDefinition() - Constructor for class org.apache.camel.model.RestContextRefDefinition
- RestContextRefDefinition(String) - Constructor for class org.apache.camel.model.RestContextRefDefinition
- RestContextRefDefinitionHelper - Class in org.apache.camel.model
-
Helper for
RestContextRefDefinition
. - RestDefinition - Class in org.apache.camel.model.rest
-
Defines a rest service using the rest-dsl
- RestDefinition() - Constructor for class org.apache.camel.model.rest.RestDefinition
- RestHostNameResolver - Enum in org.apache.camel.model.rest
-
To configure the rest hostname resolver
- RestParamType - Enum in org.apache.camel.model.rest
-
Rest parameter types
- RestPropertyDefinition - Class in org.apache.camel.model.rest
-
A key value pair
- RestPropertyDefinition() - Constructor for class org.apache.camel.model.rest.RestPropertyDefinition
- RestPropertyDefinition(String, String) - Constructor for class org.apache.camel.model.rest.RestPropertyDefinition
- RestsDefinition - Class in org.apache.camel.model.rest
-
A series of rest services defined using the rest-dsl
- RestsDefinition() - Constructor for class org.apache.camel.model.rest.RestsDefinition
- RestSecuritiesDefinition - Class in org.apache.camel.model.rest
-
To configure rest security definitions.
- RestSecuritiesDefinition() - Constructor for class org.apache.camel.model.rest.RestSecuritiesDefinition
- RestSecuritiesDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecuritiesDefinition
- RestSecurityDefinition - Class in org.apache.camel.model.rest
-
To specify the rest security definitions.
- RestSecurityDefinition() - Constructor for class org.apache.camel.model.rest.RestSecurityDefinition
- RestSecurityDefinition(RestDefinition) - Constructor for class org.apache.camel.model.rest.RestSecurityDefinition
- resultType(Class<?>) - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- resumable() - Method in class org.apache.camel.model.ProcessorDefinition
-
This defines the route as resumable, which allows the route to work with the endpoints and components to manage the state of consumers and resume upon restart.
- resumable(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
This defines the route as resumable, which allows the route to work with the endpoints and components to manage the state of consumers and resume upon restart.
- resumable(ResumeStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
This defines the route as resumable, which allows the route to work with the endpoints and components to manage the state of consumers and resume upon restart.
- ResumableDefinition - Class in org.apache.camel.model
-
Resume EIP to support resuming processing from last known offset.
- ResumableDefinition() - Constructor for class org.apache.camel.model.ResumableDefinition
- resumeStrategy(String) - Method in class org.apache.camel.model.ResumableDefinition
-
Sets the resume strategy to use
- resumeStrategy(String, String) - Method in class org.apache.camel.model.ResumableDefinition
-
Sets the resume strategy to use
- resumeStrategy(ResumeStrategy) - Method in class org.apache.camel.model.ResumableDefinition
-
Sets the resume strategy to use
- resumeStrategy(ResumeStrategy, String) - Method in class org.apache.camel.model.ResumableDefinition
-
Sets the resume strategy to use
- retriesExhaustedLogLevel(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the logging level to use when retries have been exhausted
- retriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- retriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- retriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the logging level to use when retries have been exhausted
- retriesExhaustedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the logging level to use when retries have been exhausted
- retryAttemptedLogInterval(int) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- retryAttemptedLogInterval(int) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- retryAttemptedLogInterval(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the interval to use for logging retry attempts
- retryAttemptedLogLevel(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the logging level to use for logging retry attempts
- retryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- retryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- retryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the logging level to use for logging retry attempts
- retryAttemptedLogLevel(LoggingLevel) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Sets the logging level to use for logging retry attempts
- retryDelay(long) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
Sets the delay in millis between retries
- retryDelay(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
-
Sets the delay in millis between retries
- retryWhile(Expression) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the retry while expression.
- retryWhile(Expression) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the retry while expression.
- retryWhile(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Sets the retry while predicate.
- retryWhileRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- retryWhileRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- reverse() - Method in class org.apache.camel.model.ResequenceDefinition
-
Enables reverse mode for the batch resequencer mode.
- rollback() - Method in class org.apache.camel.model.ProcessorDefinition
-
Marks the exchange for rollback only and sets an exception with a default message.
- rollback(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Marks the exchange for rollback and sets an exception with the provided message.
- RollbackDefinition - Class in org.apache.camel.model
-
Forces a rollback by stopping routing the message
- RollbackDefinition() - Constructor for class org.apache.camel.model.RollbackDefinition
- RollbackDefinition(String) - Constructor for class org.apache.camel.model.RollbackDefinition
- rollbackLoggingLevel(String) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
Sets the logging level to use for logging transactional rollback.
- rollbackLoggingLevel(LoggingLevel) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
Sets the logging level to use for logging transactional rollback.
- roundRobin() - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses round robin load balancer
- RoundRobinLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
-
The destination endpoints are selected in a round-robin fashion.
- RoundRobinLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition
- route() - Method in class org.apache.camel.model.RoutesDefinition
-
Creates a new route Prefer to use the from methods when creating a new route.
- route() - Method in class org.apache.camel.model.RouteTemplateDefinition
-
To define the route in the template
- route(RouteDefinition) - Method in class org.apache.camel.model.RoutesDefinition
-
Creates a new route using the given route.
- RouteBuilder - Class in org.apache.camel.builder
- RouteBuilder() - Constructor for class org.apache.camel.builder.RouteBuilder
- RouteBuilder(CamelContext) - Constructor for class org.apache.camel.builder.RouteBuilder
- RouteBuilderDefinition - Class in org.apache.camel.model
-
To refer to a Java
RouteBuilder
instance to use. - RouteBuilderDefinition() - Constructor for class org.apache.camel.model.RouteBuilderDefinition
- RouteBuilderDefinition(String) - Constructor for class org.apache.camel.model.RouteBuilderDefinition
- RouteBuilderLifecycleStrategy - Interface in org.apache.camel.builder
-
Strategy for
RouteBuilder
lifecycle notifications. - routeConfiguration() - Method in class org.apache.camel.builder.RouteConfigurationBuilder
-
Creates a new route configuration
- routeConfiguration() - Method in class org.apache.camel.model.RouteConfigurationsDefinition
-
Creates a new route configuration
- routeConfiguration(String) - Method in class org.apache.camel.builder.RouteConfigurationBuilder
-
Creates a new route configuration
- routeConfiguration(String) - Method in class org.apache.camel.model.RouteConfigurationsDefinition
-
Creates a new route configuration
- routeConfiguration(RouteConfigurationDefinition) - Method in class org.apache.camel.model.RouteConfigurationsDefinition
-
Adds the route configuration
- RouteConfigurationBuilder - Class in org.apache.camel.builder
-
A Java DSL which is used for building route configuration(s).
- RouteConfigurationBuilder() - Constructor for class org.apache.camel.builder.RouteConfigurationBuilder
- RouteConfigurationContainer - Interface in org.apache.camel.model
-
Container to hold
route configurations
. - RouteConfigurationContextRefDefinition - Class in org.apache.camel.model
-
To refer to an XML file with route configuration defined using the xml-dsl
- RouteConfigurationContextRefDefinition() - Constructor for class org.apache.camel.model.RouteConfigurationContextRefDefinition
- RouteConfigurationContextRefDefinition(String) - Constructor for class org.apache.camel.model.RouteConfigurationContextRefDefinition
- RouteConfigurationContextRefDefinitionHelper - Class in org.apache.camel.model
-
Helper for
RouteConfigurationContextRefDefinition
. - RouteConfigurationDefinition - Class in org.apache.camel.model
-
Reusable configuration for Camel route(s).
- RouteConfigurationDefinition() - Constructor for class org.apache.camel.model.RouteConfigurationDefinition
- routeConfigurationId(String) - Method in class org.apache.camel.model.RouteDefinition
-
The route configuration id or pattern this route should use for configuration.
- RouteConfigurationsDefinition - Class in org.apache.camel.model
-
A series of route configurations
- RouteConfigurationsDefinition() - Constructor for class org.apache.camel.model.RouteConfigurationsDefinition
- RouteContainer - Interface in org.apache.camel.model
-
Container to hold
routes
. - RouteContextRefDefinition - Class in org.apache.camel.model
-
To refer to an XML file with routes defined using the xml-dsl
- RouteContextRefDefinition() - Constructor for class org.apache.camel.model.RouteContextRefDefinition
- RouteContextRefDefinition(String) - Constructor for class org.apache.camel.model.RouteContextRefDefinition
- RouteContextRefDefinitionHelper - Class in org.apache.camel.model
-
Helper for
RouteContextRefDefinition
. - RouteDefinition - Class in org.apache.camel.model
-
A Camel route
- RouteDefinition() - Constructor for class org.apache.camel.model.RouteDefinition
- RouteDefinition(String) - Constructor for class org.apache.camel.model.RouteDefinition
- RouteDefinition(Endpoint) - Constructor for class org.apache.camel.model.RouteDefinition
- RouteDefinitionHelper - Class in org.apache.camel.model
-
Helper for
RouteDefinition
- routeDescription(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Set the route description for this route
- routeDescription(String) - Method in class org.apache.camel.model.RouteDefinition
-
Set the route description for this route
- RouteFilters - Class in org.apache.camel.model
-
Used for filtering routes to only include routes matching a function.
- routeGroup(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Set the route group for this route.
- routeGroup(String) - Method in class org.apache.camel.model.RouteDefinition
-
Set the route group for this route
- routeId(String) - Method in class org.apache.camel.builder.TemplatedRouteBuilder
-
Sets the id of the route.
- routeId(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Set the route id for this route.
- routeId(String) - Method in class org.apache.camel.model.RouteDefinition
-
Set the route id for this route
- routeId(String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Sets the id of the route built from the route template.
- routePolicy(Supplier<RoutePolicy>) - Method in class org.apache.camel.model.RouteDefinition
-
Configures route policy for this route
- routePolicy(RoutePolicy...) - Method in class org.apache.camel.model.RouteDefinition
-
Configures route policies for this route
- routePolicyRef(String) - Method in class org.apache.camel.model.RouteDefinition
-
Configures a route policy for this route
- routeProperty(String, String) - Method in class org.apache.camel.model.RouteDefinition
-
Adds a custom property on the route.
- RoutesDefinition - Class in org.apache.camel.model
-
A series of Camel routes
- RoutesDefinition() - Constructor for class org.apache.camel.model.RoutesDefinition
- routeTemplate(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Creates a new route template
- routeTemplate(String) - Method in class org.apache.camel.model.RouteTemplatesDefinition
-
Creates a route template
- routeTemplate(RouteTemplateDefinition) - Method in class org.apache.camel.model.RouteTemplatesDefinition
-
Adds the
RouteTemplatesDefinition
- RouteTemplateBeanDefinition - Class in org.apache.camel.model
-
A route template bean (local bean)
- RouteTemplateBeanDefinition() - Constructor for class org.apache.camel.model.RouteTemplateBeanDefinition
- RouteTemplateContainer - Interface in org.apache.camel.model
-
Container to hold
route templates
. - RouteTemplateContextRefDefinition - Class in org.apache.camel.model
-
To refer to an XML file with route templates defined using the xml-dsl
- RouteTemplateContextRefDefinition() - Constructor for class org.apache.camel.model.RouteTemplateContextRefDefinition
- RouteTemplateContextRefDefinition(String) - Constructor for class org.apache.camel.model.RouteTemplateContextRefDefinition
- RouteTemplateContextRefDefinitionHelper - Class in org.apache.camel.model
-
Helper for
RouteTemplateContextRefDefinition
. - RouteTemplateDefinition - Class in org.apache.camel.model
-
Defines a route template (parameterized routes)
- RouteTemplateDefinition() - Constructor for class org.apache.camel.model.RouteTemplateDefinition
- RouteTemplateDefinition.Converter - Interface in org.apache.camel.model
- RouteTemplateParameterDefinition - Class in org.apache.camel.model
-
A route template parameter
- RouteTemplateParameterDefinition() - Constructor for class org.apache.camel.model.RouteTemplateParameterDefinition
- RouteTemplateParameterDefinition(String, String, String) - Constructor for class org.apache.camel.model.RouteTemplateParameterDefinition
- routeTemplateRef(String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
-
Sets the id of the route template to use to build the route.
- RouteTemplatesDefinition - Class in org.apache.camel.model
-
A series of route templates
- RouteTemplatesDefinition() - Constructor for class org.apache.camel.model.RouteTemplatesDefinition
- routingSlip() - Method in class org.apache.camel.model.ProcessorDefinition
-
Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
- routingSlip(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
- routingSlip(Expression, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Routing Slip EIP: Creates a routing slip allowing you to route a message consecutively through a series of processing steps where the sequence of steps is not known at design time and can vary for each message.
- RoutingSlipDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
Routes a message through a series of steps that are pre-determined (the slip)
- RoutingSlipDefinition() - Constructor for class org.apache.camel.model.RoutingSlipDefinition
- RoutingSlipDefinition(String) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
- RoutingSlipDefinition(String, String) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
- RoutingSlipDefinition(Expression) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
- RoutingSlipDefinition(Expression, String) - Constructor for class org.apache.camel.model.RoutingSlipDefinition
- rss() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the RSS data format
- RssDataFormat - Class in org.apache.camel.model.dataformat
-
Transform from ROME SyndFeed Java Objects to XML and vice-versa.
- RssDataFormat() - Constructor for class org.apache.camel.model.dataformat.RssDataFormat
S
- saga() - Method in class org.apache.camel.model.ProcessorDefinition
-
Marks this route as participating in a saga.
- SagaActionUriDefinition - Class in org.apache.camel.model
-
Allows to declare saga actions to complete or compensate a saga
- SagaActionUriDefinition() - Constructor for class org.apache.camel.model.SagaActionUriDefinition
- SagaActionUriDefinition(String) - Constructor for class org.apache.camel.model.SagaActionUriDefinition
- SagaCompletionMode - Enum in org.apache.camel.model
-
Enumerates all saga completion modes.
- SagaDefinition - Class in org.apache.camel.model
-
Enables Sagas on the route
- SagaDefinition() - Constructor for class org.apache.camel.model.SagaDefinition
- SagaPropagation - Enum in org.apache.camel.model
-
Enumerates all saga propagation modes.
- sagaService(String) - Method in class org.apache.camel.model.SagaDefinition
- sagaService(CamelSagaService) - Method in class org.apache.camel.model.SagaDefinition
- sample() - Method in class org.apache.camel.model.ProcessorDefinition
-
Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic on a route.
- sample(long) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.
- sample(long, TimeUnit) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.
- sample(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.
- sample(Duration) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.
- sampleMessageFrequency(long) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample message count which only a single
Exchange
will pass through after this many received. - samplePeriod(long) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample period during which only a single
Exchange
will pass through. - samplePeriod(String) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample period during which only a single
Exchange
will pass through. - samplePeriod(Duration) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample period during which only a single
Exchange
will pass through. - SamplingDefinition - Class in org.apache.camel.model
-
Extract a sample of the messages passing through a route
- SamplingDefinition() - Constructor for class org.apache.camel.model.SamplingDefinition
- SamplingDefinition(long) - Constructor for class org.apache.camel.model.SamplingDefinition
- SamplingDefinition(long, TimeUnit) - Constructor for class org.apache.camel.model.SamplingDefinition
- SamplingDefinition(String) - Constructor for class org.apache.camel.model.SamplingDefinition
- SamplingDefinition(Duration) - Constructor for class org.apache.camel.model.SamplingDefinition
- sanityCheckRoute(RouteDefinition) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Sanity check the route, that it has input(s) and outputs.
- scheme(String) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the scheme name supported by the transformer.
- scheme(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To use a specific scheme such as http/https
- script() - Method in class org.apache.camel.model.ProcessorDefinition
-
Executes a script (do not change the message body).
- script(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Executes a script (do not change the message body).
- ScriptDefinition - Class in org.apache.camel.model
-
Executes a script from a language which does not change the message body.
- ScriptDefinition() - Constructor for class org.apache.camel.model.ScriptDefinition
- ScriptDefinition(Expression) - Constructor for class org.apache.camel.model.ScriptDefinition
- security(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Sets the security setting for this verb.
- security(String, String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Sets the security setting for this verb.
- SecurityDefinition - Class in org.apache.camel.model.rest
-
Rest security definition
- SecurityDefinition() - Constructor for class org.apache.camel.model.rest.SecurityDefinition
- securityDefinitions() - Method in class org.apache.camel.model.rest.RestDefinition
-
To configure security definitions.
- selectFirst() - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Will only apply the first node matched.
- selectIndex(int) - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Will only apply the n'th node matched.
- selectLast() - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Will only apply the last node matched.
- selectRange(int, int) - Method in class org.apache.camel.builder.AdviceWithBuilder
-
Will only apply the node in the index range matched.
- SendDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
Sends the message to an endpoint
- SendDefinition() - Constructor for class org.apache.camel.model.SendDefinition
- SendDefinition(String) - Constructor for class org.apache.camel.model.SendDefinition
- servers(String) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
-
Sets the server blacklist.
- servers(String) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
-
Sets the server list.
- servers(List<String>) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
-
Sets the server blacklist.
- servers(List<String>) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
-
Sets the server list.
- serviceCall() - Method in class org.apache.camel.model.ProcessorDefinition
-
Calls the service
- serviceCall(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Calls the service
- serviceCall(String, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Calls the service
- serviceCallConfiguration(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Refers to a ServiceCall configuration to use
- ServiceCallConfiguration - Class in org.apache.camel.model.cloud
- ServiceCallConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallConfiguration
- ServiceCallConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ServiceCallConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ServiceCallConfigurationConfigurer
- ServiceCallConfigurationDefinition - Class in org.apache.camel.model.cloud
-
Remote service call configuration
- ServiceCallConfigurationDefinition() - Constructor for class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- ServiceCallDefinition - Class in org.apache.camel.model.cloud
-
To call remote services
- ServiceCallDefinition() - Constructor for class org.apache.camel.model.cloud.ServiceCallDefinition
- ServiceCallDefinition(String) - Constructor for class org.apache.camel.model.cloud.ServiceCallDefinition
- ServiceCallDefinitionConstants - Class in org.apache.camel.model.cloud
- ServiceCallExpressionConfiguration - Class in org.apache.camel.model.cloud
- ServiceCallExpressionConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- ServiceCallExpressionConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- ServiceCallExpressionConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ServiceCallExpressionConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ServiceCallExpressionConfigurationConfigurer
- ServiceCallServiceChooserConfiguration - Class in org.apache.camel.model.cloud
- ServiceCallServiceChooserConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
- ServiceCallServiceChooserConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
- ServiceCallServiceChooserConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ServiceCallServiceChooserConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceChooserConfigurationConfigurer
- ServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- ServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
- ServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfiguration
- ServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceDiscoveryConfigurationConfigurer
- ServiceCallServiceFilterConfiguration - Class in org.apache.camel.model.cloud
- ServiceCallServiceFilterConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
- ServiceCallServiceFilterConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceFilterConfiguration
- ServiceCallServiceFilterConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ServiceCallServiceFilterConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceFilterConfigurationConfigurer
- ServiceCallServiceLoadBalancerConfiguration - Class in org.apache.camel.model.cloud
- ServiceCallServiceLoadBalancerConfiguration() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
- ServiceCallServiceLoadBalancerConfiguration(ServiceCallDefinition, String) - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
- ServiceCallServiceLoadBalancerConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ServiceCallServiceLoadBalancerConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfigurationConfigurer
- serviceChooser(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceChooser
to use. - serviceChooser(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceChooser
to use. - serviceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceChooser
to use. - serviceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceChooser
to use. - serviceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceDiscovery
to use. - serviceDiscovery(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceDiscovery
to use. - serviceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceDiscovery
to use. - serviceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceDiscovery
to use. - serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the service-call configuration to use
- serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
-
Add a ServiceDiscovery configuration
- serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures the ServiceDiscovery using the given configuration.
- serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the ServiceDiscovery using the given configuration.
- serviceDiscoveryConfigurations(List<ServiceCallServiceDiscoveryConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
-
List of ServiceDiscovery configuration to use
- serviceFilter(String) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
-
Reference of a ServiceFilter
- serviceFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceFilter
to use. - serviceFilter(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceFilter
to use. - serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
-
Set the ServiceFilter
- serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceFilter
to use. - serviceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceFilter
to use. - serviceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
-
Add a ServiceFilter configuration
- serviceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures the ServiceFilter using the given configuration.
- serviceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the ServiceFilter using the given configuration.
- serviceFilterConfigurations(List<ServiceCallServiceFilterConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
-
List of ServiceFilter configuration to use
- sessionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- Set - org.apache.camel.model.ClaimCheckOperation
- setAclToken(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Sets the ACL token to be used with Consul
- setAddKeyValueForEncryptedKey(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
Whether to add the public key used to encrypt the session key as a KeyValue in the EncryptedKey structure or not.
- setAfterUri(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
After sending to the endpoint then send the message to this uri which allows to process its result.
- setAggregateController(String) - Method in class org.apache.camel.model.AggregateDefinition
-
To use a
AggregateController
to allow external sources to control this aggregator. - setAggregateController(AggregateController) - Method in class org.apache.camel.model.AggregateDefinition
- setAggregateOnException(String) - Method in class org.apache.camel.model.EnrichDefinition
- setAggregateOnException(String) - Method in class org.apache.camel.model.PollEnrichDefinition
- setAggregationRepository(String) - Method in class org.apache.camel.model.AggregateDefinition
-
The AggregationRepository to use.
- setAggregationRepository(AggregationRepository) - Method in class org.apache.camel.model.AggregateDefinition
- setAggregationStrategy(String) - Method in class org.apache.camel.model.AggregateDefinition
-
The AggregationStrategy to use.
- setAggregationStrategy(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
- setAggregationStrategy(String) - Method in class org.apache.camel.model.EnrichDefinition
- setAggregationStrategy(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Refers to an AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
- setAggregationStrategy(String) - Method in class org.apache.camel.model.PollEnrichDefinition
- setAggregationStrategy(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setAggregationStrategy(String) - Method in class org.apache.camel.model.SplitDefinition
-
Sets a reference to the AggregationStrategy to be used to assemble the replies from the split messages, into a single outgoing message from the Splitter.
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.AggregateDefinition
-
The AggregationStrategy to use.
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.EnrichDefinition
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.MulticastDefinition
-
Refers to an AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast.
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.PollEnrichDefinition
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.RecipientListDefinition
- setAggregationStrategy(AggregationStrategy) - Method in class org.apache.camel.model.SplitDefinition
-
Sets the AggregationStrategy to be used to assemble the replies from the split messages, into a single outgoing message from the Splitter.
- setAggregationStrategyMethodAllowNull(String) - Method in class org.apache.camel.model.AggregateDefinition
-
If this option is false then the aggregate method is not used for the very first aggregation.
- setAggregationStrategyMethodAllowNull(String) - Method in class org.apache.camel.model.EnrichDefinition
- setAggregationStrategyMethodAllowNull(String) - Method in class org.apache.camel.model.MulticastDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- setAggregationStrategyMethodAllowNull(String) - Method in class org.apache.camel.model.PollEnrichDefinition
- setAggregationStrategyMethodAllowNull(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setAggregationStrategyMethodAllowNull(String) - Method in class org.apache.camel.model.SplitDefinition
-
If this option is false then the aggregate method is not used if there was no data to enrich.
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.AggregateDefinition
-
This option can be used to explicit declare the method name to use, when using beans as the AggregationStrategy.
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.EnrichDefinition
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.MulticastDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.PollEnrichDefinition
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setAggregationStrategyMethodName(String) - Method in class org.apache.camel.model.SplitDefinition
-
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
- setAlgorithm(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
The JCE algorithm name indicating the cryptographic algorithm that will be used.
- setAlgorithm(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Symmetric key encryption algorithm; possible values are defined in org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags; for example 2 (= TRIPLE DES), 3 (= CAST5), 4 (= BLOWFISH), 6 (= DES), 7 (= AES_128).
- setAlgorithmParameterRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
A JCE AlgorithmParameterSpec used to initialize the Cipher.
- setAliases(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Alias a Class to a shorter name to be used in XML elements.
- setAliases(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter list of allowable values (enum).
- setAllowableValues(List<String>) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets the parameter list of allowable values.
- setAllowAnyType(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Allow any class to be un-marshaled
- setAllowCoreThreadTimeOut(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Whether idle core threads is allowed to timeout and therefore can shrink the pool size below the core pool size
- setAllowCoreThreadTimeOut(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setAllowDuplicates(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Whether to allow duplicates.
- setAllowEasyPredicate(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Whether to allow using the easy predicate parser to pre-parse predicates.
- setAllowEmptyDirectory(String) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
-
If the tar file has more than one entry, setting this option to true, allows to get the iterator even if the directory is empty
- setAllowEmptyDirectory(String) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
-
If the zip file has more than one entry, setting this option to true, allows to get the iterator even if the directory is empty
- setAllowEmptyStream(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
Whether to allow empty streams in the unmarshal process.
- setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
- setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
- setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
- setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
- setAllowJmsType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.
- setAllowMissingColumnNames(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to allow missing column names.
- setAllowMultipleMatchesPerLine(String) - Method in class org.apache.camel.model.dataformat.GrokDataFormat
-
If false, every line of input is matched for pattern only once.
- setAllowNullBody(String) - Method in class org.apache.camel.model.UnmarshalDefinition
-
Indicates whether
null
is allowed as value of a body to unmarshall. - setAllowOptimisedComponents(String) - Method in class org.apache.camel.model.EnrichDefinition
- setAllowOptimisedComponents(String) - Method in class org.apache.camel.model.ToDynamicDefinition
- setAllowRecursiveKeys(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Set whether recursive keys are allowed.
- setAllowRedeliveryWhileStopping(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setAllowShortLines(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Allows for lines to be shorter than expected and ignores the extra characters
- setAllowSimple(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Whether to allow in inlined Simple exceptions in the JSONPath expression
- setAllowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
- setAllowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
If enabled then Jackson CBOR is allowed to attempt to use the CamelCBORUnmarshalType header during the unmarshalling.
- setAllowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
- setAllowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
- setAllowUnmarshallType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
If enabled then Jackson is allowed to attempt to use the CamelJacksonUnmarshalType header during the unmarshalling.
- setApiComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The name of the Camel component to use as the REST API.
- setApiContextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets a leading API context-path the REST API services will be using.
- setApiDocs(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Whether to include or exclude this rest operation in API documentation.
- setApiDocs(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Whether to include or exclude this rest operation in API documentation.
- setApiHost(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To use a specific hostname for the API documentation (such as swagger or openapi)
- setApiProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure as many additional properties for the api documentation.
- setApiVendorExtension(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether vendor extension is enabled in the Rest APIs.
- setApiVersion(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the API version when using client lookup
- setArmored(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
This option will cause PGP to base64 encode the encrypted text, making it available for copy/paste, etc.
- setArrayType(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter array type.
- setArrayType(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets the parameter array type.
- setAsMap(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether the unmarshalling should produce maps for the lines values instead of lists.
- setAsyncDelayed(String) - Method in class org.apache.camel.model.DelayDefinition
- setAsyncDelayed(String) - Method in class org.apache.camel.model.ThrottleDefinition
- setAsyncDelayedRedelivery(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setAsyncDelayedRedelivery(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setAsyncDelayedRedelivery(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setAsyncDelayedRedelivery(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setAuthorizationUrl(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
-
The authorization URL to be used for this flow.
- setAutoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
If set to true then Jackson will lookup for an objectMapper into the registry
- setAutoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
If set to true then Jackson will look for an objectMapper to use from the registry
- setAutoDiscoverObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
If set to true then Jackson will lookup for an objectMapper into the registry
- setAutoDiscoverSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
When not disabled, the SchemaResolver will be looked up into the registry
- setAutoDiscoverSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
When not disabled, the SchemaResolver will be looked up into the registry
- setAutoDiscoverSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
When not disabled, the SchemaResolver will be looked up into the registry
- setAutomaticTransitionFromOpenToHalfOpenEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Enables automatic transition from OPEN to HALF_OPEN state once the waitDurationInOpenState has passed.
- setAutoStartComponents(String) - Method in class org.apache.camel.model.ToDynamicDefinition
- setAutoStartup(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether to auto start this route
- setBackOffMultiplier(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setBarcodeFormat(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Barcode format such as QR-Code
- setBasePath(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
Set the base path to store in ZK
- setBaseUri(String) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
-
The URI to use as base for building RDF entities if only relative paths are provided.
- setBatchConfig(BatchResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
- setBatchSize(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Sets the size of the batch to be re-ordered.
- setBatchTimeout(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Sets the timeout for collecting elements to be re-ordered.
- setBean(Object) - Method in class org.apache.camel.model.BeanDefinition
-
Sets an existing instance of the bean to use
- setBeans(List<TemplatedRouteBeanDefinition>) - Method in class org.apache.camel.model.TemplatedRouteDefinition
- setBeanSupplier(RouteTemplateContext.BeanSupplier<Object>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Bean supplier that uses lambda style to create the local bean
- setBeanType(Class<?>) - Method in class org.apache.camel.model.BeanDefinition
-
Sets the class name (fully qualified) of the bean to use
- setBeanType(Class<?>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
To set the type (fully qualified class name) of the returned bean created by the script.
- setBeanType(Class<?>) - Method in class org.apache.camel.model.language.MethodCallExpression
- setBeanType(String) - Method in class org.apache.camel.model.BeanDefinition
-
Sets the class name (fully qualified) of the bean to use
- setBeanType(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
To set the type (fully qualified class name) of the returned bean created by the script.
- setBeanTypeName(String) - Method in class org.apache.camel.model.language.MethodCallExpression
-
Class name (fully qualified) of the bean to use Will lookup in registry and if there is a single instance of the same type, then the existing bean is used, otherwise a new bean is created (requires a default no-arg constructor).
- setBinaryContent(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Defines whether the content of binary parts in the MIME multipart is binary (true) or Base-64 encoded (false)
- setBindingMode(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the binding mode to use.
- setBindingMode(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Sets the binding mode to use.
- setBindingMode(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the binding mode to use.
- setBindingMode(RestBindingMode) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets the binding mode to use.
- setBlockSeconds(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The seconds to wait for a watch event, default 10 seconds
- setBody() - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a processor which sets the body on the IN message
- setBody(Function<Exchange, Result>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a processor which sets the body on the IN message
- setBody(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a processor which sets the body on the IN message
- SetBodyDefinition - Class in org.apache.camel.model
-
Sets the contents of the message body
- SetBodyDefinition() - Constructor for class org.apache.camel.model.SetBodyDefinition
- SetBodyDefinition(Expression) - Constructor for class org.apache.camel.model.SetBodyDefinition
- setBodyMediaType(String) - Method in class org.apache.camel.model.language.DatasonnetExpression
-
The String representation of the message's body MediaType
- setBreakOnShutdown(String) - Method in class org.apache.camel.model.LoopDefinition
-
If the breakOnShutdown attribute is true, then the loop will not iterate until it reaches the end when Camel is shut down.
- setBufferSize(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
The size of the buffer used in the signature process.
- setBulkheadEnabled(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Whether bulkhead is enabled or not on the circuit breaker.
- setBulkheadEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Whether bulkhead is enabled or not on the circuit breaker.
- setBulkheadExecutorService(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
References to a custom thread pool to use when bulkhead is enabled.
- setBulkheadMaxConcurrentCalls(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Configures the max amount of concurrent calls the bulkhead will support.
- setBulkheadMaxConcurrentCalls(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the max amount of concurrent calls the bulkhead will support.
- setBulkheadMaxWaitDuration(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures a maximum amount of time which the calling thread will wait to enter the bulkhead.
- setBulkheadWaitingTaskQueue(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Configures the task queue size for holding waiting tasks to be processed by the bulkhead.
- setCaCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Certificate Authority data when using client lookup
- setCaCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Certificate Authority data that are loaded from the file when using client lookup
- setCache(String) - Method in class org.apache.camel.model.BeanDefinition
-
Deprecated.
- setCacheSize(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
- setCacheSize(String) - Method in class org.apache.camel.model.EnrichDefinition
- setCacheSize(String) - Method in class org.apache.camel.model.PollEnrichDefinition
- setCacheSize(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setCacheSize(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
- setCacheSize(String) - Method in class org.apache.camel.model.ToDynamicDefinition
- setCallerRunsWhenRejected(String) - Method in class org.apache.camel.model.DelayDefinition
- setCallerRunsWhenRejected(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setCallerRunsWhenRejected(String) - Method in class org.apache.camel.model.ThrottleDefinition
- setCamelContext(CamelContext) - Method in class org.apache.camel.builder.BuilderSupport
- setCamelContext(CamelContext) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- setCamelContext(CamelContext) - Method in class org.apache.camel.model.RouteConfigurationsDefinition
- setCamelContext(CamelContext) - Method in class org.apache.camel.model.RoutesDefinition
- setCamelContext(CamelContext) - Method in class org.apache.camel.model.RouteTemplatesDefinition
- setCamelContext(CamelContext) - Method in class org.apache.camel.model.TemplatedRouteDefinition
- setCamelContext(CamelContext) - Method in class org.apache.camel.model.TemplatedRoutesDefinition
- setCapacity(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
Sets the capacity of the resequencer inbound queue.
- setCaptureHeaderRecord(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether the unmarshalling should capture the header record and store it in the message header
- setCatchClauses(List<CatchDefinition>) - Method in class org.apache.camel.model.TryDefinition
- setCharset(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
-
To use a specific charset when converting
- setCircuitBreaker(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Refers to an existing io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker instance to lookup and use from the registry.
- setCircuitBreaker(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreaker instance to lookup and use from the registry.
- setClassLoader(ClassLoader) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Set a custom classloader
- setClassName(String) - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
-
Set a class name of the
Transformer
- setClassName(String) - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
-
Set a class name of the
Validator
- setClassType(Class<?>) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
Name of model class to use.
- setClassType(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
Name of model class to use.
- setClassTypeAsString(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
Name of model class to use.
- setClientCertData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Certificate data when using client lookup
- setClientCertFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Certificate data that are loaded from the file when using client lookup
- setClientKeyAlgo(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore algorithm, such as RSA when using client lookup
- setClientKeyData(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore data when using client lookup
- setClientKeyFile(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore data that are loaded from the file when using client lookup
- setClientKeyPassphrase(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Client Keystore passphrase when using client lookup
- setClientRequestValidation(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error.
- setClientRequestValidation(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error.
- setClientRequestValidation(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error.
- setClientRequestValidation(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error.
- setCloseCorrelationKeyOnCompletion(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCode(String) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter collection format.
- setCollectionFormat(CollectionFormat) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets the parameter collection format.
- setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
- setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- setCollectionType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Refers to a custom collection type to lookup in the registry to use.
- setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Refers to a custom collection type to lookup in the registry to use.
- setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Refers to a custom collection type to lookup in the registry to use.
- setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Refers to a custom collection type to lookup in the registry to use.
- setCollectionTypeName(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Refers to a custom collection type to lookup in the registry to use.
- setCollisionAvoidanceFactor(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setComment(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The comment symbol.
- setCommentMarker(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the comment marker of the reference format.
- setCommentMarkerDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Disables the comment marker of the reference format.
- setComparator(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
To use a custom comparator as a org.apache.camel.processor.resequencer.ExpressionResultComparator type.
- setComparator(String) - Method in class org.apache.camel.model.SortDefinition
- setComparatorBean(ExpressionResultComparator) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
To use a custom comparator
- setCompensation(SagaActionUriDefinition) - Method in class org.apache.camel.model.SagaDefinition
-
The compensation endpoint URI that must be called to compensate all changes done in the route.
- setCompleteAllOnStop(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletion(SagaActionUriDefinition) - Method in class org.apache.camel.model.SagaDefinition
-
The completion endpoint URI that will be called when the Saga is completed successfully.
- setCompletionEager(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- setCompletionFromBatchConsumer(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletionInterval(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletionMode(String) - Method in class org.apache.camel.model.SagaDefinition
-
Determine how the saga should be considered complete.
- setCompletionOnNewCorrelationGroup(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletionPredicate(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletionSize(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletionSizeExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
Number of messages aggregated before the aggregation is complete.
- setCompletionTimeout(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletionTimeoutCheckerInterval(String) - Method in class org.apache.camel.model.AggregateDefinition
- setCompletionTimeoutExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
Time in millis that an aggregated exchange should be inactive before its complete (timeout).
- setComponent(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
The component to use.
- setComponent(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
The component to use.
- setComponent(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the component name that this definition will apply to
- setComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The Camel Rest component to use for the REST transport (consumer), such as netty-http, jetty, servlet, undertow.
- setComponentProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure as many additional properties for the rest component in use.
- setCompressionAlgorithm(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Compression algorithm; possible values are defined in org.bouncycastle.bcpg.CompressionAlgorithmTags; for example 0 (= UNCOMPRESSED), 1 (= ZIP), 2 (= ZLIB), 3 (= BZIP2).
- setCompressionLevel(String) - Method in class org.apache.camel.model.dataformat.ZipDeflaterDataFormat
-
To specify a specific compression between 0-9.
- setConfig(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Refers to an existing io.github.resilience4j.circuitbreaker.CircuitBreakerConfig instance to lookup and use from the registry.
- setConfiguration(Object) - Method in class org.apache.camel.model.language.XQueryExpression
-
Custom saxon configuration (requires camel-saxon).
- setConfiguration(String) - Method in class org.apache.camel.model.CircuitBreakerDefinition
-
Refers to a circuit breaker configuration (such as resillience4j, or microprofile-fault-tolerance) to use for configuring the circuit breaker EIP.
- setConfiguration(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
-
Configurations for Apache Any23 as key-value pairs in order to customize the extraction process.
- setConfiguration(Map<String, String>) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
-
Configurations for Apache Any23 as key-value pairs in order to customize the extraction process.
- setConfigurationRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Refers to a ServiceCall configuration to use
- setConfigurationRef(String) - Method in class org.apache.camel.model.language.XQueryExpression
-
Reference to a saxon configuration instance in the registry to use for xquery (requires camel-saxon).
- setConfigurer(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- setConfigurer(Consumer<RouteTemplateContext>) - Method in class org.apache.camel.model.RouteTemplateDefinition
- setConnectionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
Connection timeout.
- setConnectTimeoutMillis(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Connect timeout for OkHttpClient
- setConstructor(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
BaseConstructor to construct incoming documents.
- setConsumerListener(String) - Method in class org.apache.camel.model.PausableDefinition
- setConsumerListener(ConsumerListener<?, ?>) - Method in class org.apache.camel.model.PausableDefinition
- setConsumerProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure as many additional properties for the rest consumer in use.
- setConsumes(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
To define the content type what the REST service consumes (accept as input), such as application/xml or application/json
- setConsumes(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
To define the content type what the REST service consumes (accept as input), such as application/xml or application/json.
- setConsumes(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
To define the content type what the REST service consumes (accept as input), such as application/xml or application/json.
- setContentTypeFormat(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Defines a content type format in which protobuf message will be serialized/deserialized from(to) the Java been.
- setContentTypeFormat(String) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
-
Defines a content type format in which thrift message will be serialized/deserialized from(to) the Java been.
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- setContentTypeHeader(String) - Method in interface org.apache.camel.model.dataformat.ContentTypeHeaderAware
-
Whether the data format should set the Content-Type header with the type from the data format.
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
- setContentTypeHeader(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- setContextPath(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Package name where your JAXB classes are located.
- setContextPath(String) - Method in class org.apache.camel.model.dataformat.SoapDataFormat
-
Package name where your JAXB classes are located.
- setContextPath(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets a leading context-path the REST services will be using.
- setContextPathIsClassName(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
This can be set to true to mark that the contextPath is referring to a classname and not a package name.
- setContinued(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
- setContinuedPolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
- setConverters(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
List of class names for using custom XStream converters.
- setConverters(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- setCopy(String) - Method in class org.apache.camel.model.LoopDefinition
-
If the copy attribute is true, a copy of the input Exchange is used for each iteration.
- setCopy(String) - Method in class org.apache.camel.model.WireTapDefinition
- setCorrelationExpression(Expression) - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
- setCorrelationExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.AggregateDefinition
-
The expression used to calculate the correlation key to use for aggregation.
- setCorrelationExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
-
The correlation expression to use to calculate the correlation key
- setCorrelationExpression(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.ThrottleDefinition
-
The expression used to calculate the correlation key to use for throttle grouping.
- setCorsHeaders(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure custom CORS headers.
- setCryptoProvider(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
The name of the JCE Security Provider that should be used.
- setCustomId(Boolean) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Whether the node id was explicit set, or was auto generated by Camel.
- setCustomLoadBalancer(LoadBalancer) - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
-
The custom load balancer to use.
- setDatacenter(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The data center
- setDataFormat(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter data format.
- setDataFormat(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets the parameter data format.
- setDataFormat(DataFormat) - Method in class org.apache.camel.model.DataFormatDefinition
- setDataFormatName(String) - Method in class org.apache.camel.model.DataFormatDefinition
- setDataFormatProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure as many additional properties for the data formats in use.
- setDataFormats(List<DataFormatDefinition>) - Method in class org.apache.camel.model.dataformat.DataFormatsDefinition
-
A list holding the configured data formats
- setDataFormats(Map<String, DataFormatDefinition>) - Method in interface org.apache.camel.model.Model
-
Sets the data formats that can be referenced in the routes.
- setDataFormatType(DataFormatDefinition) - Method in interface org.apache.camel.model.DataFormatDefinitionAware
-
The data format to be used.
- setDataFormatType(DataFormatDefinition) - Method in class org.apache.camel.model.MarshalDefinition
-
The data format to be used
- setDataFormatType(DataFormatDefinition) - Method in class org.apache.camel.model.transformer.DataFormatTransformerDefinition
-
The data format to be used
- setDataFormatType(DataFormatDefinition) - Method in class org.apache.camel.model.UnmarshalDefinition
-
The data format to be used
- setDataFormatTypes(Class<?>[]) - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
-
The classes to take into account for the marshalling
- setDataObjectType(Class<?>) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
-
What data type to unmarshal as, can either be org.w3c.dom.Node or java.lang.String.
- setDataObjectTypeName(String) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
-
What data type to unmarshal as, can either be org.w3c.dom.Node or java.lang.String.
- setDataType(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter data type.
- setDataType(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets the header data type.
- setDeadLetterHandleNewException(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setDeadLetterHandleNewException(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setDeadLetterHandleNewException(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setDeadLetterHandleNewException(String) - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
-
Whether the dead letter channel should handle (and ignore) any new exception that may been thrown during sending the message to the dead letter endpoint.
- setDeadLetterUri(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setDeadLetterUri(String) - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
-
The dead letter endpoint uri for the Dead Letter error handler.
- setDeadLetterUri(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setDeadLetterUri(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setDefaultInstance(Object) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- setDefaultInstance(Object) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
- setDefaultProfile(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Whether this profile is the default thread pool profile
- setDefaultValue(String) - Method in class org.apache.camel.model.rest.ParamDefinition
- setDefaultValue(String) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
-
Default value of the parameter.
- setDefinition(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
The flatpack pzmap configuration file.
- setDelay(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Control how long the circuit breaker stays open.
- setDelayer(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether to slow down processing messages by a given delay in msec.
- setDelayPattern(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setDelimiter(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the delimiter to use.
- setDelimiter(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
The delimiter char (could be ; , or similar)
- setDelimiter(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
-
The delimiter of values
- setDelimiter(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setDelimiter(String) - Method in class org.apache.camel.model.SplitDefinition
- setDeliveryAttemptInterval(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
Sets the interval in milliseconds the stream resequencer will at most wait while waiting for condition of being able to deliver.
- setDeprecated(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Marks this rest operation as deprecated in OpenApi documentation.
- setDescription(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter description.
- setDescription(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- setDescription(String) - Method in class org.apache.camel.model.rest.RestSecurityDefinition
-
A short description for security scheme.
- setDescription(String) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
-
Description of the parameter
- setDescription(DescriptionDefinition) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Sets the description of this node
- setDigestAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The digest algorithm to use with the RSA OAEP algorithm.
- setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setDisableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setDisableRedelivery(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Disables redelivery (same as setting maximum redeliveries to 0)
- setDiscardOnAggregationFailure(String) - Method in class org.apache.camel.model.AggregateDefinition
- setDiscardOnCompletionTimeout(String) - Method in class org.apache.camel.model.AggregateDefinition
- setDistributionRatio(String) - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
-
The distribution ratio is a delimited String consisting on integer weights separated by delimiters for example "2,3,5".
- setDistributionRatioDelimiter(String) - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
-
Delimiter used to specify the distribution ratio.
- setDnsDomain(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the DNS domain to use for DNS lookup.
- setDocumentType(Class<?>) - Method in class org.apache.camel.model.language.XPathExpression
-
Class for document type to use
- setDocumentTypeName(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Name of class for document type
- setDomain(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
-
The domain name;
- setDontEncodeElements(Set<String>) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If provided, specifies the elements which should NOT be encoded.
- setDontStripVersionsFromReferencesAtPaths(List<String>) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If supplied value(s), any resource references at the specified paths will have their resource versions encoded instead of being automatically stripped during the encoding process.
- setDoWhile(String) - Method in class org.apache.camel.model.LoopDefinition
-
Enables the while loop that loops until the predicate evaluates to false or null.
- setDriver(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
To use a custom XStream driver.
- setDriverRef(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
To refer to a custom XStream driver to lookup in the registry.
- setDropRootNode(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Whether XStream will drop the root node in the generated JSon.
- setDumperOptions(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
DumperOptions to configure outgoing objects.
- setDynamicUri(String) - Method in class org.apache.camel.model.WireTapDefinition
- setEager(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- setEagerCheckCompletion(String) - Method in class org.apache.camel.model.AggregateDefinition
- setElementNameStrategy(Object) - Method in class org.apache.camel.model.dataformat.SoapDataFormat
-
Sets an element strategy instance to use.
- setElementNameStrategyRef(String) - Method in class org.apache.camel.model.dataformat.SoapDataFormat
-
Refers to an element strategy to lookup from the registry.
- setEmptyValue(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The String representation of an empty value
- setEnableCORS(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableCORS(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableCORS(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableCORS(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Whether to enable CORS headers in the HTTP response.
- setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setEnableFeatures(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.
- setEnableJaxbAnnotationModule(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Whether to enable the JAXB annotations module when using jackson.
- setEncodeElements(Set<String>) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If provided, specifies the elements which should be encoded, to the exclusion of all others.
- setEncodeElementsAppliesToChildResourcesOnly(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If set to
true
(default is false), the values supplied toFhirDataformat.setEncodeElements(Set)
will not be applied to the root resource (typically a Bundle), but will be applied to any sub-resources contained within it (i.e. - setEncoding(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To overrule and use a specific encoding
- setEncoding(String) - Method in class org.apache.camel.model.dataformat.SoapDataFormat
-
To overrule and use a specific encoding
- setEncoding(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Sets the encoding to use
- setEndpoint(Endpoint) - Method in class org.apache.camel.model.FromDefinition
- setEndpoint(Endpoint) - Method in class org.apache.camel.model.SendDefinition
- setEndpointConsumerBuilder(EndpointConsumerBuilder) - Method in class org.apache.camel.model.FromDefinition
- setEndpointProducerBuilder(EndpointProducerBuilder) - Method in class org.apache.camel.model.SendDefinition
- setEndpointProducerBuilder(EndpointProducerBuilder) - Method in class org.apache.camel.model.ToDynamicDefinition
- setEndpointProperties(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Allows to configure as many additional properties for the rest endpoint in use.
- setEndToken(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
The end token to use as tokenizer if using start/end token pairs.
- setErrorHandler(ErrorHandlerDefinition) - Method in class org.apache.camel.model.RouteConfigurationDefinition
- setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.builder.BuilderSupport
-
Sets the error handler to use with processors created by this builder
- setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.builder.RouteBuilder
- setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteDefinition
-
Sets the error handler to use with processors created by this builder
- setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.model.RoutesDefinition
- setErrorHandlerFactory(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteTemplatesDefinition
- setErrorHandlerFactoryIfNull(ErrorHandlerFactory) - Method in class org.apache.camel.model.RouteDefinition
-
Sets the error handler if one is not already set
- setErrorHandlerRef(String) - Method in class org.apache.camel.model.RouteDefinition
-
Sets the bean ref name of the error handler builder to use on this route
- setErrorHandlerType(ErrorHandlerFactory) - Method in class org.apache.camel.model.ErrorHandlerDefinition
-
The specific error handler in use.
- setEscape(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the escape character to use
- setEscapeChar(String) - Method in class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
-
The escape character.
- setEscapeDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Use for disabling using escape character
- setExample(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
-
Sets the example
- setExamples(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter examples.
- setExamples(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
-
Examples of response messages
- setException(Exception) - Method in class org.apache.camel.model.ThrowExceptionDefinition
- setExceptionClass(Class<? extends Exception>) - Method in class org.apache.camel.model.ThrowExceptionDefinition
-
The class of the exception to create using the message.
- setExceptionClasses(List<Class<? extends Throwable>>) - Method in class org.apache.camel.model.CatchDefinition
- setExceptions(List<String>) - Method in class org.apache.camel.model.CatchDefinition
- setExceptions(List<String>) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
A list of class names for specific exceptions to monitor.
- setExceptions(List<String>) - Method in class org.apache.camel.model.OnExceptionDefinition
-
A set of exceptions to react upon.
- setExceptionType(String) - Method in class org.apache.camel.model.ThrowExceptionDefinition
-
The class of the exception to create using the message.
- setExceptionTypes(List<Class<?>>) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
A list of specific exceptions to monitor.
- setExchangeFormatterRef(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setExchangePattern(ExchangePattern) - Method in class org.apache.camel.model.ProcessorDefinition
- SetExchangePatternDefinition - Class in org.apache.camel.model
-
Sets the exchange pattern on the message exchange
- SetExchangePatternDefinition() - Constructor for class org.apache.camel.model.SetExchangePatternDefinition
- SetExchangePatternDefinition(String) - Constructor for class org.apache.camel.model.SetExchangePatternDefinition
- SetExchangePatternDefinition(ExchangePattern) - Constructor for class org.apache.camel.model.SetExchangePatternDefinition
- setExcludePattern(String) - Method in class org.apache.camel.model.RemoveHeadersDefinition
-
Name or patter of headers to not remove.
- setExcludePattern(String) - Method in class org.apache.camel.model.RemovePropertiesDefinition
-
Name or pattern of properties to not remove.
- setExcludePatterns(String[]) - Method in class org.apache.camel.model.RemoveHeadersDefinition
-
Name or pattern of headers to not remove.
- setExcludePatterns(String[]) - Method in class org.apache.camel.model.RemovePropertiesDefinition
-
Name or pattern of properties to not remove.
- setExcludes(List<String>) - Method in class org.apache.camel.model.ContextScanDefinition
-
Exclude finding route builder from these java package names.
- setExcludes(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
-
Exclude finding route builder from these java package names.
- setExecutorService(String) - Method in class org.apache.camel.model.AggregateDefinition
- setExecutorService(String) - Method in class org.apache.camel.model.DelayDefinition
- setExecutorService(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Refers to a custom Thread Pool to be used for parallel processing.
- setExecutorService(String) - Method in class org.apache.camel.model.OnCompletionDefinition
- setExecutorService(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setExecutorService(String) - Method in class org.apache.camel.model.SplitDefinition
- setExecutorService(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setExecutorService(String) - Method in class org.apache.camel.model.ThrottleDefinition
- setExecutorService(String) - Method in class org.apache.camel.model.WireTapDefinition
- setExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setExecutorService(ScheduledExecutorService) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setExecutorServiceBean(ScheduledExecutorService) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a thread pool to be used by the error handler
- setExecutorServiceRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setExecutorServiceRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference to a thread pool to be used by the error handler
- setExecutorServiceRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setExponentialBackOff(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- setExpression(String) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
The expression value in your chosen language syntax
- setExpression(Expression) - Method in class org.apache.camel.model.AggregateDefinition
- setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Set a custom
Expression
to use. - setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Set a custom
Expression
to use. - setExpression(Expression) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- setExpression(Expression) - Method in class org.apache.camel.model.ExpressionNode
- setExpression(Expression) - Method in class org.apache.camel.model.ResequenceDefinition
-
Expression to use for re-ordering the messages, such as a header with a sequence number
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.AggregateDefinition
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.DelayDefinition
-
Expression to define how long time to wait (in millis)
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.DynamicRouterDefinition
-
Expression to call that returns the endpoint(s) to route to in the dynamic routing.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.EnrichDefinition
-
Expression that computes the endpoint uri to use as the resource endpoint to enrich from
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionNode
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.FilterDefinition
-
Expression to determine if the message should be filtered or not.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Expression used to calculate the correlation key to use for duplicate check.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.LoopDefinition
-
Expression to define how many times we should loop.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.PollEnrichDefinition
-
Expression that computes the endpoint uri to use as the resource endpoint to enrich from
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.PropertyExpressionDefinition
-
Property values as an expression
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.RecipientListDefinition
-
Expression that returns which endpoints (url) to send the message to (the recipients).
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ResequenceDefinition
-
Expression to use for re-ordering the messages, such as a header with a sequence number
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
Expression to define the routing slip, which defines which endpoints to route the message in a pipeline style.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ScriptDefinition
-
Expression to return the transformed message body (the new message body to use)
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetBodyDefinition
-
Expression that returns the new body to use
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetHeaderDefinition
-
Expression to return the value of the header
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SetPropertyDefinition
-
Expression to return the value of the message exchange property
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SortDefinition
-
Optional expression to sort by something else than the message body
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.SplitDefinition
-
Expression of how to split the message body, such as as-is, using a tokenizer, or using a xpath.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ThrottleDefinition
-
Expression to configure the maximum number of messages to throttle per request
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.TransformDefinition
-
Expression to return the transformed message body (the new message body to use)
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.ValidateDefinition
-
Expression to use for validation as a predicate.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.validator.PredicateValidatorDefinition
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.WhenDefinition
-
Expression used as the predicate to evaluate whether this when should trigger and route the message or not.
- setExpression(ExpressionDefinition) - Method in class org.apache.camel.model.WhenSkipSendToEndpointDefinition
-
Expression used as the predicate to evaluate whether the message should be sent or not to the endpoint
- setExpressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures the Expression using the given configuration.
- setExpressionConfiguration(ServiceCallExpressionConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the Expression using the given configuration.
- setExpressionRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Set a reference to a custom
Expression
to use. - setExpressionRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Set a reference to a custom
Expression
to use. - setExpressionType(ExpressionFactory) - Method in class org.apache.camel.builder.ExpressionClauseSupport
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionNode
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.ExpressionSubElementDefinition
- setExpressionType(ExpressionDefinition) - Method in interface org.apache.camel.model.HasExpressionType
-
Sets the expression definition
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
Allows derived classes and DSLs to set a lazily created expressionType instance such as if using the
ExpressionClause
- setExpressionType(ExpressionDefinition) - Method in class org.apache.camel.model.ResequenceDefinition
-
Expression to use for re-ordering the messages, such as a header with a sequence number
- setExpressionValue(Expression) - Method in class org.apache.camel.builder.ExpressionClauseSupport
- setExpressionValue(Expression) - Method in class org.apache.camel.model.language.ExpressionDefinition
- setExtractors(List<String>) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
-
List of Any23 extractors to be used in the unmarshal operation.
- setFactoryRef(String) - Method in class org.apache.camel.model.language.XPathExpression
-
References to a custom XPathFactory to lookup in the registry
- setFailureRateThreshold(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the failure rate threshold in percentage.
- setFailureRatio(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Configures the failure rate threshold in percentage.
- setFallbackViaNetwork(String) - Method in class org.apache.camel.model.OnFallbackDefinition
-
Whether the fallback goes over the network.
- setFaultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
- setFaultToleranceConfiguration(FaultToleranceConfigurationDefinition) - Method in interface org.apache.camel.model.Model
-
Sets the default MicroProfile Fault Tolerance configuration
- setFaultToleranceConfigurations(List<FaultToleranceConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
-
Sets the MicroProfile Fault Tolerance configurations
- setFhirContext(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
- setFhirVersion(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
The version of FHIR to use.
- setFilter(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
- setFilterNonXmlChars(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To ignore non xml characheters and replace them with an empty space.
- setFinallyClause(FinallyDefinition) - Method in class org.apache.camel.model.TryDefinition
- setFixed(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Delimited or fixed.
- setFlattened(String) - Method in class org.apache.camel.model.dataformat.GrokDataFormat
-
Turns on flattened mode.
- setFlow(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
-
The flow used by the OAuth2 security scheme.
- setForceCompletionOnStop(String) - Method in class org.apache.camel.model.AggregateDefinition
- setForceResourceId(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
When encoding, force this resource ID to be encoded as the resource ID
- setFormat(String) - Method in class org.apache.camel.model.rest.BearerTokenDefinition
-
A hint to the client to identify how the bearer token is formatted.
- setFormatName(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
The name of the format to use, the default value is CSVFormat.DEFAULT
- setFormatRef(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
The reference format to use, it will be updated with the other format options, the default value is CSVFormat.DEFAULT
- setFragment(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To turn on marshalling XML fragment trees.
- setFromType(Class<?>) - Method in class org.apache.camel.model.transformer.TransformerDefinition
-
Set the 'from' data type using Java class.
- setFromType(String) - Method in class org.apache.camel.model.transformer.TransformerDefinition
-
Set the 'from' data type name.
- setGeneratedId(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- setGlobalOptions(List<GlobalOptionDefinition>) - Method in class org.apache.camel.model.GlobalOptionsDefinition
-
A series of global options as key value pairs
- setGroup(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
To group N parts together, for example to split big files into chunks of 1000 lines.
- setGroup(String) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
-
To group N parts together
- setGroup(String) - Method in class org.apache.camel.model.RouteDefinition
-
The group that this route belongs to; could be the name of the RouteBuilder class or be explicitly configured in the XML.
- setGroupDelimiter(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
Sets the delimiter to use when grouping.
- setHandled(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
- setHandledPolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
- setHashAlgorithm(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Signature hash algorithm; possible values are defined in org.bouncycastle.bcpg.HashAlgorithmTags; for example 2 (= SHA1), 8 (= SHA256), 9 (= SHA384), 10 (= SHA512), 11 (=SHA224).
- setHeader(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the header on the IN message
- setHeader(String, Supplier<Object>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the header on the IN message
- setHeader(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the header on the IN message
- setHeader(List<String>) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
To configure the CSV headers
- SetHeaderDefinition - Class in org.apache.camel.model
-
Sets the value of a message header
- SetHeaderDefinition() - Constructor for class org.apache.camel.model.SetHeaderDefinition
- SetHeaderDefinition(String, String) - Constructor for class org.apache.camel.model.SetHeaderDefinition
- SetHeaderDefinition(String, Expression) - Constructor for class org.apache.camel.model.SetHeaderDefinition
- SetHeaderDefinition(String, ExpressionDefinition) - Constructor for class org.apache.camel.model.SetHeaderDefinition
- setHeaderDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
- setHeaderExtractionEnabled(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the header must be read in the first line of the test document
- setHeaderName(String) - Method in class org.apache.camel.model.language.JqExpression
-
Name of header to use as input, instead of the message body
- setHeaderName(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Name of header to use as input, instead of the message body
- setHeaderName(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
Name of header to tokenize instead of using the message body.
- setHeaderName(String) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
-
Name of header to tokenize instead of using the message body.
- setHeaderName(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Name of header to use as input, instead of the message body
- setHeaderName(String) - Method in class org.apache.camel.model.language.XQueryExpression
-
Name of header to use as input, instead of the message body
- setHeaders(List<UniVocityHeader>) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The headers to use.
- setHeaders(List<ResponseHeaderDefinition>) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- setHeadersDisabled(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the headers are disabled.
- setHeadersInline(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Defines whether the MIME-Multipart headers are part of the message body (true) or are set as Camel headers (false).
- setHeight(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Height of the barcode
- setHost(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The hostname to use for exposing the REST service.
- setHostHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
The header that holds the service host information, default ServiceCallConstants.SERVICE_HOST
- setHostNameResolver(RestHostNameResolver) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
If no hostname has been explicit configured, then this resolver is used to compute the hostname the REST service will be using.
- setId(String) - Method in class org.apache.camel.model.ChoiceDefinition
- setId(String) - Method in class org.apache.camel.model.IdentifiedType
-
Sets the value of the id property.
- setId(String) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
Sets the id of this node
- setId(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
-
Sets the id of this node
- setIdempotentRepository(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- setIdempotentRepository(IdempotentRepository) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- setIgnoreEmptyLines(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to ignore empty lines.
- setIgnoreExtraColumns(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Allows for lines to be longer than expected and ignores the extra characters.
- setIgnoreFirstRecord(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
Whether the first line is ignored for delimited files (for the column headers).
- setIgnoreHeaderCase(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets whether or not to ignore case when accessing header names.
- setIgnoreInvalidCorrelationKeys(String) - Method in class org.apache.camel.model.AggregateDefinition
- setIgnoreInvalidEndpoint(String) - Method in class org.apache.camel.model.EnrichDefinition
- setIgnoreInvalidEndpoint(String) - Method in class org.apache.camel.model.PollEnrichDefinition
- setIgnoreInvalidEndpoint(String) - Method in class org.apache.camel.model.ToDynamicDefinition
- setIgnoreInvalidEndpoints(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
- setIgnoreInvalidEndpoints(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setIgnoreInvalidEndpoints(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
- setIgnoreInvalidExchanges(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Whether to ignore invalid exchanges
- setIgnoreInvalidExchanges(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
Whether to ignore invalid exchanges
- setIgnoreJAXBElement(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Whether to ignore JAXBElement elements - only needed to be set to false in very special use-cases.
- setIgnoreLeadingWhitespaces(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the leading white spaces must be ignored.
- setIgnoreSurroundingSpaces(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to ignore surrounding spaces
- setIgnoreTrailingWhitespaces(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the trailing white spaces must ignored.
- setImageType(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Image type of the barcode such as png
- setImplicitCollections(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Adds a default implicit collection which is used for any unmapped XML tag.
- setImplicitCollections(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- setInclude(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
If you want to marshal a pojo to JSON, and the pojo has some fields with null values.
- setInclude(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
If you want to marshal a pojo to JSON, and the pojo has some fields with null values.
- setInclude(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
If you want to marshal a pojo to JSON, and the pojo has some fields with null values.
- setInclude(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
If you want to marshal a pojo to JSON, and the pojo has some fields with null values.
- setIncludeHeaders(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
A regex that defines which Camel headers are also included as MIME headers into the MIME multipart.
- setIncludeNonSingletons(String) - Method in class org.apache.camel.model.ContextScanDefinition
-
Whether to include non-singleton beans (prototypes)
- setIncludes(List<String>) - Method in class org.apache.camel.model.ContextScanDefinition
-
Include finding route builder from these java package names.
- setIncludes(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
-
Include finding route builder from these java package names.
- setIncludeTokens(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
Whether to include the tokens in the parts when using pairs
- setInCookie(String) - Method in class org.apache.camel.model.rest.ApiKeyDefinition
-
To use a cookie as the location of the API key.
- setInHeader(String) - Method in class org.apache.camel.model.rest.ApiKeyDefinition
-
To use header as the location of the API key.
- setInheritErrorHandler(Boolean) - Method in class org.apache.camel.model.ProcessorDefinition
- setInheritNamespaceTagName(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
To inherit namespaces from a root/parent tag name when using XML You can use simple language as the tag name to support dynamic names.
- setInitVectorRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Refers to a byte array containing the Initialization Vector that will be used to initialize the Cipher.
- setInline(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Flag indicating that the configured IV should be inlined into the encrypted data stream.
- setInput(FromDefinition) - Method in class org.apache.camel.model.RouteDefinition
-
Input to the route.
- setInputType(InputTypeDefinition) - Method in class org.apache.camel.model.RouteDefinition
- setInQuery(String) - Method in class org.apache.camel.model.rest.ApiKeyDefinition
-
To use query parameter as the location of the API key.
- setInstance(Object) - Method in class org.apache.camel.model.language.MethodCallExpression
- setInstanceClass(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Name of class to use when unmarshalling
- setInstanceClass(String) - Method in class org.apache.camel.model.dataformat.ThriftDataFormat
-
Name of class to use when unmarshalling
- setInstanceClassName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Class name to use for marshal and unmarshalling
- setIntegrity(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Adds an integrity check/sign into the encryption file.
- setInterceptFroms(List<InterceptFromDefinition>) - Method in class org.apache.camel.model.RouteConfigurationDefinition
- setInterceptFroms(List<InterceptFromDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
- setIntercepts(List<InterceptDefinition>) - Method in class org.apache.camel.model.RouteConfigurationDefinition
- setIntercepts(List<InterceptDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
- setInterceptSendTos(List<InterceptSendToEndpointDefinition>) - Method in class org.apache.camel.model.RouteConfigurationDefinition
- setInterceptSendTos(List<InterceptSendToEndpointDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
- setIntermittent(String) - Method in class org.apache.camel.model.ResumableDefinition
- setJavaClass(Class<?>) - Method in class org.apache.camel.model.InputTypeDefinition
-
Set input type via Java Class.
- setJavaClass(Class<?>) - Method in class org.apache.camel.model.OutputTypeDefinition
-
Set output type via Java Class.
- setJaxbProviderProperties(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Refers to a custom java.util.Map to lookup in the registry containing custom JAXB provider properties to be used with the JAXB marshaller.
- setJsonDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Name of specific json data format to use.
- setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setJsonView(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setJsonViewTypeName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setJsonViewTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setJsonViewTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setJsonViewTypeName(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
When marshalling a POJO to JSON you might want to exclude certain fields from the JSON output.
- setKeepAliveTime(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the keep alive time for idle threads in the pool
- setKeepAliveTime(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setKey(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
- setKey(String) - Method in class org.apache.camel.model.GlobalOptionDefinition
-
Global option key
- setKey(String) - Method in class org.apache.camel.model.PropertyDefinition
-
Property key
- setKey(String) - Method in class org.apache.camel.model.PropertyExpressionDefinition
-
Property key
- setKey(String) - Method in class org.apache.camel.model.rest.RestPropertyDefinition
-
Property key
- setKey(String) - Method in class org.apache.camel.model.rest.RestSecurityDefinition
-
Key used to refer to this security definition
- setKey(String) - Method in class org.apache.camel.model.rest.SecurityDefinition
-
Key used to refer to this security definition
- setKeyCipherAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The cipher algorithm to be used for encryption/decryption of the asymmetric key.
- setKeyFileName(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Filename of the keyring; must be accessible as a classpath resource (but you can specify a location in the file system by using the "file:" prefix).
- setKeyOrTrustStoreParameters(KeyStoreParameters) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
Configuration options for creating and loading a KeyStore instance that represents the sender's trustStore or recipient's keyStore.
- setKeyOrTrustStoreParametersRef(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
Refers to a KeyStore instance to lookup in the registry, which is used for configuration options for creating and loading a KeyStore instance that represents the sender's trustStore or recipient's keyStore.
- setKeyPassword(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The password to be used for retrieving the private key from the KeyStore.
- setKeyRef(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Refers to the secret key to lookup from the register to use.
- setKeyUserid(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
The user ID of the key in the PGP keyring used during encryption.
- setLang(String) - Method in class org.apache.camel.model.DescriptionDefinition
-
Deprecated.
- setLanguage(String) - Method in class org.apache.camel.model.language.LanguageExpression
-
The name of the language to use
- setLazyLoad(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether the unmarshalling should produce an iterator that reads the lines on the fly or if all the lines must be read at one.
- setLazyLoad(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether the unmarshalling should produce an iterator that reads the lines on the fly or if all the lines must be read at one.
- setLength(String) - Method in class org.apache.camel.model.dataformat.UniVocityHeader
-
Header length
- setLevel(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Logging level to use when using the logging error handler type.
- setLibrary(AvroLibrary) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Which Avro library to use.
- setLibrary(JsonLibrary) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Which json library to use.
- setLibrary(ProtobufLibrary) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Which Protobuf library to use.
- setLibrary(YAMLLibrary) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Which yaml library to use.
- setLineLength(String) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
-
To specific a maximum line length for the encoded data.
- setLineNumber(int) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- setLineSeparator(String) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
-
The line separators to use.
- setLineSeparator(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The line separator of the files
- setLoadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceLoadBalancer
to use. - setLoadBalancer(ServiceLoadBalancer) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceLoadBalancer
to use. - setLoadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures theL oadBalancer using the given configuration.
- setLoadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the LoadBalancer using the given configuration.
- setLoadBalancerRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceLoadBalancer
to use. - setLoadBalancerRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceLoadBalancer
to use. - setLoadBalancerType(LoadBalancerDefinition) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
The load balancer to be used
- setLocale(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
To configure a default locale to use, such as us for united states.
- setLocation(String) - Method in class org.apache.camel.model.OptionalIdentifiedDefinition
- setLogContinued(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogExhausted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogExhaustedMessageBody(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogExhaustedMessageHistory(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogger(String) - Method in class org.apache.camel.model.LogDefinition
-
To refer to a custom logger instance to lookup from the registry.
- setLogger(CamelLogger) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setLogger(CamelLogger) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setLogger(CamelLogger) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setLogger(Logger) - Method in class org.apache.camel.model.LogDefinition
-
To use a custom logger instance
- setLoggerBean(CamelLogger) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- setLoggerRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
References to a logger to use as logger for the error handler
- setLoggingLevel(String) - Method in class org.apache.camel.model.LogDefinition
-
Sets the logging level.
- setLoggingLevel(String) - Method in class org.apache.camel.model.ResumableDefinition
- setLogHandled(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogMask(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether security mask for Logging is enabled on this route.
- setLogName(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Name of the logger to use for the logging error handler
- setLogName(String) - Method in class org.apache.camel.model.LogDefinition
-
Sets the name of the logger
- setLogNamespaces(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Whether to log namespaces which can assist during troubleshooting
- setLogNewException(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogRetryAttempted(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogRetryStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLogRouteAsXml(boolean) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Sets whether to log the adviced routes before/after as XML.
- setLogStackTrace(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setLookup(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
How to perform service lookup.
- setMacAlgorithm(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
The JCE algorithm name indicating the Message Authentication algorithm.
- setMainFormatType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonApiDataFormat
-
The classes to take into account while unmarshalling
- setMandatory(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
-
When mandatory then the conversion must return a value (cannot be null), if this is not possible then NoTypeConversionAvailableException is thrown.
- setMarker(String) - Method in class org.apache.camel.model.LogDefinition
-
To use slf4j marker
- setMarkRollbackOnly(String) - Method in class org.apache.camel.model.RollbackDefinition
-
Mark the transaction for rollback only (cannot be overruled to commit)
- setMarkRollbackOnlyLast(String) - Method in class org.apache.camel.model.RollbackDefinition
-
Mark only last sub transaction for rollback only.
- setMarshallerFactoryRef(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the implementation of the CsvMarshallerFactory interface which is able to customize marshalling/unmarshalling behavior by extending CsvMarshaller or creating it from scratch.
- setMasterUrl(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the URL to the master when using client lookup
- setMaxAliasesForCollections(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Set the maximum amount of aliases allowed for collections.
- setMaxDecompressedSize(String) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
-
Set the maximum decompressed size of a tar file (in bytes).
- setMaxDecompressedSize(String) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
-
Set the maximum decompressed size of a zip file (in bytes).
- setMaximumFailoverAttempts(String) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
A value to indicate after X failover attempts we should exhaust (give up).
- setMaximumRedeliveries(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setMaximumRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setMaximumRetries(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- setMaximumRetryDelay(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- setMaxPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the maximum pool size
- setMaxPoolSize(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setMaxQueueSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the maximum number of tasks in the work queue.
- setMaxQueueSize(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setMessage(String) - Method in class org.apache.camel.model.LogDefinition
-
Sets the log message (uses simple language)
- setMessage(String) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- setMessage(String) - Method in class org.apache.camel.model.RollbackDefinition
-
Message to use in rollback exception
- setMessage(String) - Method in class org.apache.camel.model.ThrowExceptionDefinition
-
To create a new exception instance and use the given message as caused message (supports simple language)
- setMessageFrequency(long) - Method in class org.apache.camel.model.SamplingDefinition
- setMessageFrequency(String) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample message count which only a single Exchange will pass through after this many received.
- setMessageHistory(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether message history is enabled on this route.
- setMethod(String) - Method in class org.apache.camel.model.BeanDefinition
-
Sets the method name on the bean to use
- setMethod(String) - Method in class org.apache.camel.model.language.MethodCallExpression
-
Name of method to call
- setMgfAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The MGF Algorithm to use with the RSA OAEP algorithm.
- setMinimumNumberOfCalls(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the minimum number of calls which are required (per sliding window period) before the CircuitBreaker can calculate the error rate.
- setMode(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Mode for dealing with duplicate references The possible values are: NO_REFERENCES ID_REFERENCES XPATH_RELATIVE_REFERENCES XPATH_ABSOLUTE_REFERENCES SINGLE_NODE_XPATH_RELATIVE_REFERENCES SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES
- setMode(String) - Method in class org.apache.camel.model.language.XMLTokenizerExpression
-
The extraction mode.
- setMode(String) - Method in class org.apache.camel.model.OnCompletionDefinition
-
Sets the on completion mode.
- setModelReifierFactory(ModelReifierFactory) - Method in interface org.apache.camel.model.Model
-
Sets a custom
ModelReifierFactory
- setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names.
- setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names.
- setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names.
- setModuleClassNames(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
To use custom Jackson modules com.fasterxml.jackson.databind.Module specified as a String with FQN class names.
- setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
To use custom Jackson modules referred from the Camel registry.
- setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To use custom Jackson modules referred from the Camel registry.
- setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To use custom Jackson modules referred from the Camel registry.
- setModuleRefs(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
To use custom Jackson modules referred from the Camel registry.
- setMultipartSubType(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Specify the subtype of the MIME Multipart.
- setMultipartWithoutAttachment(String) - Method in class org.apache.camel.model.dataformat.MimeMultipartDataFormat
-
Defines whether a message without attachment is also marshaled into a MIME Multipart (with only one body part).
- setMustBeJAXBElement(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Whether marhsalling must be java objects with JAXB annotations.
- setName(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Bean name
- setName(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the name of the service to use
- setName(String) - Method in class org.apache.camel.model.dataformat.UniVocityHeader
-
Header name
- setName(String) - Method in class org.apache.camel.model.KameletDefinition
-
Name of the Kamelet (templateId/routeId) to call.
- setName(String) - Method in class org.apache.camel.model.RemoveHeaderDefinition
-
Name of header to remove
- setName(String) - Method in class org.apache.camel.model.RemovePropertyDefinition
-
Name of property to remove.
- setName(String) - Method in class org.apache.camel.model.rest.ApiKeyDefinition
-
The name of the header or query parameter to be used.
- setName(String) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter name.
- setName(String) - Method in class org.apache.camel.model.rest.ResponseHeaderDefinition
- setName(String) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
-
The name of the parameter
- setName(String) - Method in class org.apache.camel.model.SetHeaderDefinition
-
Name of message header to set a new value
- setName(String) - Method in class org.apache.camel.model.SetPropertyDefinition
-
Name of exchange property to set a new value.
- setName(String) - Method in class org.apache.camel.model.TemplatedRouteParameterDefinition
-
The name of the parameter
- setNamedOnly(String) - Method in class org.apache.camel.model.dataformat.GrokDataFormat
-
Whether to capture named expressions only or not (i.e.
- setNamespace(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the namespace to use.
- setNamespace(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
As ZooKeeper is a shared space, users of a given cluster should stay within a pre-defined namespace.
- setNamespace(List<PropertyDefinition>) - Method in class org.apache.camel.model.language.NamespaceAwareExpression
-
Injects the XML Namespaces of prefix -> uri mappings
- setNamespacePrefixRef(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
When marshalling using JAXB or SOAP then the JAXB implementation will automatic assign namespace prefixes, such as ns2, ns3, ns4 etc.
- setNamespacePrefixRef(String) - Method in class org.apache.camel.model.dataformat.SoapDataFormat
-
When marshalling using JAXB or SOAP then the JAXB implementation will automatic assign namespace prefixes, such as ns2, ns3, ns4 etc.
- setNamespaces(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- setNamespaces(Map<String, String>) - Method in class org.apache.camel.model.language.NamespaceAwareExpression
-
Injects the XML Namespaces of prefix -> uri mappings
- setNamingStrategy(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
If set then Jackson will use the the defined Property Naming Strategy.
- setNodes(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
A comma separate list of servers to connect to in the form host:port
- setNoNamespaceSchemaLocation(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To define the location of the namespaceless schema
- setNormalizedLineSeparator(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The normalized line separator of the files
- setNullString(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the null string
- setNullStringDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Used to disable null strings
- setNullValue(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The string representation of a null value.
- setNumberOfRecordsToRead(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
The maximum number of record to read.
- setOauthToken(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the OAUTH token for authentication (instead of username/password) when using client lookup
- setObjectFactory(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Whether to allow using ObjectFactory classes to create the POJO classes during marshalling.
- setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Lookup and use the existing ObjectMapper with the given id when using Jackson.
- setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Lookup and use the existing CBOR ObjectMapper with the given id when using Jackson.
- setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Lookup and use the existing ObjectMapper with the given id when using Jackson.
- setObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Lookup and use the existing ObjectMapper with the given id when using Jackson.
- setObjectModel(String) - Method in class org.apache.camel.model.language.XPathExpression
-
The XPath object model to use
- setOmitFields(List<PropertyDefinition>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Prevents a field from being serialized.
- setOmitFields(Map<String, String>) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
- setOmitResourceId(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If set to
true
(default isfalse
) the ID of any resources being encoded will not be included in the output. - setOmitXmlDeclaration(String) - Method in class org.apache.camel.model.dataformat.TidyMarkupDataFormat
-
When returning a String, do we omit the XML declaration in the top.
- setOnCompleteOnly(String) - Method in class org.apache.camel.model.OnCompletionDefinition
- setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.model.RouteConfigurationDefinition
- setOnCompletions(List<OnCompletionDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
- setOnExceptionOccurred(Processor) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setOnExceptionOccurred(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setOnExceptionOccurred(Processor) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setOnExceptionOccurred(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
- setOnExceptionOccurredProcessor(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a processor that should be processed just after an exception occurred.
- setOnExceptionOccurredRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setOnExceptionOccurredRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setOnExceptionOccurredRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference to a processor that should be processed just after an exception occurred.
- setOnExceptionOccurredRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setOnExceptionOccurredRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
- setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.model.RouteConfigurationDefinition
- setOnExceptions(List<OnExceptionDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
- setOnFailureOnly(String) - Method in class org.apache.camel.model.OnCompletionDefinition
- setOnFallback(OnFallbackDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
- setOnPrepare(String) - Method in class org.apache.camel.model.MulticastDefinition
- setOnPrepare(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setOnPrepare(String) - Method in class org.apache.camel.model.SplitDefinition
- setOnPrepare(String) - Method in class org.apache.camel.model.WireTapDefinition
- setOnPrepareFailure(Processor) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setOnPrepareFailure(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setOnPrepareFailure(Processor) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setOnPrepareFailureProcessor(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a processor to prepare the
Exchange
before handled by the failure processor / dead letter channel. - setOnPrepareFailureRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setOnPrepareFailureRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setOnPrepareFailureRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference to a processor to prepare the
Exchange
before handled by the failure processor / dead letter channel. - setOnPrepareFailureRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setOnPrepareProcessor(Processor) - Method in class org.apache.camel.model.RecipientListDefinition
- setOnRedelivery(Processor) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setOnRedelivery(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setOnRedelivery(Processor) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setOnRedelivery(Processor) - Method in class org.apache.camel.model.OnExceptionDefinition
- setOnRedeliveryProcessor(Processor) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a processor that should be processed before a redelivery attempt.
- setOnRedeliveryRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setOnRedeliveryRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setOnRedeliveryRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference to a processor that should be processed before a redelivery attempt.
- setOnRedeliveryRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setOnRedeliveryRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
- setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.CatchDefinition
- setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.OnCompletionDefinition
- setOnWhen(WhenDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
- setOperation(String) - Method in class org.apache.camel.model.ClaimCheckDefinition
- setOptimisticLocking(String) - Method in class org.apache.camel.model.AggregateDefinition
- setOptimisticLockRetryPolicy(OptimisticLockRetryPolicy) - Method in class org.apache.camel.model.AggregateDefinition
- setOptimisticLockRetryPolicyDefinition(OptimisticLockRetryPolicyDefinition) - Method in class org.apache.camel.model.AggregateDefinition
- setOption(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
To configure additional options on JSONPath.
- setOptions(List<PropertyExpressionDefinition>) - Method in class org.apache.camel.model.SagaDefinition
-
Allows to save properties of the current exchange in order to re-use them in a compensation/completion callback route.
- setOriginalRoute(RouteDefinition) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Sets the original route to be adviced.
- setOtherwise(OtherwiseDefinition) - Method in class org.apache.camel.model.ChoiceDefinition
- setOutputFormat(String) - Method in class org.apache.camel.model.dataformat.Any23DataFormat
-
What RDF syntax to unmarshal as, can be: NTRIPLES, TURTLE, NQUADS, RDFXML, JSONLD, RDFJSON, RDF4JMODEL.
- setOutputMediaType(String) - Method in class org.apache.camel.model.language.DatasonnetExpression
-
The String representation of the MediaType to output
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.AggregateDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.CatchDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.CircuitBreakerDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.FinallyDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.InterceptDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.KameletDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.LoadBalanceDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.MulticastDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OnCompletionDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OnExceptionDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OnFallbackDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OtherwiseDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OutputDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.OutputExpressionNode
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.PipelineDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.PolicyDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.ResequenceDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.RouteDefinition
-
Outputs are processors that determines how messages are processed by this route.
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.SagaDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.StepDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.TransactedDefinition
- setOutputs(List<ProcessorDefinition<?>>) - Method in class org.apache.camel.model.TryDefinition
- setOutputType(OutputTypeDefinition) - Method in class org.apache.camel.model.RouteDefinition
- setOutType(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the class name to use for binding from POJO to output for the outgoing data
- setOutType(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the class name to use for binding from POJO to output for the outgoing data This option will override what may be configured on a parent level
- setOutTypeClass(Class<?>) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the class name to use for binding from POJO to output for the outgoing data
- setOutTypeClass(Class<?>) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the class to use for binding from POJO to output for the outgoing data This option will override what may be configured on a parent level.
- setOverrideResourceIdWithBundleEntryFullUrl(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If set to
true
(which is the default), the Bundle.entry.fullUrl will override the Bundle.entry.resource's resource id if the fullUrl is defined. - setPackages(List<String>) - Method in class org.apache.camel.model.PackageScanDefinition
-
Sets the java package names to use for scanning for route builder classes
- setPadding(String) - Method in class org.apache.camel.model.dataformat.UniVocityFixedDataFormat
-
The padding character.
- setParallelAggregate(String) - Method in class org.apache.camel.model.MulticastDefinition
- setParallelAggregate(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setParallelAggregate(String) - Method in class org.apache.camel.model.SplitDefinition
- setParallelProcessing(String) - Method in class org.apache.camel.model.AggregateDefinition
- setParallelProcessing(String) - Method in class org.apache.camel.model.MulticastDefinition
- setParallelProcessing(String) - Method in class org.apache.camel.model.OnCompletionDefinition
- setParallelProcessing(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setParallelProcessing(String) - Method in class org.apache.camel.model.SplitDefinition
- setParameter(String, Object) - Method in class org.apache.camel.model.DefaultRouteTemplateContext
- setParameters(List<TemplatedRouteParameterDefinition>) - Method in class org.apache.camel.model.TemplatedRouteDefinition
- setParams(List<ParamDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
-
To specify the REST operation parameters.
- setParent(ProcessorDefinition<?>) - Method in class org.apache.camel.model.OnCompletionDefinition
- setParent(ProcessorDefinition<?>) - Method in class org.apache.camel.model.OnExceptionDefinition
- setParent(ProcessorDefinition<?>) - Method in class org.apache.camel.model.ProcessorDefinition
- setParser(Object) - Method in class org.apache.camel.model.dataformat.HL7DataFormat
-
To use a custom HL7 parser
- setParserErrorHandler(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
Registers an error handler which will be invoked when any parse errors are found
- setParserFactoryRef(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
References to a custom parser factory to lookup in the registry
- setParserOptions(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
Sets the parser options object which will be used to supply default options to newly created parsers.
- setPartClass(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Name of class used for fragment parsing.
- setPartNamespace(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
XML namespace to use for fragment parsing.
- setPassPhrase(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
A String used as passPhrase to encrypt/decrypt content.
- setPassPhraseByte(byte[]) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
A byte[] used as passPhrase to encrypt/decrypt content.
- setPassword(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Sets the password to be used for basic authentication
- setPassword(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the password for authentication when using client lookup
- setPassword(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Password used when opening the private key (not used for encryption).
- setPath(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Path of the rest service, such as "/foo"
- setPath(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
The path mapping URIs of this REST operation such as /{id}.
- setPattern(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- setPattern(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - setPattern(String) - Method in class org.apache.camel.model.dataformat.GrokDataFormat
-
The grok pattern to match lines of input
- setPattern(String) - Method in class org.apache.camel.model.RemoveHeadersDefinition
-
Name or pattern of headers to remove.
- setPattern(String) - Method in class org.apache.camel.model.RemovePropertiesDefinition
-
Name or pattern of properties to remove.
- setPattern(String) - Method in class org.apache.camel.model.SetExchangePatternDefinition
-
Sets the new exchange pattern of the Exchange to be used from this point forward
- setPattern(String) - Method in class org.apache.camel.model.ToDefinition
-
Sets the optional
ExchangePattern
used to invoke this endpoint - setPattern(String) - Method in class org.apache.camel.model.ToDynamicDefinition
- setPermissions(Class<?>...) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To add permission for the given pojo classes.
- setPermissions(Class<?>...) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
To add permission for the given pojo classes.
- setPermissions(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Adds permissions that controls which Java packages and classes XStream is allowed to use during unmarshal from xml/json to Java beans.
- setPermissions(String) - Method in class org.apache.camel.model.dataformat.XStreamDataFormat
-
Adds permissions that controls which Java packages and classes XStream is allowed to use during unmarshal from xml/json to Java beans.
- setPermittedNumberOfCallsInHalfOpenState(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the number of permitted calls when the CircuitBreaker is half open.
- setPoolSize(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the core pool size
- setPoolSize(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setPort(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The port number to use for exposing the REST service.
- setPortHeader(String) - Method in class org.apache.camel.model.cloud.ServiceCallExpressionConfiguration
-
The header that holds the service port information, default ServiceCallConstants.SERVICE_PORT
- setPortName(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Port Name to use for DNS/DNSSRV lookup.
- setPortProtocol(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the Port Protocol to use for DNS/DNSSRV lookup.
- setPreCompile(String) - Method in class org.apache.camel.model.language.JoorExpression
-
Whether the expression should be pre compiled once during initialization phase.
- setPreCompile(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Whether to enable pre-compiling the xpath expression during initialization phase.
- setPrecondition(String) - Method in class org.apache.camel.model.ChoiceDefinition
-
Indicates whether this Choice EIP is in precondition mode or not.
- setPrecondition(String) - Method in interface org.apache.camel.model.PreconditionContainer
-
The predicate of the precondition in simple language to evaluate in order to determine if it should be included or not.
- setPrecondition(String) - Method in class org.apache.camel.model.RouteConfigurationDefinition
-
The predicate of the precondition in simple language to evaluate in order to determine if this route configuration should be included or not.
- setPrecondition(String) - Method in class org.apache.camel.model.RouteDefinition
-
The predicate of the precondition in simple language to evaluate in order to determine if this route should be included or not.
- setPredicateExceptionFactory(String) - Method in class org.apache.camel.model.ValidateDefinition
-
The bean id of custom PredicateExceptionFactory to use for creating the exception when the validation fails.
- setPredicateType(PredicateFactory) - Method in class org.apache.camel.builder.ExpressionClauseSupport
- setPreferTypes(Object) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If set, when parsing resources the parser will try to use the given types when possible, in the order that they are provided (from highest to lowest priority).
- setPreservePathElements(String) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
-
If the file name contains path elements, setting this option to true, allows the path to be maintained in the tar file.
- setPreservePathElements(String) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
-
If the file name contains path elements, setting this option to true, allows the path to be maintained in the zip file.
- setPrettyFlow(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Force the emitter to produce a pretty YAML document when using the flow style.
- setPrettyPrint(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
To enable pretty printing output nicely formatted.
- setPrettyPrint(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
Sets the "pretty print" flag, meaning that the parser will encode resources with human-readable spacing and newlines between elements instead of condensing output as much as possible.
- setPrettyPrint(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To enable pretty printing output nicely formatted.
- setPrettyPrint(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To enable pretty printing output nicely formatted.
- setPrettyPrint(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To enable pretty printing output nicely formatted.
- setProducerApiDoc(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets the location of the api document the REST producer will use to validate the REST uri and query parameters are valid accordingly to the api document.
- setProducerComponent(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Sets the name of the Camel component to use as the REST producer
- setProduces(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
To define the content type what the REST service produces (uses for output), such as application/xml or application/json
- setProduces(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
To define the content type what the REST service produces (uses for output), such as application/xml or application/json This option will override what may be configured on a parent level
- setProduces(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
To define the content type what the REST service produces (uses for output), such as application/xml or application/json This option will override what may be configured on a parent level
- setPropagation(String) - Method in class org.apache.camel.model.SagaDefinition
-
Set the Saga propagation mode (REQUIRED, REQUIRES_NEW, MANDATORY, SUPPORTS, NOT_SUPPORTED, NEVER).
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Optional properties to set on the created local bean
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.cloud.ServiceCallConfiguration
-
Set client properties to use.
- setProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.PropertyDefinitions
- setProperty(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the exchange property
- setProperty(String, Supplier<Object>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the exchange property
- setProperty(String, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Adds a processor which sets the exchange property
- SetPropertyDefinition - Class in org.apache.camel.model
-
Sets a named property on the message exchange
- SetPropertyDefinition() - Constructor for class org.apache.camel.model.SetPropertyDefinition
- SetPropertyDefinition(String, String) - Constructor for class org.apache.camel.model.SetPropertyDefinition
- SetPropertyDefinition(String, Expression) - Constructor for class org.apache.camel.model.SetPropertyDefinition
- SetPropertyDefinition(String, ExpressionDefinition) - Constructor for class org.apache.camel.model.SetPropertyDefinition
- setPropertyName(String) - Method in class org.apache.camel.model.language.JqExpression
-
Name of property to use as input, instead of the message body.
- setProto(String) - Method in class org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration
-
The transport protocol of the desired service.
- setProvider(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Java Cryptography Extension (JCE) provider, default is Bouncy Castle ("BC").
- setQuote(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the quote which by default is "
- setQuote(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
-
The quote symbol.
- setQuoteAllFields(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
-
Whether or not all values must be quoted when writing them.
- setQuoteDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Used to disable quotes
- setQuoteEscape(String) - Method in class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
-
The quote escape symbol
- setQuoteMode(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the quote mode
- setRandomBackOff(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- setReadTimeoutMillis(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Read timeout for OkHttpClient
- setRecipientKeyAlias(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The key alias to be used when retrieving the recipient's public or private key from a KeyStore when performing asymmetric key encryption or decryption.
- setReconnectBaseSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
Initial amount of time to wait between retries.
- setReconnectMaxRetries(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
Max number of times to retry
- setReconnectMaxSleepTime(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
Max time in ms to sleep on each retry
- setRecordConverterRef(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Refers to a custom CsvRecordConverter to lookup from the registry to use.
- setRecordEndsOnNewline(String) - Method in class org.apache.camel.model.dataformat.UniVocityFixedDataFormat
-
Whether or not the record ends on new line.
- setRecordSeparator(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets the record separator (aka new line) which by default is new line characters (CRLF)
- setRecordSeparatorDisabled(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Used for disabling record separator
- setRedeliveryDelay(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setRedeliveryPolicy(RedeliveryPolicyDefinition) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets the redelivery settings
- setRedeliveryPolicy(RedeliveryPolicy) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Sets the redelivery policy
- setRedeliveryPolicy(RedeliveryPolicy) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setRedeliveryPolicy(RedeliveryPolicy) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setRedeliveryPolicyRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a reference to a
RedeliveryPolicy
to be used for redelivery settings. - setRedeliveryPolicyRef(String) - Method in class org.apache.camel.model.OnExceptionDefinition
- setRedeliveryPolicyType(RedeliveryPolicyDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
-
Used for configuring redelivery options
- setRef(String) - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- setRef(String) - Method in class org.apache.camel.model.BeanDefinition
-
Sets a reference to an exiting bean to use, which is looked up from the registry
- setRef(String) - Method in class org.apache.camel.model.dataformat.CustomDataFormat
-
Reference to the custom
DataFormat
to lookup from the Camel registry. - setRef(String) - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
-
Deprecated.
- setRef(String) - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
-
References to an existing or custom error handler.
- setRef(String) - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
-
Deprecated.
- setRef(String) - Method in class org.apache.camel.model.language.MethodCallExpression
-
Reference to an existing bean (bean id) to lookup in the registry
- setRef(String) - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
-
Refers to the custom load balancer to lookup from the registry
- setRef(String) - Method in class org.apache.camel.model.PolicyDefinition
- setRef(String) - Method in class org.apache.camel.model.ProcessDefinition
-
Reference to the Processor to lookup in the registry to use.
- setRef(String) - Method in class org.apache.camel.model.RestContextRefDefinition
-
Reference to the rest-dsl
- setRef(String) - Method in class org.apache.camel.model.RouteBuilderDefinition
-
Reference to the route builder instance
- setRef(String) - Method in class org.apache.camel.model.RouteConfigurationContextRefDefinition
-
Reference to the route templates in the xml dsl
- setRef(String) - Method in class org.apache.camel.model.RouteContextRefDefinition
-
Reference to the routes in the xml dsl
- setRef(String) - Method in class org.apache.camel.model.RouteTemplateContextRefDefinition
-
Reference to the route templates in the xml dsl
- setRef(String) - Method in class org.apache.camel.model.ThrowExceptionDefinition
-
Reference to the exception instance to lookup from the registry to throw
- setRef(String) - Method in class org.apache.camel.model.TransactedDefinition
- setRef(String) - Method in class org.apache.camel.model.transformer.CustomTransformerDefinition
-
Set a bean reference of the
Transformer
- setRef(String) - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
-
Set the reference of the Endpoint.
- setRef(String) - Method in class org.apache.camel.model.validator.CustomValidatorDefinition
-
Set a bean reference of the
Validator
- setRef(String) - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
-
Set the reference of the Endpoint.
- setRefreshUrl(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
-
The URL to be used for obtaining refresh tokens.
- setRegex(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
If the token is a regular expression pattern.
- setRejectedPolicy(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the handler for tasks which cannot be executed by the thread pool.
- setRejectedPolicy(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setRejectExecution(String) - Method in class org.apache.camel.model.ThrottleDefinition
- setRejectOld(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
If true, throws an exception when messages older than the last delivered message are processed
- setRemoveOnFailure(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- setRepresenter(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Representer to emit outgoing objects.
- setRequestVolumeThreshold(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Controls the size of the rolling window used when the circuit breaker is closed
- setRequired(Boolean) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter required flag.
- setRequired(Boolean) - Method in class org.apache.camel.model.RouteTemplateParameterDefinition
-
Whether the parameter is required or not.
- setRequiredBody(Boolean) - Method in class org.apache.camel.model.rest.RestBindingDefinition
- setResequencerConfig(ResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
-
To configure the resequencer in using either batch or stream configuration.
- setResilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in class org.apache.camel.model.CircuitBreakerDefinition
- setResilience4jConfiguration(Resilience4jConfigurationDefinition) - Method in interface org.apache.camel.model.Model
-
Sets the default Resilience4j configuration
- setResilience4jConfigurations(List<Resilience4jConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
-
Sets the Resilience4j configurations
- setResolver(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Resolver to detect implicit type
- setResource(Resource) - Method in class org.apache.camel.builder.RouteBuilder
-
Sets the
Resource
which is the source code for this route (such as XML, YAML, Groovy or Java source file) - setResource(Resource) - Method in class org.apache.camel.model.RouteDefinition
- setResource(Resource) - Method in class org.apache.camel.model.RoutesDefinition
- setResponseModel(String) - Method in class org.apache.camel.model.rest.ResponseMessageDefinition
- setResponseMsgs(List<ResponseMessageDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets operation response messages.
- setRest(Boolean) - Method in class org.apache.camel.model.RouteDefinition
- setRest(RestDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
- setRestBindingDefinition(RestBindingDefinition) - Method in class org.apache.camel.model.RouteDefinition
- setRestCollection(RestsDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- setRestDefinition(RestDefinition) - Method in class org.apache.camel.model.RouteDefinition
- setRests(List<RestDefinition>) - Method in interface org.apache.camel.model.rest.RestContainer
-
Sets the RESTs to use
- setRests(List<RestDefinition>) - Method in class org.apache.camel.model.rest.RestsDefinition
-
The rest services
- setResultType(Class<?>) - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.ConstantExpression
-
Sets the class of the constant type
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.CSimpleExpression
-
Sets the class of the result type (type from output)
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.DatasonnetExpression
-
Sets the class of the result type (type from output).
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.JoorExpression
-
Sets the class of the result type (type from output)
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.JqExpression
-
Sets the class name of the result type (type from output)
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Sets the class of the result type (type from output)
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.SimpleExpression
-
Sets the class of the result type (type from output)
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.XPathExpression
-
Sets the class of the result type (type from output).
- setResultType(Class<?>) - Method in class org.apache.camel.model.language.XQueryExpression
-
Sets the class of the result type (type from output).
- setResultTypeName(String) - Method in class org.apache.camel.model.language.ConstantExpression
-
Sets the class name of the constant type
- setResultTypeName(String) - Method in class org.apache.camel.model.language.CSimpleExpression
-
Sets the class name of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.DatasonnetExpression
-
Sets the class name of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.JoorExpression
-
Sets the class name of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.JqExpression
-
Sets the class of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Sets the class name of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.SimpleExpression
-
Sets the class name of the result type (type from output)
- setResultTypeName(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Sets the class name of the result type (type from output)
- setResumeStrategy(String) - Method in class org.apache.camel.model.ResumableDefinition
- setResumeStrategy(ResumeStrategy) - Method in class org.apache.camel.model.ResumableDefinition
- setRetriesExhaustedLogLevel(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setRetryAttemptedLogInterval(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setRetryAttemptedLogLevel(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setRetryDelay(String) - Method in class org.apache.camel.model.OptimisticLockRetryPolicyDefinition
- setRetryWhile(ExpressionSubElementDefinition) - Method in class org.apache.camel.model.OnExceptionDefinition
- setRetryWhile(Predicate) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setRetryWhile(Predicate) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setRetryWhile(Predicate) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setRetryWhilePolicy(Predicate) - Method in class org.apache.camel.model.OnExceptionDefinition
- setRetryWhilePredicate(Predicate) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a retry while predicate.
- setRetryWhileRef(String) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setRetryWhileRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setRetryWhileRef(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Sets a retry while predicate.
- setRetryWhileRef(String) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setReverse(String) - Method in class org.apache.camel.model.config.BatchResequencerConfig
-
Whether to reverse the ordering.
- setRollbackLoggingLevel(String) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
Sets the logging level to use for logging transactional rollback.
- setRoundRobin(String) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
Whether or not the failover load balancer should operate in round robin mode or not.
- setRoundRobin(String) - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
-
To enable round robin mode.
- setRoute(RouteDefinition) - Method in class org.apache.camel.model.RouteTemplateDefinition
- setRouteCollection(RoutesDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- setRouteConfiguration(RouteConfigurationDefinition) - Method in class org.apache.camel.model.ProcessorDefinition
- setRouteConfigurationCollection(RouteConfigurationsDefinition) - Method in class org.apache.camel.builder.RouteConfigurationBuilder
- setRouteConfigurationId(String) - Method in class org.apache.camel.model.RouteDefinition
-
The route configuration id or pattern this route should use for configuration.
- setRouteConfigurations(List<RouteConfigurationDefinition>) - Method in interface org.apache.camel.model.RouteConfigurationContainer
-
Sets the route configurations to use
- setRouteConfigurations(List<RouteConfigurationDefinition>) - Method in class org.apache.camel.model.RouteConfigurationsDefinition
- setRouteFilter(Function<RouteDefinition, Boolean>) - Method in interface org.apache.camel.model.Model
-
Sets a custom route filter to use for filtering unwanted routes when routes are added.
- setRouteFilterPattern(String, String) - Method in interface org.apache.camel.model.Model
-
Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression as documented by
PatternHelper.matchPattern(String, String)
. - setRouteId(String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
- setRoutePolicies(List<RoutePolicy>) - Method in class org.apache.camel.model.RouteDefinition
- setRoutePolicyRef(String) - Method in class org.apache.camel.model.RouteDefinition
-
Reference to custom
RoutePolicy
to use by the route. - setRouteProperties(List<PropertyDefinition>) - Method in class org.apache.camel.model.RouteDefinition
-
To set metadata as properties on the route.
- setRoutes(List<RouteDefinition>) - Method in interface org.apache.camel.model.RouteContainer
-
Sets the routes to use
- setRoutes(List<RouteDefinition>) - Method in class org.apache.camel.model.RoutesDefinition
- setRouteScoped(boolean) - Method in class org.apache.camel.model.OnCompletionDefinition
- setRouteScoped(boolean) - Method in class org.apache.camel.model.OnExceptionDefinition
- setRouteTemplateCollection(RouteTemplatesDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- setRouteTemplateContext(RouteTemplateContext) - Method in class org.apache.camel.model.RouteDefinition
- setRouteTemplateRef(String) - Method in class org.apache.camel.model.TemplatedRouteDefinition
- setRouteTemplates(List<RouteTemplateDefinition>) - Method in interface org.apache.camel.model.RouteTemplateContainer
-
Sets the route templates to use
- setRouteTemplates(List<RouteTemplateDefinition>) - Method in class org.apache.camel.model.RouteTemplatesDefinition
-
The route templates
- setSagaService(String) - Method in class org.apache.camel.model.SagaDefinition
-
Refers to the id to lookup in the registry for the specific CamelSagaService to use.
- setSamplePeriod(long) - Method in class org.apache.camel.model.SamplingDefinition
- setSamplePeriod(String) - Method in class org.apache.camel.model.SamplingDefinition
-
Sets the sample period during which only a single Exchange will pass through.
- setSamplePeriod(Duration) - Method in class org.apache.camel.model.SamplingDefinition
- setSaxon(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Whether to use Saxon.
- setSchema(Object) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- setSchema(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To validate against an existing schema.
- setSchema(String) - Method in class org.apache.camel.model.dataformat.SoapDataFormat
-
To validate against an existing schema.
- setSchemaLocation(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To define the location of the schema
- setSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Optional schema resolver used to lookup schemas for the data in transit.
- setSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Optional schema resolver used to lookup schemas for the data in transit.
- setSchemaResolver(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Optional schema resolver used to lookup schemas for the data in transit.
- setSchemaSeverityLevel(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
Sets the schema severity level to use when validating against a schema.
- setScheme(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
The scheme to use for exposing the REST service.
- setScheme(String) - Method in class org.apache.camel.model.transformer.TransformerDefinition
-
Set a scheme name supported by the transformer.
- setScope(String) - Method in class org.apache.camel.model.BeanDefinition
- setScope(String) - Method in class org.apache.camel.model.language.MethodCallExpression
-
Scope of bean.
- setScope(BeanScope) - Method in class org.apache.camel.model.BeanDefinition
-
Scope of bean.
- setScopes(String) - Method in class org.apache.camel.model.rest.SecurityDefinition
-
The scopes to allow (separate multiple scopes by comma)
- setScopes(List<RestPropertyDefinition>) - Method in class org.apache.camel.model.rest.OAuth2Definition
-
The available scopes for an OAuth2 security scheme
- setScript(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
The script to execute that creates the bean when using scripting languages.
- setSecureTag(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The XPath reference to the XML Element selected for encryption/decryption.
- setSecureTagContents(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
A boolean value to specify whether the XML Element is to be encrypted or the contents of the XML Element.
- setSecurity(List<SecurityDefinition>) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the security settings for this verb.
- setSecurityDefinitions(List<RestSecurityDefinition>) - Method in class org.apache.camel.model.rest.RestSecuritiesDefinition
-
Security definitions
- setSecurityDefinitions(RestSecuritiesDefinition) - Method in class org.apache.camel.model.rest.RestDefinition
-
Sets the security definitions such as Basic, OAuth2 etc.
- setSecurityRequirements(List<SecurityDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
-
Sets the security requirement(s) for all endpoints.
- setServerBaseUrl(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
Sets the server's base URL used by this parser.
- setServers(List<String>) - Method in class org.apache.camel.model.cloud.BlacklistServiceCallServiceFilterConfiguration
-
Sets the server blacklist.
- setServers(List<String>) - Method in class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
-
Sets the server list.
- setServiceCallConfiguration(ServiceCallConfigurationDefinition) - Method in interface org.apache.camel.model.Model
-
Sets the default service call configuration
- setServiceCallConfigurations(List<ServiceCallConfigurationDefinition>) - Method in interface org.apache.camel.model.Model
-
Sets the service call configurations
- setServiceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceChooser
to use. - setServiceChooser(ServiceChooser) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceChooser
to use. - setServiceChooserRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceChooser
to use. - setServiceChooserRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceChooser
to use. - setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceDiscovery
to use. - setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceDiscovery
to use. - setServiceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the service-call configuration to use
- setServiceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures the ServiceDiscovery using the given configuration.
- setServiceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the ServiceDiscovery using the given configuration.
- setServiceDiscoveryConfigurations(List<ServiceCallServiceDiscoveryConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
-
List of ServiceDiscovery configuration to use
- setServiceDiscoveryRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceDiscovery
to use. - setServiceDiscoveryRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceDiscovery
to use. - setServiceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
-
Set the ServiceFilter
- setServiceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a custom
ServiceFilter
to use. - setServiceFilter(ServiceFilter) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a custom
ServiceFilter
to use. - setServiceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Configures the ServiceFilter using the given configuration.
- setServiceFilterConfiguration(ServiceCallServiceFilterConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Configures the ServiceFilter using the given configuration.
- setServiceFilterConfigurations(List<ServiceCallServiceFilterConfiguration>) - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceFilterConfiguration
-
List of ServiceFilter configuration to use
- setServiceFilterRef(String) - Method in class org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration
-
Reference of a ServiceFilter
- setServiceFilterRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets a reference to a custom
ServiceFilter
to use. - setServiceFilterRef(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets a reference to a custom
ServiceFilter
to use. - setSessionTimeout(String) - Method in class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
-
Session timeout.
- setShareUnitOfWork(String) - Method in class org.apache.camel.model.EnrichDefinition
- setShareUnitOfWork(String) - Method in class org.apache.camel.model.MulticastDefinition
- setShareUnitOfWork(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setShareUnitOfWork(String) - Method in class org.apache.camel.model.SplitDefinition
- setShouldAppendHMAC(String) - Method in class org.apache.camel.model.dataformat.CryptoDataFormat
-
Flag indicating that a Message Authentication Code should be calculated and appended to the encrypted data.
- setShutdownRoute(String) - Method in class org.apache.camel.model.RouteDefinition
-
To control how to shutdown the route.
- setShutdownRunningTask(String) - Method in class org.apache.camel.model.RouteDefinition
-
To control how to shutdown the route.
- setSignatureKeyFileName(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Filename of the keyring to use for signing (during encryption) or for signature verification (during decryption); must be accessible as a classpath resource (but you can specify a location in the file system by using the "file:" prefix).
- setSignatureKeyRing(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Keyring used for signing/verifying as byte array.
- setSignatureKeyUserid(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
User ID of the key in the PGP keyring used for signing (during encryption) or signature verification (during decryption).
- setSignaturePassword(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Password used when opening the private key used for signing (during encryption).
- setSignatureVerificationOption(String) - Method in class org.apache.camel.model.dataformat.PGPDataFormat
-
Controls the behavior for verifying the signature during unmarshaling.
- setSingleQuotes(String) - Method in class org.apache.camel.model.language.JoorExpression
-
Whether single quotes can be used as replacement for double quotes.
- setSkipBindingOnErrorCode(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipBindingOnErrorCode(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipBindingOnErrorCode(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipBindingOnErrorCode(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Whether to skip binding on output if there is a custom HTTP error code header.
- setSkipDuplicate(String) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- setSkipEmptyLines(String) - Method in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
-
Whether or not the empty lines must be ignored.
- setSkipFirst(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
To skip the very first element
- setSkipHeaderRecord(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether to skip the header record in the output
- setSkipSendToOriginalEndpoint(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
If set to true then the message is not sent to the original endpoint.
- setSkipTrailingCharsUntilNewline(String) - Method in class org.apache.camel.model.dataformat.UniVocityFixedDataFormat
-
Whether or not the trailing characters until new line must be ignored.
- setSlidingWindowSize(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
- setSlidingWindowType(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
- setSlowCallDurationThreshold(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage.
- setSlowCallRateThreshold(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures a threshold in percentage.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
To configure security using SSLContextParameters.
- setStartupOrder(Integer) - Method in class org.apache.camel.model.RouteDefinition
-
To configure the ordering of the routes being started
- setStatusPropertyName(String) - Method in class org.apache.camel.model.FilterDefinition
- setSticky(String) - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
-
Whether or not the failover load balancer should operate in sticky mode or not.
- setStopOnException(String) - Method in class org.apache.camel.model.MulticastDefinition
- setStopOnException(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setStopOnException(String) - Method in class org.apache.camel.model.SplitDefinition
- setStreamCache(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether stream caching is enabled on this route.
- setStreamConfig(StreamResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
- setStreaming(String) - Method in class org.apache.camel.model.MulticastDefinition
- setStreaming(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setStreaming(String) - Method in class org.apache.camel.model.SplitDefinition
- setStripVersionsFromReferences(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If set to
true
(which is the default), resource references containing a version will have the version removed when the resource is encoded.
- setSuccessThreshold(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Controls the number of trial calls which are allowed when the circuit breaker is half-open
- setSummaryMode(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If set to
true
(default isfalse
) only elements marked by the FHIR specification as being "summary elements" will be included. - setSupportTransacted(boolean) - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- setSupportTransacted(boolean) - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
-
Deprecated.
- setSupportTransacted(boolean) - Method in interface org.apache.camel.model.errorhandler.ErrorHandlerRefProperties
-
Deprecated.
- setSuppressExceptions(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Whether to suppress exceptions such as PathNotFoundException.
- setSuppressNarratives(String) - Method in class org.apache.camel.model.dataformat.FhirDataformat
-
If set to
true
(default isfalse
), narratives will not be included in the encoded values. - setTag(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
To configure a special tag for the operations within this rest definition.
- setTemplate(Boolean) - Method in class org.apache.camel.model.RouteDefinition
-
This route is created from a route template.
- setTemplateBeans(List<RouteTemplateBeanDefinition>) - Method in class org.apache.camel.model.RouteTemplateDefinition
- setTemplatedRouteCollection(TemplatedRoutesDefinition) - Method in class org.apache.camel.builder.RouteBuilder
- setTemplatedRoutes(List<TemplatedRouteDefinition>) - Method in interface org.apache.camel.model.TemplatedRouteContainer
-
Sets the templated routes to use
- setTemplatedRoutes(List<TemplatedRouteDefinition>) - Method in class org.apache.camel.model.TemplatedRoutesDefinition
-
The templated routes
- setTemplateParameters(List<RouteTemplateParameterDefinition>) - Method in class org.apache.camel.model.RouteTemplateDefinition
- setTemplateParameters(Map<String, Object>) - Method in class org.apache.camel.model.RouteDefinition
- setText(String) - Method in class org.apache.camel.model.DescriptionDefinition
-
The description as human readable text
- setTextQualifier(String) - Method in class org.apache.camel.model.dataformat.FlatpackDataFormat
-
If the text is qualified with a character.
- setThreadName(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setThreadSafety(String) - Method in class org.apache.camel.model.language.XPathExpression
-
Whether to enable thread-safety for the returned result of the xpath expression.
- setTimeout(String) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time the services will be retained.
- setTimeout(String) - Method in class org.apache.camel.model.config.StreamResequencerConfig
-
Sets minimum time (milliseconds) to wait for missing elements (messages).
- setTimeout(String) - Method in class org.apache.camel.model.MulticastDefinition
- setTimeout(String) - Method in class org.apache.camel.model.PollEnrichDefinition
- setTimeout(String) - Method in class org.apache.camel.model.RecipientListDefinition
- setTimeout(String) - Method in class org.apache.camel.model.SagaDefinition
-
Set the maximum amount of time for the Saga.
- setTimeout(String) - Method in class org.apache.camel.model.SplitDefinition
- setTimeoutCancelRunningFuture(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures whether cancel is called on the running future.
- setTimeoutCheckerExecutorService(String) - Method in class org.apache.camel.model.AggregateDefinition
- setTimeoutDuration(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Configures the thread execution timeout.
- setTimeoutDuration(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the thread execution timeout.
- setTimeoutEnabled(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Whether timeout is enabled or not on the circuit breaker.
- setTimeoutEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Whether timeout is enabled or not on the circuit breaker.
- setTimeoutExecutorService(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
References to a custom thread pool to use when timeout is enabled (uses
ForkJoinPool.commonPool()
by default) - setTimeoutPoolSize(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
Configures the pool size of the thread pool when timeout is enabled.
- setTimeoutScheduledExecutorService(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationCommon
-
References to a custom thread pool to use when timeout is enabled
- setTimePeriodMillis(String) - Method in class org.apache.camel.model.ThrottleDefinition
- setTimeUnit(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
-
Sets the time unit to use for keep alive time By default SECONDS is used.
- setTimeUnit(String) - Method in class org.apache.camel.model.ThreadsDefinition
- setTimezone(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
If set then Jackson will use the Timezone when marshalling/unmarshalling.
- setTimezone(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
If set then Jackson will use the Timezone when marshalling/unmarshalling.
- setTimezone(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
If set then Jackson will use the Timezone when marshalling/unmarshalling.
- setTimezone(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
If set then Jackson will use the Timezone when marshalling/unmarshalling.
- setTo(ToDefinition) - Method in class org.apache.camel.model.rest.VerbDefinition
-
The Camel endpoint this REST service will call, such as a direct endpoint to link to an existing route that handles this REST call.
- setToken(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
The (start) token to use as tokenizer, for example you can use the new line token.
- setTokenUrl(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
-
The token URL to be used for this flow.
- setToType(Class<?>) - Method in class org.apache.camel.model.transformer.TransformerDefinition
-
Set the 'to' data type using Java class.
- setToType(String) - Method in class org.apache.camel.model.transformer.TransformerDefinition
-
Set the 'to' data type name.
- setTrace(String) - Method in class org.apache.camel.model.RouteDefinition
-
Whether tracing is enabled on this route.
- setTrailingDelimiter(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets whether or not to add a trailing delimiter.
- setTransactedPolicy(Object) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
The transacted policy to use that is configured for either Spring or JTA based transactions.
- setTransactedPolicyRef(String) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
The transacted policy to use that is configured for either Spring or JTA based transactions.
- setTransformers(List<TransformerDefinition>) - Method in interface org.apache.camel.model.Model
-
Sets the transformers that can be referenced in the routes.
- setTransformers(List<TransformerDefinition>) - Method in class org.apache.camel.model.transformer.TransformersDefinition
-
The configured transformers
- setTrim(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Sets whether or not to trim leading and trailing blanks.
- setTrim(String) - Method in class org.apache.camel.model.language.ExpressionDefinition
-
Whether to trim the value to remove leading and trailing whitespaces and line breaks
- setTrustCerts(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets whether to turn on trust certificate check when using client lookup
- setType(Class<?>) - Method in class org.apache.camel.model.validator.ValidatorDefinition
-
Set the data type using Java class.
- setType(Class<? extends Policy>) - Method in class org.apache.camel.model.PolicyDefinition
-
Sets a policy type that this definition should scope within.
- setType(Class<? extends Policy>) - Method in class org.apache.camel.model.TransactedDefinition
-
Sets a policy type that this definition should scope within.
- setType(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
What type to use for creating the bean.
- setType(String) - Method in class org.apache.camel.model.ConvertBodyDefinition
-
The java type to convert to
- setType(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
Whether to use Csv, Fixed, or KeyValue.
- setType(String) - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
-
Whether to filter by class type or regular expression
- setType(String) - Method in class org.apache.camel.model.language.XQueryExpression
-
Sets the class name of the result type (type from output)
- setType(String) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the class name to use for binding from input to POJO for the incoming data
- setType(String) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the class name to use for binding from input to POJO for the incoming data This option will override what may be configured on a parent level.
- setType(String) - Method in class org.apache.camel.model.validator.ValidatorDefinition
-
Set the data type name.
- setType(RestParamType) - Method in class org.apache.camel.model.rest.ParamDefinition
-
Sets the parameter type.
- setTypeClass(Class<?>) - Method in class org.apache.camel.model.ConvertBodyDefinition
- setTypeClass(Class<?>) - Method in class org.apache.camel.model.rest.RestBindingDefinition
-
Sets the class to use for binding from input to POJO for the incoming data
- setTypeClass(Class<?>) - Method in class org.apache.camel.model.rest.VerbDefinition
-
Sets the class to use for binding from input to POJO for the incoming data This option will override what may be configured on a parent level.
- setTypeFilters(List<YAMLTypeFilterDefinition>) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Set the types SnakeYAML is allowed to un-marshall
- setUnits(String) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time unit for the timeout.
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
-
Class to use when unmarshalling.
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Class of the java type to use when unmarshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Class of the java type to use when unmarshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Class of the java type to use when unmarshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Class of the java type to use when unmarshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Class of the java type to use when unmarshalling
- setUnmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Class of the object to be created
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
-
Class to use when unmarshalling.
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Class name of the java type to use when unmarshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Class name of the java type to use when unmarshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Class name of the java type to use when unmarshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Class name of the java type to use when unmarshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Class name of the java type to use when unmarshalling
- setUnmarshalTypeName(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Class name of the java type to use when unmarshalling
- setUntilCheck(String) - Method in class org.apache.camel.model.PausableDefinition
- setUntilCheck(Predicate<?>) - Method in class org.apache.camel.model.PausableDefinition
- setUnwrapSingleInstance(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
-
When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List.
- setUri(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
The uri of the endpoint to send to.
- setUri(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
The uri of the endpoint to send to.
- setUri(String) - Method in class org.apache.camel.model.FromDefinition
-
Sets the URI of the endpoint to use
- setUri(String) - Method in class org.apache.camel.model.InterceptFromDefinition
-
Intercept incoming messages from the uri or uri pattern.
- setUri(String) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
Intercept sending to the uri or uri pattern.
- setUri(String) - Method in class org.apache.camel.model.SendDefinition
-
Sets the uri of the endpoint to send to.
- setUri(String) - Method in class org.apache.camel.model.ToDynamicDefinition
-
The uri of the endpoint to send to.
- setUri(String) - Method in class org.apache.camel.model.transformer.EndpointTransformerDefinition
-
Set the URI of the Endpoint.
- setUri(String) - Method in class org.apache.camel.model.validator.EndpointValidatorDefinition
-
Set the URI of the Endpoint.
- setUri(String) - Method in class org.apache.camel.model.WireTapDefinition
-
The uri of the endpoint to wiretap to.
- setUriDelimiter(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
- setUriDelimiter(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
- setUrl(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
- setUrl(String) - Method in class org.apache.camel.model.rest.OpenIdConnectDefinition
-
OpenId Connect URL to discover OAuth2 configuration values.
- setUrlSafe(String) - Method in class org.apache.camel.model.dataformat.Base64DataFormat
-
Instead of emitting '+' and '/' we emit '-' and '_' respectively.
- setUrn(String) - Method in class org.apache.camel.model.InputTypeDefinition
-
The input type URN.
- setUrn(String) - Method in class org.apache.camel.model.OutputTypeDefinition
-
Set output type URN.
- setUseApplicationContextClassLoader(String) - Method in class org.apache.camel.model.dataformat.YAMLDataFormat
-
Use ApplicationContextClassLoader as custom ClassLoader
- setUseCollisionAvoidance(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
Whether to lookup and use default Jackson ObjectMapper from the registry.
- setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
Whether to lookup and use default Jackson CBOR ObjectMapper from the registry.
- setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
Whether to lookup and use default Jackson ObjectMapper from the registry.
- setUseDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
Whether to lookup and use default Jackson ObjectMapper from the registry.
- setUseExponentialBackOff(String) - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- setUseList(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
-
To unmarshal to a List of Map or a List of Pojo.
- setUseList(String) - Method in class org.apache.camel.model.dataformat.CBORDataFormat
-
To unmarshal to a List of Map or a List of Pojo.
- setUseList(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
To unmarshal to a List of Map or a List of Pojo.
- setUseList(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
-
To unmarshal to a List of Map or a List of Pojo.
- setUseList(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
-
To unmarshal to a List of Map or a List of Pojo.
- setUseMaps(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether the unmarshalling should produce maps (HashMap)for the lines values instead of lists.
- setUseOrderedMaps(String) - Method in class org.apache.camel.model.dataformat.CsvDataFormat
-
Whether the unmarshalling should produce ordered maps (LinkedHashMap) for the lines values instead of lists.
- setUseOriginalBody(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setUseOriginalBody(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setUseOriginalBody(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setUseOriginalBody(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Will use the original input
Message
body (original body only) when anExchange
is moved to the dead letter queue. - setUseOriginalBody(String) - Method in class org.apache.camel.model.OnExceptionDefinition
- setUseOriginalMessage(boolean) - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- setUseOriginalMessage(boolean) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- setUseOriginalMessage(boolean) - Method in interface org.apache.camel.model.errorhandler.DefaultErrorHandlerProperties
-
Deprecated.
- setUseOriginalMessage(String) - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Will use the original input
Message
(original body and headers) when anExchange
is moved to the dead letter queue. - setUseOriginalMessage(String) - Method in class org.apache.camel.model.OnCompletionDefinition
-
Will use the original input message body when an
Exchange
for this on completion. - setUseOriginalMessage(String) - Method in class org.apache.camel.model.OnExceptionDefinition
- setUsername(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the username for authentication when using client lookup
- setUserName(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Sets the username to be used for basic authentication
- setUseXForwardHeaders(Boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Whether to use X-Forward headers for Host and related setting.
- setUsingIterator(String) - Method in class org.apache.camel.model.dataformat.ASN1DataFormat
-
If the asn1 file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.
- setUsingIterator(String) - Method in class org.apache.camel.model.dataformat.TarFileDataFormat
-
If the tar file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.
- setUsingIterator(String) - Method in class org.apache.camel.model.dataformat.ZipFileDataFormat
-
If the zip file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.
- setUsingParallelCompression(String) - Method in class org.apache.camel.model.dataformat.LZFDataFormat
-
Enable encoding (compress) using multiple processing cores.
- setValidate(String) - Method in class org.apache.camel.model.dataformat.HL7DataFormat
-
Whether to validate the HL7 message
- setValidate(String) - Method in class org.apache.camel.model.InputTypeDefinition
-
Whether if validation is required for this input type.
- setValidate(String) - Method in class org.apache.camel.model.OutputTypeDefinition
-
Whether if validation is required for this output type.
- setValidating(String) - Method in class org.apache.camel.model.dataformat.IcalDataFormat
-
Whether to validate.
- setValidators(List<ValidatorDefinition>) - Method in interface org.apache.camel.model.Model
-
Sets the validators that can be referenced in the routes.
- setValidators(List<ValidatorDefinition>) - Method in class org.apache.camel.model.validator.ValidatorsDefinition
-
The configured transformers
- setValue(String) - Method in class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
-
Value of type such as class name or regular expression
- setValue(String) - Method in class org.apache.camel.model.GlobalOptionDefinition
-
Global option value
- setValue(String) - Method in class org.apache.camel.model.PropertyDefinition
-
Property value
- setValue(String) - Method in class org.apache.camel.model.rest.RestPropertyDefinition
-
Property value
- setValue(String) - Method in class org.apache.camel.model.TemplatedRouteParameterDefinition
-
The value of the parameter.
- setVerbs(List<VerbDefinition>) - Method in class org.apache.camel.model.rest.RestDefinition
-
The HTTP verbs this REST service accepts and uses
- setVersion(String) - Method in class org.apache.camel.model.dataformat.SoapDataFormat
-
SOAP version should either be 1.1 or 1.2.
- setWaitDurationInOpenState(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open.
- setWhenClauses(List<WhenDefinition>) - Method in class org.apache.camel.model.ChoiceDefinition
-
Sets the when nodes
- setWidth(String) - Method in class org.apache.camel.model.dataformat.BarcodeDataFormat
-
Width of the barcode
- setWritableStackTraceEnabled(String) - Method in class org.apache.camel.model.Resilience4jConfigurationCommon
-
Enables writable stack traces.
- setWriteAsString(String) - Method in class org.apache.camel.model.language.JsonPathExpression
-
Whether to write the output of each row/element as a JSON String value instead of a Map/POJO value.
- setWriteTimeoutMillis(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Write timeout for OkHttpClient
- setXml(String) - Method in class org.apache.camel.model.language.TokenizerExpression
-
Whether the input is XML messages.
- setXmlCipherAlgorithm(String) - Method in class org.apache.camel.model.dataformat.XMLSecurityDataFormat
-
The cipher algorithm to be used for encryption/decryption of the XML message content.
- setXmlDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
Name of specific XML data format to use.
- setXmlMapper(String) - Method in class org.apache.camel.model.dataformat.JacksonXMLDataFormat
-
Lookup and use the existing XmlMapper with the given id.
- setXmlStreamWriterWrapper(String) - Method in class org.apache.camel.model.dataformat.JaxbDataFormat
-
To use a custom xml stream writer.
- setXPathFactory(XPathFactory) - Method in class org.apache.camel.model.language.XPathExpression
- shareUnitOfWork() - Method in class org.apache.camel.model.EnrichDefinition
-
Shares the
UnitOfWork
with the parent and the resource exchange. - shareUnitOfWork() - Method in class org.apache.camel.model.MulticastDefinition
-
Shares the
UnitOfWork
with the parent and each of the sub messages. - shareUnitOfWork() - Method in class org.apache.camel.model.RecipientListDefinition
-
Shares the
UnitOfWork
with the parent and each of the sub messages. - shareUnitOfWork() - Method in class org.apache.camel.model.SplitDefinition
-
Shares the
UnitOfWork
with the parent and each of the sub messages. - shareUnitOfWork(boolean) - Method in class org.apache.camel.model.SplitDefinition
-
Shares the
UnitOfWork
with the parent and each of the sub messages. - shareUnitOfWork(String) - Method in class org.apache.camel.model.SplitDefinition
-
Shares the
UnitOfWork
with the parent and each of the sub messages. - shutdownRoute(String) - Method in class org.apache.camel.model.RouteDefinition
-
Configures a shutdown route option.
- shutdownRoute(ShutdownRoute) - Method in class org.apache.camel.model.RouteDefinition
-
Configures a shutdown route option.
- shutdownRunningTask(String) - Method in class org.apache.camel.model.RouteDefinition
-
Configures a shutdown running task option.
- shutdownRunningTask(ShutdownRunningTask) - Method in class org.apache.camel.model.RouteDefinition
-
Configures a shutdown running task option.
- simple(String) - Static method in class org.apache.camel.builder.Builder
-
Returns a simple expression
- simple(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a simple expression value builder
- simple(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Simple expression
- simple(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Simple expression
- simple(String) - Static method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- simple(String, Class<?>) - Static method in class org.apache.camel.builder.Builder
-
Returns a simple expression
- simple(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a simple expression value builder
- simple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a Simple expression
- simple(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a Simple expression
- simple(String, Class<?>) - Static method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- SimpleBuilder - Class in org.apache.camel.builder
-
Deprecated.
- SimpleBuilder(String) - Constructor for class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- SimpleExpression - Class in org.apache.camel.model.language
-
Evaluates a Camel simple expression.
- SimpleExpression() - Constructor for class org.apache.camel.model.language.SimpleExpression
- SimpleExpression(String) - Constructor for class org.apache.camel.model.language.SimpleExpression
- SimpleExpression(Expression) - Constructor for class org.apache.camel.model.language.SimpleExpression
- simpleF(String, Class<?>, Object...) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a simple expression value builder, using String.format style
- simpleF(String, Class<?>, Object...) - Static method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- simpleF(String, Object...) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a simple expression value builder, using String.format style
- simpleF(String, Object...) - Static method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- size(int) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the in batch size for number of exchanges received
- skipBindingOnErrorCode(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify whether to skip binding output if there is a custom HTTP error code
- skipBindingOnErrorCode(boolean) - Method in class org.apache.camel.model.rest.RestDefinition
- skipDuplicate(boolean) - Method in class org.apache.camel.model.IdempotentConsumerDefinition
-
Sets whether to skip duplicates or not.
- skipEmptyLines - Variable in class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- skipSendToOriginalEndpoint() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
Skip sending the
Exchange
to the original intended endpoint - slidingWindowSize(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the size of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
- slidingWindowType(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the type of the sliding window which is used to record the outcome of calls when the CircuitBreaker is closed.
- slowCallDurationThreshold(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the duration threshold (seconds) above which calls are considered as slow and increase the slow calls percentage.
- slowCallRateThreshold(float) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures a threshold in percentage.
- SnakeYAML - org.apache.camel.model.dataformat.YAMLLibrary
- soap() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.1 data format
- soap(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.1 data format
- soap(String, Object) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.1 data format
- soap(String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.1 data format
- soap12() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.2 data format
- soap12(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.2 data format
- soap12(String, Object) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.2 data format
- soap12(String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Soap v1.2 data format
- SoapDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal Java objects to SOAP messages and back.
- SoapDataFormat() - Constructor for class org.apache.camel.model.dataformat.SoapDataFormat
- SoapDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.SoapDataFormat
- SoapDataFormat(String, Object) - Constructor for class org.apache.camel.model.dataformat.SoapDataFormat
- SoapDataFormat(String, String) - Constructor for class org.apache.camel.model.dataformat.SoapDataFormat
- sort() - Method in class org.apache.camel.model.ProcessorDefinition
-
Sorts the expression
- sort(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sorts the expression using a default sorting based on toString representation.
- sort(Expression, Comparator<T>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sorts the expression using the given comparator
- SortDefinition<T> - Class in org.apache.camel.model
-
Sorts the contents of the message
- SortDefinition() - Constructor for class org.apache.camel.model.SortDefinition
- SortDefinition(Expression) - Constructor for class org.apache.camel.model.SortDefinition
- SortDefinition(Expression, Comparator<? super T>) - Constructor for class org.apache.camel.model.SortDefinition
- spel(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a SpEL expression
- spel(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an SpEL expression
- SpELExpression - Class in org.apache.camel.model.language
-
Evaluates a Spring expression (SpEL).
- SpELExpression() - Constructor for class org.apache.camel.model.language.SpELExpression
- SpELExpression(String) - Constructor for class org.apache.camel.model.language.SpELExpression
- split() - Method in class org.apache.camel.model.ProcessorDefinition
-
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
- split(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
- split(Expression, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
- split(Expression, AggregationStrategy) - Method in class org.apache.camel.model.ProcessorDefinition
-
Splitter EIP: Creates a splitter allowing you split a message into a number of pieces and process them individually.
- SplitDefinition - Class in org.apache.camel.model
-
Splits a single message into many sub-messages.
- SplitDefinition() - Constructor for class org.apache.camel.model.SplitDefinition
- SplitDefinition(Expression) - Constructor for class org.apache.camel.model.SplitDefinition
- SplitDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.SplitDefinition
- springTransactionErrorHandler() - Method in class org.apache.camel.builder.BuilderSupport
-
Error handler using Spring transactions (requires camel-spring).
- springTransactionErrorHandler(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Error handler using Spring transactions (requires camel-spring).
- springTransactionErrorHandler(TransactedPolicy) - Method in class org.apache.camel.builder.BuilderSupport
-
Error handler using Spring transactions (requires camel-spring).
- SpringTransactionErrorHandlerBuilder - Class in org.apache.camel.builder
-
Spring transaction error handler as a builder.
- SpringTransactionErrorHandlerBuilder() - Constructor for class org.apache.camel.builder.SpringTransactionErrorHandlerBuilder
- SpringTransactionErrorHandlerBuilder(Object) - Constructor for class org.apache.camel.builder.SpringTransactionErrorHandlerBuilder
- SpringTransactionErrorHandlerDefinition - Class in org.apache.camel.model.errorhandler
-
Spring based transactional error handler (requires camel-spring).
- SpringTransactionErrorHandlerDefinition() - Constructor for class org.apache.camel.model.errorhandler.SpringTransactionErrorHandlerDefinition
- sslContextParameters(SSLContextParameters) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
To configure security using SSLContextParameters.
- ssv - org.apache.camel.model.rest.CollectionFormat
- startRouteDefinitions() - Method in interface org.apache.camel.model.ModelCamelContext
-
Start all routes from this model.
- startRouteDefinitions(List<RouteDefinition>) - Method in interface org.apache.camel.model.ModelCamelContext
-
Start the given set of routes.
- startupOrder(int) - Method in class org.apache.camel.model.ProcessorDefinition
- startupOrder(int) - Method in class org.apache.camel.model.RouteDefinition
-
Configures the startup order for this route
- StaticServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- StaticServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
- StaticServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfiguration
- StaticServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- StaticServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.StaticServiceCallServiceDiscoveryConfigurationConfigurer
- staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
- staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.CombinedServiceCallServiceDiscoveryConfiguration
- staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- staticServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- staticServiceDiscovery(StaticServiceCallServiceDiscoveryConfiguration) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- statusPropertyName(String) - Method in class org.apache.camel.model.FilterDefinition
-
Name of exchange property to use for storing the status of the filtering.
- step() - Method in class org.apache.camel.model.ProcessorDefinition
-
Routes the message to a sequence of processors which is grouped together as one logical name.
- step(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Routes the message to a sequence of processors which is grouped together as one logical name.
- StepDefinition - Class in org.apache.camel.model
-
Routes the message to a sequence of processors which is grouped together as one logical name
- StepDefinition() - Constructor for class org.apache.camel.model.StepDefinition
- sticky(Expression) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses sticky load balancer
- StickyLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
-
Sticky load balancing using an expression to calculate a correlation key to perform the sticky load balancing.
- StickyLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
- stop() - Method in class org.apache.camel.model.ProcessorDefinition
-
Stops continue routing the current
Exchange
and marks it as completed. - StopDefinition - Class in org.apache.camel.model
-
Stops the processing of the current message
- StopDefinition() - Constructor for class org.apache.camel.model.StopDefinition
- stopOnException() - Method in class org.apache.camel.model.MulticastDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown. - stopOnException() - Method in class org.apache.camel.model.RecipientListDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown. - stopOnException() - Method in class org.apache.camel.model.SplitDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown. - stopOnException(boolean) - Method in class org.apache.camel.model.SplitDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown. - stopOnException(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown. - stopOnException(String) - Method in class org.apache.camel.model.SplitDefinition
-
Will now stop further processing if an exception or failure occurred during processing of an
Exchange
and the caused exception will be thrown. - storeInBody() - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Store the result of this Aggregation Strategy (whether an atomic element or a Collection) in the body of the IN message.
- storeInHeader(String) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Store the result of this Aggregation Strategy (whether an atomic element or a Collection) in an IN message header with the designated name.
- storeInProperty(String) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Store the result of this Aggregation Strategy (whether an atomic element or a Collection) in a property with the designated name.
- storeNulls() - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Enables storing null values in the resulting collection.
- stream() - Method in class org.apache.camel.model.ResequenceDefinition
-
Configures the stream-based resequencing algorithm using the default configuration.
- stream(StreamResequencerConfig) - Method in class org.apache.camel.model.ResequenceDefinition
-
Configures the stream-based resequencing algorithm using the given
StreamResequencerConfig
. - streamCaching() - Method in class org.apache.camel.model.RouteDefinition
-
Enable stream caching for this route.
- streamCaching(String) - Method in class org.apache.camel.model.RouteDefinition
-
Enable stream caching for this route.
- streaming() - Method in class org.apache.camel.model.MulticastDefinition
-
If enabled then Camel will process replies out-of-order, eg in the order they come back.
- streaming() - Method in class org.apache.camel.model.RecipientListDefinition
-
If enabled then Camel will process replies out-of-order, eg in the order they come back.
- streaming() - Method in class org.apache.camel.model.SplitDefinition
-
When in streaming mode, then the splitter splits the original message on-demand, and each split message is processed one by one.
- streaming(boolean) - Method in class org.apache.camel.model.SplitDefinition
-
When in streaming mode, then the splitter splits the original message on-demand, and each split message is processed one by one.
- streaming(String) - Method in class org.apache.camel.model.SplitDefinition
-
When in streaming mode, then the splitter splits the original message on-demand, and each split message is processed one by one.
- StreamResequencerConfig - Class in org.apache.camel.model.config
-
Configures stream-processing resequence eip.
- StreamResequencerConfig() - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
-
Creates a new
StreamResequencerConfig
instance using default values forcapacity
(1000) andtimeout
(1000L). - StreamResequencerConfig(int, long) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
- StreamResequencerConfig(int, long, Boolean) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
- StreamResequencerConfig(int, long, Boolean, ExpressionResultComparator) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
- StreamResequencerConfig(int, long, ExpressionResultComparator) - Constructor for class org.apache.camel.model.config.StreamResequencerConfig
- string() - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
StringAggregationStrategy
. - string(String) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Creates a
StringAggregationStrategy
with delimiter. - successThreshold(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Controls the number of trial calls which are allowed when the circuit breaker is half-open
- SUPPORTS - org.apache.camel.model.SagaPropagation
-
If a saga already exists, then join it.
- supportTransacted() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderSupport
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.builder.LegacyNoErrorHandlerBuilder
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.DeadLetterChannelDefinition
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerConfiguration
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefConfiguration
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.ErrorHandlerRefDefinition
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.NoErrorHandlerConfiguration
-
Deprecated.
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.NoErrorHandlerDefinition
- supportTransacted() - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
- syncDelayed() - Method in class org.apache.camel.model.DelayDefinition
-
Enables asynchronous delay which means the thread will not block while delaying.
- syslog() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Syslog data format
- SyslogDataFormat - Class in org.apache.camel.model.dataformat
-
Marshall SyslogMessages to RFC3164 and RFC5424 messages and back.
- SyslogDataFormat() - Constructor for class org.apache.camel.model.dataformat.SyslogDataFormat
- systemProperty(String) - Static method in class org.apache.camel.builder.Builder
-
Returns an expression for the given system property
- systemProperty(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a value builder for the given system property
- systemProperty(String, String) - Static method in class org.apache.camel.builder.Builder
-
Returns an expression for the given system property
- systemProperty(String, String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a value builder for the given system property
T
- tag(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
To set the tag to use of this REST service
- tarFile() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Tar file data format
- TarFileDataFormat - Class in org.apache.camel.model.dataformat
-
Archive files into tarballs or extract files from tarballs.
- TarFileDataFormat() - Constructor for class org.apache.camel.model.dataformat.TarFileDataFormat
- task() - Method in interface org.apache.camel.builder.AdviceWithTask
-
The task to execute
- templateBean(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a local bean the route template uses (via fluent builder)
- templateBean(String, Class<?>) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a local bean the route template uses
- templateBean(String, Class<?>, String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a local bean the route template uses
- templateBean(String, Class<?>, RouteTemplateContext.BeanSupplier<Object>) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a local bean the route template uses
- templateBean(String, Object) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a local bean the route template uses
- templateBean(String, String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a local bean the route template uses
- templateBean(String, Supplier<Object>) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a local bean the route template uses
- templatedRoute(String) - Method in class org.apache.camel.builder.RouteBuilder
-
Creates a new templated route
- templatedRoute(String) - Method in class org.apache.camel.model.TemplatedRoutesDefinition
-
Creates a templated route
- templatedRoute(TemplatedRouteDefinition) - Method in class org.apache.camel.model.TemplatedRoutesDefinition
-
Adds the
TemplatedRouteDefinition
- TemplatedRouteBeanDefinition - Class in org.apache.camel.model
-
A bean as input of a route template (local bean)
- TemplatedRouteBeanDefinition() - Constructor for class org.apache.camel.model.TemplatedRouteBeanDefinition
- TemplatedRouteBuilder - Class in org.apache.camel.builder
-
Fluent builder for adding new routes from route templates.
- TemplatedRouteContainer - Interface in org.apache.camel.model
-
Container to hold
templated routes
. - TemplatedRouteDefinition - Class in org.apache.camel.model
-
Defines a templated route (a route built from a route template)
- TemplatedRouteDefinition() - Constructor for class org.apache.camel.model.TemplatedRouteDefinition
- TemplatedRouteParameterDefinition - Class in org.apache.camel.model
-
An input parameter of a route template.
- TemplatedRouteParameterDefinition() - Constructor for class org.apache.camel.model.TemplatedRouteParameterDefinition
- TemplatedRouteParameterDefinition(String, String) - Constructor for class org.apache.camel.model.TemplatedRouteParameterDefinition
- TemplatedRoutesDefinition - Class in org.apache.camel.model
-
A series of templated routes
- TemplatedRoutesDefinition() - Constructor for class org.apache.camel.model.TemplatedRoutesDefinition
- templateOptionalParameter(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds an optional parameter the route template uses
- templateOptionalParameter(String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds an optional parameter the route template uses
- templateParameter(String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a required parameter the route template uses
- templateParameter(String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a parameter (will use default value if not provided) the route template uses
- templateParameter(String, String, String) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds a parameter (will use default value if not provided) the route template uses
- templateParameters(Map<String, String>) - Method in class org.apache.camel.model.RouteTemplateDefinition
-
Adds the parameters the route template uses.
- threadName(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the thread name to use.
- ThreadPoolBuilder - Class in org.apache.camel.builder
-
A builder to create thread pools.
- ThreadPoolBuilder(CamelContext) - Constructor for class org.apache.camel.builder.ThreadPoolBuilder
- ThreadPoolProfileBuilder - Class in org.apache.camel.builder
-
Builder to build
ThreadPoolProfile
. - ThreadPoolProfileBuilder(String) - Constructor for class org.apache.camel.builder.ThreadPoolProfileBuilder
- ThreadPoolProfileBuilder(String, ThreadPoolProfile) - Constructor for class org.apache.camel.builder.ThreadPoolProfileBuilder
- ThreadPoolProfileDefinition - Class in org.apache.camel.model
-
To configure thread pools
- ThreadPoolProfileDefinition() - Constructor for class org.apache.camel.model.ThreadPoolProfileDefinition
- threads() - Method in class org.apache.camel.model.ProcessorDefinition
-
Continues processing the
Exchange
using asynchronous routing engine. - threads(int) - Method in class org.apache.camel.model.ProcessorDefinition
-
Continues processing the
Exchange
using asynchronous routing engine. - threads(int, int) - Method in class org.apache.camel.model.ProcessorDefinition
-
Continues processing the
Exchange
using asynchronous routing engine. - threads(int, int, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Continues processing the
Exchange
using asynchronous routing engine. - ThreadsDefinition - Class in org.apache.camel.model
-
Specifies that all steps after this node are processed asynchronously
- ThreadsDefinition() - Constructor for class org.apache.camel.model.ThreadsDefinition
- thrift() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the Thrift data format
- thrift(Object) - Method in class org.apache.camel.builder.DataFormatClause
- thrift(Object, String) - Method in class org.apache.camel.builder.DataFormatClause
- thrift(String) - Method in class org.apache.camel.builder.DataFormatClause
- thrift(String, String) - Method in class org.apache.camel.builder.DataFormatClause
- ThriftDataFormat - Class in org.apache.camel.model.dataformat
-
Serialize and deserialize messages using Apache Thrift binary data format.
- ThriftDataFormat() - Constructor for class org.apache.camel.model.dataformat.ThriftDataFormat
- ThriftDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.ThriftDataFormat
- ThriftDataFormat(String, String) - Constructor for class org.apache.camel.model.dataformat.ThriftDataFormat
- throttle() - Method in class org.apache.camel.model.ProcessorDefinition
-
Throttler EIP: Creates a throttler using a fluent builder.
- throttle(long) - Method in class org.apache.camel.model.ProcessorDefinition
-
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
- throttle(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
- throttle(Expression, long) - Method in class org.apache.camel.model.ProcessorDefinition
-
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
- throttle(Expression, Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Throttler EIP: Creates a throttler allowing you to ensure that a specific endpoint does not get overloaded, or that we don't exceed an agreed SLA with some external service.
- ThrottleDefinition - Class in org.apache.camel.model
-
Controls the rate at which messages are passed to the next node in the route
- ThrottleDefinition() - Constructor for class org.apache.camel.model.ThrottleDefinition
- ThrottleDefinition(Expression) - Constructor for class org.apache.camel.model.ThrottleDefinition
- ThrottleDefinition(Expression, Expression) - Constructor for class org.apache.camel.model.ThrottleDefinition
- throwException(Class<? extends Exception>, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sets the exception on the
Exchange
- throwException(Exception) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sets the exception on the
Exchange
- ThrowExceptionDefinition - Class in org.apache.camel.model
-
Throws an exception
- ThrowExceptionDefinition() - Constructor for class org.apache.camel.model.ThrowExceptionDefinition
- tidyMarkup() - Method in class org.apache.camel.builder.DataFormatClause
-
Return TidyMarkup in the default format as
Node
- tidyMarkup(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
- TidyMarkupDataFormat - Class in org.apache.camel.model.dataformat
-
Parse (potentially invalid) HTML into valid HTML or DOM.
- TidyMarkupDataFormat() - Constructor for class org.apache.camel.model.dataformat.TidyMarkupDataFormat
- TidyMarkupDataFormat(Class<?>) - Constructor for class org.apache.camel.model.dataformat.TidyMarkupDataFormat
- timeout(int) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time the services will be retained.
- timeout(long) - Method in class org.apache.camel.model.MulticastDefinition
-
Sets a total timeout specified in millis, when using parallel processing.
- timeout(long) - Method in class org.apache.camel.model.PollEnrichDefinition
-
Timeout in millis when polling from the external service.
- timeout(long) - Method in class org.apache.camel.model.RecipientListDefinition
-
Sets a total timeout specified in millis, when using parallel processing.
- timeout(long) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the timeout
- timeout(long) - Method in class org.apache.camel.model.SplitDefinition
-
Sets a total timeout specified in millis, when using parallel processing.
- timeout(long, TimeUnit) - Method in class org.apache.camel.model.SagaDefinition
- timeout(String) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time the services will be retained.
- timeout(String) - Method in class org.apache.camel.model.MulticastDefinition
-
Sets a total timeout specified in millis, when using parallel processing.
- timeout(String) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the timeout
- timeout(String) - Method in class org.apache.camel.model.SagaDefinition
- timeout(String) - Method in class org.apache.camel.model.SplitDefinition
-
Sets a total timeout specified in millis, when using parallel processing.
- timeout(Duration) - Method in class org.apache.camel.model.ResequenceDefinition
-
Sets the timeout
- timeout(Duration) - Method in class org.apache.camel.model.SagaDefinition
- timeout(Exchange, int, int, long) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
- timeout(Exchange, int, int, long) - Method in interface org.apache.camel.builder.FlexibleAggregationStrategy.TimeoutAwareMixin
- timeoutAware(FlexibleAggregationStrategy.TimeoutAwareMixin) - Method in class org.apache.camel.builder.FlexibleAggregationStrategy
-
Plugs in logic to execute when a timeout occurs.
- timeoutCancelRunningFuture(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures whether cancel is called on the running future.
- timeoutCheckerExecutorService(String) - Method in class org.apache.camel.model.AggregateDefinition
-
If using either of the completionTimeout, completionTimeoutExpression, or completionInterval options a background thread is created to check for the completion for every aggregator.
- timeoutCheckerExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.model.AggregateDefinition
-
If using either of the completionTimeout, completionTimeoutExpression, or completionInterval options a background thread is created to check for the completion for every aggregator.
- timeoutDuration(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the thread execution timeout (millis).
- timeoutDuration(long) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Configures the thread execution timeout.
- timeoutDuration(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Configures the thread execution timeout.
- timeoutEnabled(boolean) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Whether timeout is enabled or not on the circuit breaker.
- timeoutEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Whether timeout is enabled or not on the circuit breaker.
- timeoutExecutorService(String) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
References to a custom thread pool to use when timeout is enabled (uses
ForkJoinPool.commonPool()
by default) - timeoutPoolSize(int) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
Configures the pool size of the thread pool when timeout is enabled.
- timeoutScheduledExecutorService(String) - Method in class org.apache.camel.model.FaultToleranceConfigurationDefinition
-
References to a custom thread pool to use when timeout is enabled
- timePeriodMillis(long) - Method in class org.apache.camel.model.ThrottleDefinition
-
Sets the time period during which the maximum request count is valid for
- timePeriodMillis(String) - Method in class org.apache.camel.model.ThrottleDefinition
-
Sets the time period during which the maximum request count is valid for
- timeUnit(String) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- timeUnit(String) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the keep alive time unit.
- timeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadPoolProfileDefinition
- timeUnit(TimeUnit) - Method in class org.apache.camel.model.ThreadsDefinition
-
Sets the keep alive time unit.
- timezone(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- to(Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.
- to(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given endpoint
- to(String) - Method in class org.apache.camel.model.rest.RestDefinition
-
The Camel endpoint this REST service will call, such as a direct endpoint to link to an existing route that handles this REST call.
- to(String...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to a list of endpoints
- to(EndpointProducerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given endpoint
- to(EndpointProducerBuilder...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to a list of endpoints
- to(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given endpoint
- to(Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to a list of endpoints
- to(ExchangePattern, Iterable<Endpoint>) - Method in class org.apache.camel.model.ProcessorDefinition
-
Deprecated.
- to(ExchangePattern, String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange with certain exchange pattern to the given endpoint
- to(ExchangePattern, String...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to a list of endpoints
- to(ExchangePattern, EndpointProducerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange with certain exchange pattern to the given endpoint
- to(ExchangePattern, EndpointProducerBuilder...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to a list of endpoints
- to(ExchangePattern, Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange with certain exchange pattern to the given endpoint
- to(ExchangePattern, Endpoint...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to a list of endpoints
- toD() - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given dynamic endpoint
- toD(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given dynamic endpoint
- toD(String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given dynamic endpoint
- toD(String, int) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given dynamic endpoint
- toD(EndpointProducerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given dynamic endpoint
- toD(EndpointProducerBuilder, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given dynamic endpoint
- toD(EndpointProducerBuilder, int) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given dynamic endpoint
- ToDefinition - Class in org.apache.camel.model
-
Sends the message to a static endpoint
- ToDefinition() - Constructor for class org.apache.camel.model.ToDefinition
- ToDefinition(String) - Constructor for class org.apache.camel.model.ToDefinition
- ToDefinition(String, ExchangePattern) - Constructor for class org.apache.camel.model.ToDefinition
- ToDefinition(EndpointProducerBuilder) - Constructor for class org.apache.camel.model.ToDefinition
- ToDefinition(EndpointProducerBuilder, ExchangePattern) - Constructor for class org.apache.camel.model.ToDefinition
- ToDefinition(Endpoint) - Constructor for class org.apache.camel.model.ToDefinition
- ToDefinition(Endpoint, ExchangePattern) - Constructor for class org.apache.camel.model.ToDefinition
- ToDynamicDefinition - Class in org.apache.camel.model
-
Sends the message to a dynamic endpoint
- ToDynamicDefinition() - Constructor for class org.apache.camel.model.ToDynamicDefinition
- ToDynamicDefinition(String) - Constructor for class org.apache.camel.model.ToDynamicDefinition
- toExpressionDefinition(Expression) - Static method in class org.apache.camel.model.ExpressionNodeHelper
-
Determines which
ExpressionDefinition
describes the given expression in the best possible way. - toExpressionDefinition(Predicate) - Static method in class org.apache.camel.model.ExpressionNodeHelper
-
Determines which
ExpressionDefinition
describes the given predicate in the best possible way. - toF(String, Object...) - Method in class org.apache.camel.model.ProcessorDefinition
-
Sends the exchange to the given endpoint
- tokenize(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the message body
- tokenize(String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the message body
- tokenize(String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, int) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the message body
- tokenize(String, boolean, int, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, int, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, boolean, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, int) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the message body
- tokenize(String, int, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the message body
- tokenize(String, int, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the message body
- tokenize(String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the given header
- tokenize(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the given header
- tokenize(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token expression on the given header
- tokenize(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the given header
- tokenize(String, String, boolean, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the given header
- tokenize(String, String, boolean, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the given header
- tokenize(String, String, boolean, int, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the given header
- tokenize(String, String, boolean, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the given header
- tokenize(String, String, boolean, String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token expression on the given header
- tokenizePair(String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token pair expression on the message body.
- tokenizePair(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token pair expression on the message body
- tokenizePair(String, String, boolean) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token pair expression on the message body
- tokenizePair(String, String, boolean) - Method in class org.apache.camel.builder.ValueBuilder
- TokenizerExpression - Class in org.apache.camel.model.language
-
Tokenize text payloads using delimiter patterns.
- TokenizerExpression() - Constructor for class org.apache.camel.model.language.TokenizerExpression
- TokenizerExpression(String) - Constructor for class org.apache.camel.model.language.TokenizerExpression
- tokenizeXML(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a XML token expression on the message body with XML content
- tokenizeXML(String, int) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a XML token expression on the message body with XML content
- tokenizeXML(String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token pair expression on the message body with XML content
- tokenizeXML(String, String) - Method in class org.apache.camel.builder.ValueBuilder
- tokenizeXML(String, String, int) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates a token pair expression on the message body with XML content
- tokenizeXMLPair(String, String, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token pair expression on the message body with XML content
- tokenizeXMLPair(String, String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates a token pair expression on the message body with XML content
- tokenUrl(String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- topic() - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses topic load balancer
- TopicLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
-
Topic which sends to all destinations.
- TopicLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition
- toString() - Method in class org.apache.camel.builder.LegacyDeadLetterChannelBuilder
-
Deprecated.
- toString() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- toString() - Method in class org.apache.camel.builder.LegacyErrorHandlerBuilderRef
-
Deprecated.
- toString() - Method in class org.apache.camel.builder.NotifyBuilder
- toString() - Method in class org.apache.camel.builder.RouteBuilder
- toString() - Method in class org.apache.camel.builder.SimpleBuilder
-
Deprecated.
- toString() - Method in class org.apache.camel.model.AggregateDefinition
- toString() - Method in class org.apache.camel.model.BeanDefinition
- toString() - Method in class org.apache.camel.model.CatchDefinition
- toString() - Method in class org.apache.camel.model.ChoiceDefinition
- toString() - Method in class org.apache.camel.model.CircuitBreakerDefinition
- toString() - Method in class org.apache.camel.model.ClaimCheckDefinition
- toString() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- toString() - Method in class org.apache.camel.model.ConvertBodyDefinition
- toString() - Method in class org.apache.camel.model.dataformat.CustomDataFormat
- toString() - Method in class org.apache.camel.model.dataformat.GrokDataFormat
- toString() - Method in class org.apache.camel.model.DelayDefinition
- toString() - Method in class org.apache.camel.model.DynamicRouterDefinition
- toString() - Method in class org.apache.camel.model.EnrichDefinition
- toString() - Method in class org.apache.camel.model.ErrorHandlerDefinition
- toString() - Method in class org.apache.camel.model.ExpressionSubElementDefinition
- toString() - Method in class org.apache.camel.model.FilterDefinition
- toString() - Method in class org.apache.camel.model.FinallyDefinition
- toString() - Method in class org.apache.camel.model.FromDefinition
- toString() - Method in class org.apache.camel.model.IdempotentConsumerDefinition
- toString() - Method in class org.apache.camel.model.InOnlyDefinition
-
Deprecated.
- toString() - Method in class org.apache.camel.model.InOutDefinition
-
Deprecated.
- toString() - Method in class org.apache.camel.model.InputTypeDefinition
- toString() - Method in class org.apache.camel.model.InterceptDefinition
- toString() - Method in class org.apache.camel.model.InterceptFromDefinition
- toString() - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
- toString() - Method in class org.apache.camel.model.language.ExpressionDefinition
- toString() - Method in class org.apache.camel.model.language.MethodCallExpression
- toString() - Method in class org.apache.camel.model.language.TokenizerExpression
- toString() - Method in class org.apache.camel.model.LoadBalanceDefinition
- toString() - Method in class org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.LoadBalancerDefinition
- toString() - Method in class org.apache.camel.model.LogDefinition
- toString() - Method in class org.apache.camel.model.LoopDefinition
- toString() - Method in class org.apache.camel.model.MarshalDefinition
- toString() - Method in class org.apache.camel.model.MulticastDefinition
- toString() - Method in class org.apache.camel.model.OnCompletionDefinition
- toString() - Method in class org.apache.camel.model.OnExceptionDefinition
- toString() - Method in class org.apache.camel.model.OnFallbackDefinition
- toString() - Method in class org.apache.camel.model.OtherwiseDefinition
- toString() - Method in class org.apache.camel.model.OutputDefinition
- toString() - Method in class org.apache.camel.model.OutputTypeDefinition
- toString() - Method in class org.apache.camel.model.PolicyDefinition
- toString() - Method in class org.apache.camel.model.PollEnrichDefinition
- toString() - Method in class org.apache.camel.model.ProcessDefinition
- toString() - Method in class org.apache.camel.model.RecipientListDefinition
- toString() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
- toString() - Method in class org.apache.camel.model.RemoveHeaderDefinition
- toString() - Method in class org.apache.camel.model.RemoveHeadersDefinition
- toString() - Method in class org.apache.camel.model.RemovePropertiesDefinition
- toString() - Method in class org.apache.camel.model.RemovePropertyDefinition
- toString() - Method in class org.apache.camel.model.ResequenceDefinition
- toString() - Method in class org.apache.camel.model.rest.RestBindingDefinition
- toString() - Method in class org.apache.camel.model.rest.RestsDefinition
- toString() - Method in class org.apache.camel.model.RestContextRefDefinition
- toString() - Method in class org.apache.camel.model.RollbackDefinition
- toString() - Method in class org.apache.camel.model.RouteBuilderDefinition
- toString() - Method in class org.apache.camel.model.RouteConfigurationContextRefDefinition
- toString() - Method in class org.apache.camel.model.RouteConfigurationDefinition
- toString() - Method in class org.apache.camel.model.RouteConfigurationsDefinition
- toString() - Method in class org.apache.camel.model.RouteContextRefDefinition
- toString() - Method in class org.apache.camel.model.RouteDefinition
- toString() - Method in class org.apache.camel.model.RoutesDefinition
- toString() - Method in class org.apache.camel.model.RouteTemplateContextRefDefinition
- toString() - Method in class org.apache.camel.model.RouteTemplatesDefinition
- toString() - Method in class org.apache.camel.model.RoutingSlipDefinition
- toString() - Method in class org.apache.camel.model.SagaDefinition
- toString() - Method in class org.apache.camel.model.SamplingDefinition
- toString() - Method in class org.apache.camel.model.ScriptDefinition
- toString() - Method in class org.apache.camel.model.SetBodyDefinition
- toString() - Method in class org.apache.camel.model.SetExchangePatternDefinition
- toString() - Method in class org.apache.camel.model.SetHeaderDefinition
- toString() - Method in class org.apache.camel.model.SetPropertyDefinition
- toString() - Method in class org.apache.camel.model.SortDefinition
- toString() - Method in class org.apache.camel.model.SplitDefinition
- toString() - Method in class org.apache.camel.model.StopDefinition
- toString() - Method in class org.apache.camel.model.TemplatedRoutesDefinition
- toString() - Method in class org.apache.camel.model.ThreadsDefinition
- toString() - Method in class org.apache.camel.model.ThrottleDefinition
- toString() - Method in class org.apache.camel.model.ThrowExceptionDefinition
- toString() - Method in class org.apache.camel.model.ToDefinition
- toString() - Method in class org.apache.camel.model.ToDynamicDefinition
- toString() - Method in class org.apache.camel.model.TransactedDefinition
- toString() - Method in class org.apache.camel.model.TransformDefinition
- toString() - Method in class org.apache.camel.model.TryDefinition
- toString() - Method in class org.apache.camel.model.UnmarshalDefinition
- toString() - Method in class org.apache.camel.model.ValidateDefinition
- toString() - Method in class org.apache.camel.model.WhenDefinition
- toString() - Method in class org.apache.camel.model.WireTapDefinition
- toType(Class<?>) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the 'to' data type using Java class.
- toType(String) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the 'to' data type name.
- tracing() - Method in class org.apache.camel.model.RouteDefinition
-
Enable tracing for this route.
- tracing(String) - Method in class org.apache.camel.model.RouteDefinition
-
Enable tracing for this route.
- transacted() - Method in class org.apache.camel.model.ProcessorDefinition
-
Marks this route as transacted and uses the default transacted policy found in the registry.
- transacted(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
Marks this route as transacted.
- TransactedDefinition - Class in org.apache.camel.model
-
Enables transaction on the route
- TransactedDefinition() - Constructor for class org.apache.camel.model.TransactedDefinition
- TransactedDefinition(Policy) - Constructor for class org.apache.camel.model.TransactedDefinition
- transactedPolicy(Object) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
The transacted policy to use that is configured for either Spring or JTA based transactions.
- transactedPolicyRef(String) - Method in class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
-
References to the transacted policy to use that is configured for either Spring or JTA based transactions.
- TransactionErrorHandlerDefinition - Class in org.apache.camel.model.errorhandler
-
Transactional error handler (requires either camel-spring or camel-jta using traditional JTA transactions).
- TransactionErrorHandlerDefinition() - Constructor for class org.apache.camel.model.errorhandler.TransactionErrorHandlerDefinition
- transform() - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a processor which sets the body on the OUT message
- transform(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Message Translator EIP: Adds a processor which sets the body on the OUT message
- TransformDefinition - Class in org.apache.camel.model
-
Transforms the message body based on an expression
- TransformDefinition() - Constructor for class org.apache.camel.model.TransformDefinition
- TransformDefinition(Expression) - Constructor for class org.apache.camel.model.TransformDefinition
- transformer() - Method in class org.apache.camel.builder.RouteBuilder
-
Create a new
TransformerBuilder
. - TransformerBuilder - Class in org.apache.camel.builder
- TransformerBuilder() - Constructor for class org.apache.camel.builder.TransformerBuilder
- TransformerDefinition - Class in org.apache.camel.model.transformer
-
Represents a
Transformer
which declarative transforms message content according to the input type declared byInputTypeDefinition
and/or output type declared byOutputTypeDefinition
. - TransformerDefinition() - Constructor for class org.apache.camel.model.transformer.TransformerDefinition
- TransformersDefinition - Class in org.apache.camel.model.transformer
-
To configure transformers.
- TransformersDefinition() - Constructor for class org.apache.camel.model.transformer.TransformersDefinition
- trustCerts(boolean) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets whether to turn on trust certificate check when using client lookup
- trustCerts(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets whether to turn on trust certificate check when using client lookup
- TryDefinition - Class in org.apache.camel.model
-
Marks the beginning of a try, catch, finally block
- TryDefinition() - Constructor for class org.apache.camel.model.TryDefinition
- tsv - org.apache.camel.model.rest.CollectionFormat
- TURTLE - org.apache.camel.model.dataformat.Any23Type
- type - org.apache.camel.model.dataformat.YAMLTypeFilterType
- type(Class<?>) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Set the data type using Java class.
- type(Class<?>) - Method in class org.apache.camel.model.rest.RestDefinition
- type(String) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Set the data type name.
- type(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
What type to use for creating the bean.
- type(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- type(String, Class<?>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
What type to use for creating the bean.
- type(BindyType) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- type(RestParamType) - Method in class org.apache.camel.model.rest.ParamDefinition
-
The parameter type such as body, form, header, path, query
- typeClass(Class<?>) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Creates the bean from the given class type
- typeClass(String) - Method in class org.apache.camel.model.BeanFactoryDefinition
-
Creates the bean from the given class type
U
- units(String) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time unit for the timeout.
- units(TimeUnit) - Method in class org.apache.camel.model.cloud.CachingServiceCallServiceDiscoveryConfiguration
-
Set the time unit for the timeout.
- UniVocityAbstractDataFormat - Class in org.apache.camel.model.dataformat
-
Represents the common parts of all uniVocity
DataFormat
parsers. - UniVocityAbstractDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- UniVocityAbstractDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.UniVocityAbstractDataFormat
- UniVocityCsvDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers.
- UniVocityCsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityCsvDataFormat
- UniVocityFixedDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal Java objects from and to fixed length records using UniVocity Parsers.
- UniVocityFixedDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityFixedDataFormat
- UniVocityHeader - Class in org.apache.camel.model.dataformat
-
To configure headers for UniVocity data formats.
- UniVocityHeader() - Constructor for class org.apache.camel.model.dataformat.UniVocityHeader
- UniVocityTsvDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal Java objects from and to TSV (Tab-Separated Values) records using UniVocity Parsers.
- UniVocityTsvDataFormat() - Constructor for class org.apache.camel.model.dataformat.UniVocityTsvDataFormat
- unmarshal() - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Unmarshals the in body using a
DataFormat
expression to define the format of the input message and the output will be set on the out message body. - unmarshal(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Unmarshals the in body using the specified
DataFormat
reference in theRegistry
and sets the output on the out message body. - unmarshal(String, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Unmarshals the in body using the specified
DataFormat
reference in theRegistry
and sets the output on the out message body. - unmarshal(DataFormatDefinition) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Unmarshals the in body using the specified
DataFormat
and sets the output on the out message body. - unmarshal(DataFormatDefinition, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Unmarshals the in body using the specified
DataFormat
and sets the output on the out message body. - unmarshal(DataFormat) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Unmarshals the in body using the specified
DataFormat
and sets the output on the out message body. - unmarshal(DataFormat, boolean) - Method in class org.apache.camel.model.ProcessorDefinition
-
DataFormat: Unmarshals the in body using the specified
DataFormat
and sets the output on the out message body. - Unmarshal - org.apache.camel.builder.DataFormatClause.Operation
- UnmarshalDefinition - Class in org.apache.camel.model
-
Converts the message data received from the wire into a format that Apache Camel processors can consume
- UnmarshalDefinition() - Constructor for class org.apache.camel.model.UnmarshalDefinition
- UnmarshalDefinition(DataFormatDefinition) - Constructor for class org.apache.camel.model.UnmarshalDefinition
- unmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- unmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- unmarshalType(Class<?>) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- unmarshalType(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- unmarshalType(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- unmarshalType(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- untilCheck(String) - Method in class org.apache.camel.model.PausableDefinition
-
References to a java.util.function.Predicate to use for until checks.
- untilCheck(Predicate<?>) - Method in class org.apache.camel.model.PausableDefinition
-
The java.util.function.Predicate to use for until checks.
- unwrapSingleInstance(boolean) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- unwrapSingleInstance(String) - Method in class org.apache.camel.model.dataformat.BindyDataFormat
- updateRoutesToCamelContext(CamelContext) - Method in class org.apache.camel.builder.RouteBuilder
- uri - Variable in class org.apache.camel.model.InterceptFromDefinition
- uri - Variable in class org.apache.camel.model.SendDefinition
- uri(String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
-
Sets the uri of the service to use
- uri(String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
-
Sets the uri of the service to use
- uri(String) - Method in class org.apache.camel.model.ToDynamicDefinition
-
The uri of the endpoint to send to.
- uri(EndpointProducerBuilder) - Method in class org.apache.camel.model.ToDynamicDefinition
-
The uri of the endpoint to send to.
- uriDelimiter(String) - Method in class org.apache.camel.model.DynamicRouterDefinition
-
Sets the uri delimiter to use
- uriDelimiter(String) - Method in class org.apache.camel.model.RoutingSlipDefinition
-
Sets the uri delimiter to use
- url(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
The Consul agent URL
- urn(String) - Method in class org.apache.camel.model.InputTypeDefinition
- urn(String) - Method in class org.apache.camel.model.OutputTypeDefinition
- useCollisionAvoidance() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- useCollisionAvoidance() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- useCollisionAvoidance() - Method in class org.apache.camel.model.OnExceptionDefinition
-
Turn on collision avoidance.
- useCollisionAvoidance() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Turn on collision avoidance.
- useDefaultObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- useDefaultObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- useDefaultObjectMapper(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- useDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- useDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- useDefaultObjectMapper(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- useExponentialBackOff() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.
- useExponentialBackOff() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
- useExponentialBackOff() - Method in class org.apache.camel.model.OnExceptionDefinition
-
Turn on exponential back off
- useExponentialBackOff() - Method in class org.apache.camel.model.RedeliveryPolicyDefinition
-
Turn on exponential backk off
- useLatest() - Static method in class org.apache.camel.builder.AggregationStrategies
-
Use the latest incoming exchange.
- useList(boolean) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- useList(boolean) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- useList(boolean) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- useList(String) - Method in class org.apache.camel.model.dataformat.AvroDataFormat
- useList(String) - Method in class org.apache.camel.model.dataformat.JsonDataFormat
- useList(String) - Method in class org.apache.camel.model.dataformat.ProtobufDataFormat
- useOriginal() - Static method in class org.apache.camel.builder.AggregationStrategies
-
Use the original exchange.
- useOriginal(boolean) - Static method in class org.apache.camel.builder.AggregationStrategies
-
Use the original exchange.
- useOriginalBody() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Will use the original input
Message
body (original body only) when anExchange
is moved to the dead letter queue. - useOriginalBody() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Will use the original input
Message
body (original body only) when anExchange
is moved to the dead letter queue. - useOriginalBody() - Method in class org.apache.camel.model.OnCompletionDefinition
-
Will use the original input message body when an
Exchange
for this on completion. - useOriginalBody() - Method in class org.apache.camel.model.OnExceptionDefinition
-
Will use the original input
Message
body (original body only) when anExchange
is moved to the dead letter queue. - useOriginalMessage() - Method in class org.apache.camel.builder.LegacyDefaultErrorHandlerBuilder
-
Deprecated.Will use the original input
Message
(original body and headers) when anExchange
is moved to the dead letter queue. - useOriginalMessage() - Method in class org.apache.camel.model.errorhandler.DefaultErrorHandlerDefinition
-
Will use the original input
Message
(original body and headers) when anExchange
is moved to the dead letter queue. - useOriginalMessage() - Method in class org.apache.camel.model.OnExceptionDefinition
-
Will use the original input
Message
(original body and headers) when anExchange
is moved to the dead letter queue. - username(String) - Method in class org.apache.camel.model.cloud.KubernetesServiceCallServiceDiscoveryConfiguration
-
Sets the username for authentication when using client lookup
- userName(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Sets the username to be used for basic authentication
- useXForwardHeaders(boolean) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To specify whether to use X-Forward headers for Host and related setting
V
- validate() - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
- validate(boolean) - Method in class org.apache.camel.model.InputTypeDefinition
- validate(boolean) - Method in class org.apache.camel.model.OutputTypeDefinition
- validate(Expression) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
- validate(Predicate) - Method in class org.apache.camel.model.ProcessorDefinition
-
Creates a validation expression which only if it is true then the exchange is forwarded to the destination.
- validateConfiguration() - Method in class org.apache.camel.model.OnExceptionDefinition
- ValidateDefinition - Class in org.apache.camel.model
-
Validates a message based on an expression
- ValidateDefinition() - Constructor for class org.apache.camel.model.ValidateDefinition
- ValidateDefinition(Expression) - Constructor for class org.apache.camel.model.ValidateDefinition
- ValidateDefinition(Predicate) - Constructor for class org.apache.camel.model.ValidateDefinition
- validateUniqueIds(RouteDefinition, List<RouteDefinition>) - Static method in class org.apache.camel.model.RouteDefinitionHelper
-
Validates that the target route has no duplicate id's from any of the existing routes.
- validateUniquePaths() - Method in class org.apache.camel.model.rest.RestDefinition
- validator() - Method in class org.apache.camel.builder.RouteBuilder
-
Create a new
ValidatorBuilder
. - ValidatorBuilder - Class in org.apache.camel.builder
- ValidatorBuilder() - Constructor for class org.apache.camel.builder.ValidatorBuilder
- ValidatorDefinition - Class in org.apache.camel.model.validator
-
Represents a
Validator
which declaratively validates message content according to the input type declared byInputTypeDefinition
and/or output type declared byOutputTypeDefinition
. - ValidatorDefinition() - Constructor for class org.apache.camel.model.validator.ValidatorDefinition
- ValidatorsDefinition - Class in org.apache.camel.model.validator
-
To configure validators.
- ValidatorsDefinition() - Constructor for class org.apache.camel.model.validator.ValidatorsDefinition
- ValueBuilder - Class in org.apache.camel.builder
-
A builder of expressions or predicates based on values.
- ValueBuilder(Expression) - Constructor for class org.apache.camel.builder.ValueBuilder
- valueOf(String) - Static method in enum org.apache.camel.builder.DataFormatClause.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.ClaimCheckOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.dataformat.Any23Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.dataformat.AvroLibrary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.dataformat.BindyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.dataformat.JsonLibrary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.dataformat.ProtobufLibrary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.dataformat.YAMLLibrary
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.dataformat.YAMLTypeFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.OnCompletionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.rest.CollectionFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.rest.RestBindingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.rest.RestHostNameResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.rest.RestParamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.SagaCompletionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.model.SagaPropagation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.camel.builder.DataFormatClause.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.ClaimCheckOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.dataformat.Any23Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.dataformat.AvroLibrary
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.dataformat.BindyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.dataformat.JsonLibrary
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.dataformat.ProtobufLibrary
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.dataformat.YAMLLibrary
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.dataformat.YAMLTypeFilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.OnCompletionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.rest.CollectionFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.rest.RestBindingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.rest.RestHostNameResolver
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.rest.RestParamType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.SagaCompletionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.camel.model.SagaPropagation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verb(String) - Method in class org.apache.camel.model.rest.RestDefinition
- verb(String) - Method in class org.apache.camel.model.rest.VerbDefinition
- verb(String, String) - Method in class org.apache.camel.model.rest.RestDefinition
- verb(String, String) - Method in class org.apache.camel.model.rest.VerbDefinition
- VerbDefinition - Class in org.apache.camel.model.rest
-
A rest operation (such as GET, POST etc.)
- VerbDefinition() - Constructor for class org.apache.camel.model.rest.VerbDefinition
W
- waitDurationInOpenState(int) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Configures the wait duration (in seconds) which specifies how long the CircuitBreaker should stay open, before it switches to half open.
- waitTime(long) - Method in class org.apache.camel.builder.NotifyBuilder
-
Specifies the wait time in millis to use in the
NotifyBuilder.matchesWaitTime()
method. - weaveAddFirst() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Weaves by adding the nodes to the start of the route (excl onException etc).
- weaveAddLast() - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Weaves by adding the nodes to the end of the route (excl onException etc).
- weaveById(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Weaves by matching id of the nodes in the route (incl onException etc).
- weaveByToString(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Weaves by matching the to string representation of the nodes in the route (incl onException etc).
- weaveByToUri(String) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Weaves by matching sending to endpoints with the given uri of the nodes in the route (incl onException etc).
- weaveByType(Class<T>) - Method in class org.apache.camel.builder.AdviceWithRouteBuilder
-
Weaves by matching type of the nodes in the route (incl onException etc).
- weighted(boolean, String) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses weighted load balancer
- weighted(boolean, String, String) - Method in class org.apache.camel.model.LoadBalanceDefinition
-
Uses weighted load balancer
- WeightedLoadBalancerDefinition - Class in org.apache.camel.model.loadbalancer
-
Uses a weighted load distribution ratio for each server with respect to others.
- WeightedLoadBalancerDefinition() - Constructor for class org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition
- wereSentTo(String) - Method in class org.apache.camel.builder.NotifyBuilder
-
Optionally a sent to endpoint which means that this expression should only be based on
Exchange
which has been sent to the given endpoint uri. - when() - Method in class org.apache.camel.model.ChoiceDefinition
-
Creates an expression for the when node
- when(Predicate) - Method in class org.apache.camel.model.ChoiceDefinition
-
Sets the predicate for the when node
- when(Predicate) - Method in class org.apache.camel.model.InterceptDefinition
-
Applies this interceptor only if the given predicate is true
- when(Predicate) - Method in class org.apache.camel.model.InterceptSendToEndpointDefinition
-
Applies this interceptor only if the given predicate is true
- whenAllDoneMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that all done
Exchange
should match thePredicate
- whenAllReceivedMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that all received
Exchange
should match thePredicate
- whenAnyDoneMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that any done
Exchange
should match thePredicate
- whenAnyReceivedMatches(Predicate) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that any received
Exchange
should match thePredicate
- whenBodiesDone(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that the bodies is expected to be done in the order as well.
- whenBodiesReceived(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that the bodies is expected to be received in the order as well.
- whenCompleted(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when number of
Exchange
has been completed. - WhenDefinition - Class in org.apache.camel.model
-
Triggers a route when the expression evaluates to true
- WhenDefinition() - Constructor for class org.apache.camel.model.WhenDefinition
- WhenDefinition(ExpressionDefinition) - Constructor for class org.apache.camel.model.WhenDefinition
- WhenDefinition(Predicate) - Constructor for class org.apache.camel.model.WhenDefinition
- whenDone(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when number of
Exchange
is done being processed. - whenDoneByIndex(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when tne n'th (by index)
Exchange
is done being processed. - whenDoneNotSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when the provided matcher (such as mock endpoint) is not satisfied based on
Exchange
being sent to it when they are done. - whenDoneSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when the provided matcher (such as mock endpoint) is satisfied based on
Exchange
being sent to it when they are done. - whenExactBodiesDone(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that the bodies is expected to be done in the order as well.
- whenExactBodiesReceived(Object...) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition that the bodies is expected to be received in the order as well.
- whenExactlyCompleted(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when number of
Exchange
has been completed. - whenExactlyDone(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when number of
Exchange
is done being processed. - whenExactlyFailed(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when number of
Exchange
has failed. - whenFailed(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when number of
Exchange
has failed. - whenReceived(int) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when number of
Exchange
has been received. - whenReceivedNotSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when the provided matcher (such as mock endpoint) is not satisfied based on
Exchange
being sent to it when they are received. - whenReceivedSatisfied(NotifyBuilderMatcher) - Method in class org.apache.camel.builder.NotifyBuilder
-
Sets a condition when the provided matcher (such as mock endpoint) is satisfied based on
Exchange
being sent to it when they are received. - WhenSkipSendToEndpointDefinition - Class in org.apache.camel.model
-
Predicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.
- WhenSkipSendToEndpointDefinition() - Constructor for class org.apache.camel.model.WhenSkipSendToEndpointDefinition
- wireTap(String) - Method in class org.apache.camel.model.ProcessorDefinition
-
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 using
ExchangePattern.InOnly
. - wireTap(EndpointProducerBuilder) - Method in class org.apache.camel.model.ProcessorDefinition
-
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 using
ExchangePattern.InOnly
. - wireTap(Endpoint) - Method in class org.apache.camel.model.ProcessorDefinition
-
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 using
ExchangePattern.InOnly
. - WireTapDefinition<Type extends ProcessorDefinition<Type>> - Class in org.apache.camel.model
-
Routes a copy of a message (or creates a new message) to a secondary destination while continue routing the original message.
- WireTapDefinition() - Constructor for class org.apache.camel.model.WireTapDefinition
- withBean(String) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the Java Bean name to be used for custom
Transformer
. - withBean(String) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Set the Java Bean name to be used for custom
Validator
. - withBody(Object) - Method in class org.apache.camel.builder.ExchangeBuilder
-
Set the in message body on the exchange
- withCookie(String) - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- withDataFormat(DataFormatDefinition) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the
DataFormatDefinition
to be used for theDataFormat
Transformer
. - withExpression(Expression) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Set the
Expression
to be used for the predicateValidator
. - withExpression(Predicate) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Set the
Predicate
to be used for the predicateValidator
. - withHeader(String) - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- withHeader(String, Object) - Method in class org.apache.camel.builder.ExchangeBuilder
-
Set the message header of the in message on the exchange
- withJava(Class<? extends Transformer>) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the Java
Class
represents a customTransformer
implementation class. - withJava(Class<? extends Validator>) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Set the Java
Class
represents a customValidator
implementation class. - withPattern(ExchangePattern) - Method in class org.apache.camel.builder.ExchangeBuilder
-
Set the message exchange pattern on the exchange
- withProperty(String, Object) - Method in class org.apache.camel.builder.ExchangeBuilder
-
Set the exchange property
- withQuery(String) - Method in class org.apache.camel.model.rest.ApiKeyDefinition
- withScope(String, String) - Method in class org.apache.camel.model.rest.OAuth2Definition
- withUri(String) - Method in class org.apache.camel.builder.TransformerBuilder
-
Set the URI to be used for the endpoint
Transformer
. - withUri(String) - Method in class org.apache.camel.builder.ValidatorBuilder
-
Set the URI to be used for the endpoint
Validator
. - writableStackTraceEnabled(boolean) - Method in class org.apache.camel.model.Resilience4jConfigurationDefinition
-
Enables writable stack traces.
- writeTimeoutMillis(Long) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Write timeout for OkHttpClient
- writeTimeoutMillis(String) - Method in class org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration
-
Write timeout for OkHttpClient
X
- xml - org.apache.camel.model.rest.RestBindingMode
- xmlDataFormat(String) - Method in class org.apache.camel.model.rest.RestConfigurationDefinition
-
To use a specific XML data format
- xmlSecurity(byte[]) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, byte[]) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, byte[], String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, KeyStoreParameters) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, boolean, String, String, String, KeyStoreParameters, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, byte[]) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, byte[], String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, KeyStoreParameters) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, KeyStoreParameters, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- xmlSecurity(String, Map<String, String>, boolean, String, String, String, KeyStoreParameters, String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XML Security data format
- XMLSecurityDataFormat - Class in org.apache.camel.model.dataformat
-
Encrypt and decrypt XML payloads using Apache Santuario.
- XMLSecurityDataFormat() - Constructor for class org.apache.camel.model.dataformat.XMLSecurityDataFormat
- XMLTokenizerExpression - Class in org.apache.camel.model.language
-
Tokenize XML payloads.
- XMLTokenizerExpression() - Constructor for class org.apache.camel.model.language.XMLTokenizerExpression
- XMLTokenizerExpression(String) - Constructor for class org.apache.camel.model.language.XMLTokenizerExpression
- xpath(String) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a xpath expression value builder
- xpath(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression
- xpath(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression
- xpath(String, Class<?>) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a xpath expression value builder
- xpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression with the specified result type
- xpath(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression with the specified result type
- xpath(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression with the specified result type on the supplied header name's contents
- xpath(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression with the specified result type on the supplied header name's contents
- xpath(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
- xpath(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
- xpath(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a xpath expression value builder
- xpath(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
- xpath(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs
- xpath(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs on the supplied header name's contents
- xpath(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression with the specified result type and set of namespace prefixes and URIs on the supplied header name's contents
- xpath(String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression on the supplied header name's contents
- xpath(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression on the supplied header name's contents
- xpath(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
- xpath(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
- xpath(String, Namespaces) - Method in class org.apache.camel.builder.BuilderSupport
-
Returns a xpath expression value builder
- xpath(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
- xpath(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XPath expression with the specified set of namespace prefixes and URIs
- XPathExpression - Class in org.apache.camel.model.language
-
Evaluates an XPath expression against an XML payload.
- XPathExpression() - Constructor for class org.apache.camel.model.language.XPathExpression
- XPathExpression(String) - Constructor for class org.apache.camel.model.language.XPathExpression
- XPathExpression(Expression) - Constructor for class org.apache.camel.model.language.XPathExpression
- xquery(String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression
- xquery(String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression
- xquery(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression with the specified result type
- xquery(String, Class<?>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression with the specified result type
- xquery(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression with the specified result type
- xquery(String, Class<?>, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression with the specified result type
- xquery(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
- xquery(String, Class<?>, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
- xquery(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
- xquery(String, Class<?>, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
- xquery(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression with the specified result type
- xquery(String, Class<?>, Namespaces, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression with the specified result type and set of namespace prefixes and URIs
- xquery(String, String) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XPath expression on the supplied header name's contents
- xquery(String, String) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression
- xquery(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
- xquery(String, Map<String, String>) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
- xquery(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
-
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
- xquery(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XQuery expression with the specified set of namespace prefixes and URIs
- XQueryExpression - Class in org.apache.camel.model.language
-
Evaluates an XQuery expressions against an XML payload.
- XQueryExpression() - Constructor for class org.apache.camel.model.language.XQueryExpression
- XQueryExpression(String) - Constructor for class org.apache.camel.model.language.XQueryExpression
- xstream() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the XStream data format.
- xstream(Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the xstream by permitting the java type
- xstream(String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the xstream by setting the encoding or permission
- xstream(String, Class<?>...) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the xstream by permitting the java type
- xstream(String, String) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the xstream by setting the encoding
- XStream - org.apache.camel.model.dataformat.JsonLibrary
- XStreamDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal POJOs to/from XML using XStream library.
- XStreamDataFormat() - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat
- XStreamDataFormat(String) - Constructor for class org.apache.camel.model.dataformat.XStreamDataFormat
- xtokenize(String, char, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
- xtokenize(String, char, Namespaces) - Method in class org.apache.camel.builder.ValueBuilder
- xtokenize(String, char, Namespaces, int) - Method in class org.apache.camel.builder.ExpressionClause
- xtokenize(String, char, Namespaces, int) - Method in class org.apache.camel.builder.ExpressionClauseSupport
-
Evaluates an XML token expression on the message body with XML content
- xtokenize(String, Namespaces) - Method in class org.apache.camel.builder.ExpressionClause
- xtokenize(String, Namespaces) - Method in class org.apache.camel.builder.ValueBuilder
Y
- yaml(YAMLLibrary) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the YAML data format
- yaml(YAMLLibrary, Class<?>) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the YAML data format
- YAMLDataFormat - Class in org.apache.camel.model.dataformat
-
Marshal and unmarshal Java objects to and from YAML.
- YAMLDataFormat() - Constructor for class org.apache.camel.model.dataformat.YAMLDataFormat
- YAMLDataFormat(YAMLLibrary) - Constructor for class org.apache.camel.model.dataformat.YAMLDataFormat
- YAMLDataFormat(YAMLLibrary, Class<?>) - Constructor for class org.apache.camel.model.dataformat.YAMLDataFormat
- YAMLLibrary - Enum in org.apache.camel.model.dataformat
-
Supported YAML marshalers.
- YAMLTypeFilterDefinition - Class in org.apache.camel.model.dataformat
- YAMLTypeFilterDefinition() - Constructor for class org.apache.camel.model.dataformat.YAMLTypeFilterDefinition
- YAMLTypeFilterType - Enum in org.apache.camel.model.dataformat
Z
- zipDeflater() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the ZIP deflater data format
- zipDeflater(int) - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the ZIP deflater data format
- ZipDeflaterDataFormat - Class in org.apache.camel.model.dataformat
-
Compress and decompress streams using
java.util.zip.Deflater
andjava.util.zip.Inflater
. - ZipDeflaterDataFormat() - Constructor for class org.apache.camel.model.dataformat.ZipDeflaterDataFormat
- zipFile() - Method in class org.apache.camel.builder.DataFormatClause
-
Uses the ZIP file data format
- ZipFileDataFormat - Class in org.apache.camel.model.dataformat
-
Compression and decompress streams using java.util.zip.Zip*Stream.
- ZipFileDataFormat() - Constructor for class org.apache.camel.model.dataformat.ZipFileDataFormat
- ZooKeeperServiceCallServiceDiscoveryConfiguration - Class in org.apache.camel.model.cloud
- ZooKeeperServiceCallServiceDiscoveryConfiguration() - Constructor for class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- ZooKeeperServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition) - Constructor for class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfiguration
- ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer - Class in org.apache.camel.model.cloud
-
Generated by camel build tools - do NOT edit this file!
- ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer() - Constructor for class org.apache.camel.model.cloud.ZooKeeperServiceCallServiceDiscoveryConfigurationConfigurer
- zookeeperServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- zookeeperServiceDiscovery() - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
- zookeeperServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallConfigurationDefinition
- zookeeperServiceDiscovery(String, String) - Method in class org.apache.camel.model.cloud.ServiceCallDefinition
All Classes All Packages