Uses of Interface
org.apache.camel.builder.endpoint.dsl.LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder
Packages that use LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder
-
Uses of LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilderModifier and TypeMethodDescriptionLanguageEndpointBuilderFactory.LanguageEndpointBuilder.advanced()LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder.binary(boolean binary) Whether the script is binary content or text content.Whether the script is binary content or text content.LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder.cacheScript(boolean cacheScript) Whether to cache the compiled script and reuse Notice reusing the script can cause side effects from processing one Camel org.apache.camel.Exchange to the next org.apache.camel.Exchange.LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder.cacheScript(String cacheScript) Whether to cache the compiled script and reuse Notice reusing the script can cause side effects from processing one Camel org.apache.camel.Exchange to the next org.apache.camel.Exchange.LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).LanguageEndpointBuilderFactory.AdvancedLanguageEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).